summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-155-45/+45
* Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz2016-04-132-7/+12
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-132-4/+7
* Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber2016-04-131-4/+16
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-1313-40/+39
* Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber2016-04-083-149/+204
* math: fix isinf/isnan on SPU after move to math.hYaakov Selkowitz2016-04-072-0/+4
* Drop <unistd.h> include from RTEMS <sys/param.h>Sebastian Huber2016-04-071-2/+0
* math: update isinf/isnan function comments after move to math.hYaakov Selkowitz2016-04-057-19/+19
* math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz2016-04-042-19/+19
* Feature test macros overhaul: tar.hYaakov Selkowitz2016-04-041-0/+4
* Add cpio.hYaakov Selkowitz2016-04-041-0/+30
* cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz2016-04-041-10/+37
* Add Intel MCU targetIgor Venevtsev2016-04-0411-3/+184
* Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston2016-03-29103-1079/+1102
* Add missing long double functions to CygwinCorinna Vinschen2016-03-293-9/+51
* Add simple versions of random() and srandom()Joel Sherrill2016-03-286-31/+116
* math.h: Use GCC builtins for C99 macros where availableCorinna Vinschen2016-03-261-19/+55
* finitel: Use correct GCC builtinCorinna Vinschen2016-03-261-1/+1
* strtold: Fix Infinity value.Corinna Vinschen2016-03-261-1/+2
* Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen2016-03-241-2/+1
* Define BSD u_intN_t types indiscriminatelyCorinna Vinschen2016-03-241-17/+14
* Fix coverity CID 143502: Null pointer dereferenceCorinna Vinschen2016-03-241-0/+2
* Feature test macros overhaul: C++ TR1Yaakov Selkowitz2016-03-231-5/+5
* Drop Cygwin-only posix_memalign prototypeCorinna Vinschen2016-03-231-2/+0
* Target/Host configuration elucidatedKonrad Schwarz2016-03-231-1/+4
* Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen2016-03-231-1/+1
* Fix "/*" within comment warningSebastian Huber2016-03-221-1/+1
* 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
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-211-1/+1
* 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