aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen2-13/+10
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley2-3/+2
2016-03-21Remove misleading indentationPeter Foley2-3/+6
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber3-15/+25
2016-03-20srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen1-10/+1
2016-03-20Revert "Use high-resolution timebases for select()."Corinna Vinschen3-141/+70
2016-03-20Revert "Debug printfs."Corinna Vinschen3-21/+2
2016-03-20Revert "Improve and simplify select()."Corinna Vinschen3-15/+76
2016-03-20Drop redundant arc4random prototypes from cygwin/stdlib.hCorinna Vinschen1-6/+0
2016-03-20Allow machine-dependent arc4 lockingCorinna Vinschen2-18/+35
2016-03-20Improve and simplify select().John Hood3-76/+15
2016-03-20Debug printfs.John Hood3-2/+21
2016-03-20Use high-resolution timebases for select().John Hood3-70/+141
2016-03-20* winsup/testsuite/configure: chmod a+xJohn Hood1-0/+0
2016-03-20Move get_nonascii_key into fhandler_console.John Hood3-5/+3
2016-03-20respect datarootdirPeter Foley1-0/+1
2016-03-20Fix strict aliasingPeter Foley1-2/+1
2016-03-20Fix typoed comparisonPeter Foley1-1/+1
2016-03-20The address of an class always evaluates to truePeter Foley1-1/+1
2016-03-20Remove misleading indentationPeter Foley1-1/+1
2016-03-20Add necessary braces to if statementsPeter Foley2-2/+4
2016-03-20Remove dead code from fhandler_console.Peter Foley1-2/+0
2016-03-20Remove unused and unsafe call to __builtin_frame_addressPeter Foley1-3/+2
2016-03-19winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen39-7/+0
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen5-215/+1
2016-03-19Regenerate configure script.Jeff Johnston1-8/+9281
2016-03-18Remove references to older Cygwin releases from documentationCorinna Vinschen15-166/+107
2016-03-18sparc64: move struct timeval to <sys/_timeval.h>Yaakov Selkowitz1-1/+6
2016-03-18Feature test macros overhaul: sparc64Yaakov Selkowitz2-15/+16
2016-03-18Cleanup macros in chacha_private.h to be target-type independentHowland, Craig D1-5/+2
2016-03-18Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen1-8/+5
2016-03-18Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz1-16/+12
2016-03-18arm: fix build with newlib supplied syscalls enabledYaakov Selkowitz2-2/+2
2016-03-18Implement getentropy for CygwinCorinna Vinschen5-30/+27
2016-03-18Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2-364/+0
2016-03-18Arc4random locking: Check for threaded application on CygwinCorinna Vinschen1-0/+19
2016-03-18Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen1-0/+18
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber10-7/+626
2016-03-18Add timingsafe_memcmp()Sebastian Huber4-18/+74
2016-03-18Add timingsafe_bcmp()Sebastian Huber4-21/+59
2016-03-18Add explicit_bzero()Sebastian Huber4-46/+75
2016-03-18Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber1-0/+4
2016-03-17Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz1-5/+9
2016-03-17Feature test macros overhaul: Cygwin headersYaakov Selkowitz3-6/+9
2016-03-17Feature test macros overhaul: sys/types.hYaakov Selkowitz1-4/+7
2016-03-17Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz1-0/+2
2016-03-17Feature test macros overhaul: sys/time.hYaakov Selkowitz1-5/+8
2016-03-17Feature test macros overhaul: sys/stat.hYaakov Selkowitz1-10/+6
2016-03-17Feature test macros overhaul: sys/select.hYaakov Selkowitz1-4/+5
2016-03-17Feature test macros overhaul: wchar.hYaakov Selkowitz1-0/+2