summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove misleading indentationPeter Foley2016-03-212-3/+6
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-213-15/+25
* srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen2016-03-201-10/+1
* Revert "Use high-resolution timebases for select()."Corinna Vinschen2016-03-203-141/+70
* Revert "Debug printfs."Corinna Vinschen2016-03-203-21/+2
* Revert "Improve and simplify select()."Corinna Vinschen2016-03-203-15/+76
* Drop redundant arc4random prototypes from cygwin/stdlib.hCorinna Vinschen2016-03-201-6/+0
* Allow machine-dependent arc4 lockingCorinna Vinschen2016-03-202-18/+35
* Improve and simplify select().John Hood2016-03-203-76/+15
* Debug printfs.John Hood2016-03-203-2/+21
* Use high-resolution timebases for select().John Hood2016-03-203-70/+141
* * winsup/testsuite/configure: chmod a+xJohn Hood2016-03-201-0/+0
* Move get_nonascii_key into fhandler_console.John Hood2016-03-203-5/+3
* respect datarootdirPeter Foley2016-03-201-0/+1
* Fix strict aliasingPeter Foley2016-03-201-2/+1
* Fix typoed comparisonPeter Foley2016-03-201-1/+1
* The address of an class always evaluates to truePeter Foley2016-03-201-1/+1
* Remove misleading indentationPeter Foley2016-03-201-1/+1
* Add necessary braces to if statementsPeter Foley2016-03-202-2/+4
* Remove dead code from fhandler_console.Peter Foley2016-03-201-2/+0
* Remove unused and unsafe call to __builtin_frame_addressPeter Foley2016-03-201-3/+2
* winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen2016-03-1939-7/+0
* Remove ill-advised cygwin_propsCorinna Vinschen2016-03-195-215/+1
* Regenerate configure script.Jeff Johnston2016-03-191-8/+9281
* Remove references to older Cygwin releases from documentationCorinna Vinschen2016-03-1815-166/+107
* sparc64: move struct timeval to <sys/_timeval.h>Yaakov Selkowitz2016-03-181-1/+6
* Feature test macros overhaul: sparc64Yaakov Selkowitz2016-03-182-15/+16
* Cleanup macros in chacha_private.h to be target-type independentHowland, Craig D2016-03-181-5/+2
* Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen2016-03-181-8/+5
* Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz2016-03-181-16/+12
* arm: fix build with newlib supplied syscalls enabledYaakov Selkowitz2016-03-182-2/+2
* Implement getentropy for CygwinCorinna Vinschen2016-03-185-30/+27
* Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2016-03-182-364/+0
* Arc4random locking: Check for threaded application on CygwinCorinna Vinschen2016-03-181-0/+19
* Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen2016-03-181-0/+18
* Add arc4random() etc. from OpenBSD 5.8Sebastian Huber2016-03-1810-7/+626
* Add timingsafe_memcmp()Sebastian Huber2016-03-184-18/+74
* Add timingsafe_bcmp()Sebastian Huber2016-03-184-21/+59
* Add explicit_bzero()Sebastian Huber2016-03-184-46/+75
* Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber2016-03-181-0/+4
* Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz2016-03-171-5/+9
* Feature test macros overhaul: Cygwin headersYaakov Selkowitz2016-03-173-6/+9
* Feature test macros overhaul: sys/types.hYaakov Selkowitz2016-03-171-4/+7
* Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz2016-03-171-0/+2
* Feature test macros overhaul: sys/time.hYaakov Selkowitz2016-03-171-5/+8
* Feature test macros overhaul: sys/stat.hYaakov Selkowitz2016-03-171-10/+6
* Feature test macros overhaul: sys/select.hYaakov Selkowitz2016-03-171-4/+5
* Feature test macros overhaul: wchar.hYaakov Selkowitz2016-03-171-0/+2
* Feature test macros overhaul: unistd.hYaakov Selkowitz2016-03-171-35/+41
* Feature test macros overhaul: time.hYaakov Selkowitz2016-03-172-5/+17