summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Print sign of NaN values.Kito Cheng2017-06-072-0/+8
* Add de-facto standard <sys/ioctl.h> for RTEMSSebastian Huber2017-05-253-0/+252
* Add some POSIX header files for RTEMSSebastian Huber2017-05-2520-6/+4641
* FreeBSD compatibility for RTEMS <sys/cpuset.h>Sebastian Huber2017-05-254-138/+402
* Add __bitcount*() to RTEMS <machine/types.h>Sebastian Huber2017-05-252-0/+92
* Move ARM access.c from machine to sysSebastian Huber2017-05-255-14/+13
* Increase MSIZE for RTEMSSebastian Huber2017-05-251-1/+1
* FreeBSD compatibility for RTEMS <sys/param.h>Sebastian Huber2017-05-252-125/+180
* Add generic <machine/_align.h> for RTEMSSebastian Huber2017-05-252-11/+42
* Add __packed to struct ldieeeKito Cheng2017-04-181-8/+9
* newlib: remove __infinity{f,ld} constantsCorinna Vinschen2017-04-185-35/+6
* Remove legacy unions which are no longer usedJeff Johnston2017-04-171-23/+0
* Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-04-062-2/+185
* Add BSD-specific reallocarray()Sebastian Huber2017-04-044-17/+68
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73
* Pass macro arguments properly.hselasky2017-04-041-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZERhselasky2017-04-041-1/+1
* Add new FOREACH_FROM variants for queue(3)lstewart2017-04-041-0/+53
* Renumber copyright clause 4imp2017-04-041-1/+1
* don't use C99 static array indices with older GCC versionsavg2017-04-041-0/+1
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+7
* Remove unused __gnu_inline() attribute.pfg2017-04-041-16/+0
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+8
* Fix C++ includability of crypto headers with static array sizesasomers2017-04-041-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.dim2017-04-041-1/+2
* Rename __sentinel to __null_sentinelpfg2017-04-041-2/+2
* Use enum __packed in favour of -fshort-enumsSebastian Huber2017-04-036-48/+49
* Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore2017-03-302-2/+2
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-2210-12/+12
* ARM: Fix IEEE-754 sqrt implementationSebastian Huber2017-03-222-2/+2
* ARM: Optimize IEEE-754 sqrt implementationSebastian Huber2017-03-214-1/+108
* libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill2017-03-151-4/+2
* rtems/crt0.c: getentropy() stub did not return a value.Joel Sherrill2017-03-151-1/+1
* Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2017-03-132-2/+7
* Update makedocbook for bd547490Jon Turney2017-02-151-3/+4
* Allow locking routine to be retargetedThomas Preud'homme2017-02-1310-14/+316
* Only define static locks in multithreaded modeThomas Preud'homme2017-02-135-6/+28
* Unify names of all lock objectsFreddie Chopin2017-02-069-40/+40
* arm: Fix addressing in optpld macroKyrill Tkachov2017-01-262-4/+4
* arm: Remove RETURN macroPat Pannuto2017-01-256-33/+23
* arm: Remove optpld macroPat Pannuto2017-01-253-18/+11
* Remove unneeded references to arm_asm.hPat Pannuto2017-01-258-10/+4
* devctl.h: Fix typo and include proper headerSebastian Huber2017-01-251-6/+6
* RTEMS: Harmonize MAXNAMLEN and NAME_MAXSebastian Huber2017-01-251-0/+4
* Prefix consistenly target-independent locks with __Thomas Preudhomme2017-01-252-11/+11
* nl_langinfo: Add NL_LOCALE_NAME macroEric Blake2017-01-202-1/+18