summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz2016-03-221-1/+1
* pthread.h: Mark pthread_exit() as not returningJoel Sherrill2016-03-221-1/+1
* epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMSJoel Sherrill2016-03-221-0/+2
* newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*Joel Sherrill2016-03-221-0/+2
* Remove spurious empty line in changelog entry.Nick Clifton2016-03-221-0/+5
* PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi.Ludovic Courtès2016-03-2215-9241/+23
* Fix generation of as.1 manual page so that it can be converted to DocBook for...Nick Clifton2016-03-221-1/+1
* Sync toplevel with upstream GCC.Corinna Vinschen2016-03-2284-7070/+12666
* Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen2016-03-212-13/+10
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-212-3/+2
* 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