summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-211-15/+0
* Allow machine-dependent arc4 lockingCorinna Vinschen2016-03-201-18/+5
* Regenerate configure script.Jeff Johnston2016-03-191-8/+9281
* 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
* 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
* 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-171-2/+13
* Feature test macros overhaul: strings.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: string.hYaakov Selkowitz2016-03-171-23/+15
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-173-46/+55
* Feature test macros overhaul: stdio.hYaakov Selkowitz2016-03-172-33/+46
* Feature test macros overhaul: signal.hYaakov Selkowitz2016-03-172-15/+11
* Feature test macros overhaul: pwd.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: pthread.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: math.hYaakov Selkowitz2016-03-171-20/+23
* Feature test macros overhaul: limits.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: grp.hYaakov Selkowitz2016-03-171-3/+5
* Feature test macros overhaul: fnmatch.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: fcntl.hYaakov Selkowitz2016-03-171-14/+14
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-1/+2
* Feature test macros overhaul: ctype.hYaakov Selkowitz2016-03-171-6/+7
* Feature test macros overhaul: sys/features.hYaakov Selkowitz2016-03-173-148/+275
* setvbuf: Drop setting reent->__cleanupCorinna Vinschen2016-03-131-1/+0
* Update setvbuf to latest OpenBSD implementationCorinna Vinschen2016-03-121-42/+75
* Add __swhatbuf function from OpenBSDCorinna Vinschen2016-03-122-49/+60
* Use __sputc_r inline code when building with gccCorinna Vinschen2016-03-121-3/+5
* Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2016-02-265-7/+5
* newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*Joel Sherrill2016-02-251-0/+2
* Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston2016-02-254-4/+11
* libm/complex: add clog10, clog10fYaakov Selkowitz2016-02-226-24/+105
* pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill2016-02-222-8/+24
* sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen2016-02-181-34/+34
* Also fix libm/machine generated files.Jeff Johnston2016-02-172-19/+12139