summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Don't overread or write memory returned by _DTOA_RSilviu Baranga2017-06-091-12/+13
* Fix RTEMS ioctl() declarationSebastian Huber2017-06-071-2/+2
* Update FreeBSD revision of RTEMS <sys/bitset.h>Sebastian Huber2017-06-071-1/+1
* Fix some RTEMS CPUSET(9) macrosSebastian Huber2017-06-071-11/+11
* Fix RTEMS CPU_EQUAL_S()Sebastian Huber2017-06-071-2/+2
* Add myself to Write After ApprovalSebastian Huber2017-06-071-0/+1
* Fix minor issues in memchr NEON implementationPrakhar Bahuguna2017-06-071-1/+2
* 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