summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* devctl.h: Use __restrict not restrictJoel Sherrill2017-01-171-5/+5
* Add missing headers to fix implicit function defnsPat Pannuto2017-01-164-0/+5
* Add _POSIX_SHARED_MEMORY_OBJECTSGedare Bloom2017-01-131-1/+1
* Expand comments on padding used by nano_mallocJoe Seymour2017-01-131-14/+37
* Fix sys/reent.h to remove use of DEBUG flag.Jeff Johnston2017-01-101-2/+2
* Fix versions in documentation (manually for now)Corinna Vinschen2017-01-092-4/+4
* Add pthread_setname_np() and pthread_getname_np()Sebastian Huber2017-01-091-0/+6
* Fix incorrect cast in nano mallocJoe Seymour2017-01-091-2/+2
* RTEMS: Add user-defined name to thread queuesSebastian Huber2017-01-091-1/+65
* Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston2016-12-22111-1154/+1123
* This is an attempt to fix the problem described here:Jeff Johnston2016-12-224-23/+122
* RTEMS: Increase SEM_VALUE_MAXSebastian Huber2016-12-201-1/+1
* Remove extraneous float casts in wcstod.c.Corinna Vinschen2016-12-161-2/+2
* Remove extraneous float casts in strtod.c.Jeff Johnston2016-12-161-2/+2
* 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2016-12-152-8/+29
* 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston2016-12-151-2/+2
* Big-endian fix for memcpy-armv7m.SJulian Brown2016-12-121-0/+8
* Fix 'make man' for parallel makeJon Turney2016-12-065-0/+16
* Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill2016-12-053-0/+55
* Add missing crt0 symbols for RTEMSSebastian Huber2016-12-051-0/+5
* Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen2016-11-281-2/+2
* Correct argument to __get_current_locale.Douglas2016-11-281-1/+1
* Self-contained pthread_spinlock_t for RTEMSSebastian Huber2016-11-241-1/+5
* Provide <memory.h>Sebastian Huber2016-11-221-0/+4
* Declare non-standard pthread_yield()Sebastian Huber2016-11-221-0/+4
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-174-230/+449
* Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber2016-11-171-1/+3
* Use __inline in <sys/lock.h> for RTEMSSebastian Huber2016-11-171-10/+10
* sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen2016-11-081-0/+5
* Use external header file for kernel space timeSebastian Huber2016-11-071-144/+4
* Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber2016-11-071-1/+6
* Use external header file for kernel space typesSebastian Huber2016-11-072-7/+5
* Provide cap_ioctl_t for RTEMSSebastian Huber2016-11-071-0/+5
* Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme2016-10-252-2/+0
* Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber2016-10-251-0/+1
* Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber2016-10-251-0/+2
* Provide __intmax_t and __uintmax_tSebastian Huber2016-10-254-33/+40
* Fix typo in <sys/_stdint.h>Sebastian Huber2016-10-251-1/+1
* towupper: Eliminate dead codeCorinna Vinschen2016-10-221-3/+0
* Fix a potential buffer overflow in wscanf familyCorinna Vinschen2016-10-221-6/+8
* get_alt_digits: Fix typo in allocationCorinna Vinschen2016-10-221-1/+1
* Actually return value from __cp_indexCorinna Vinschen2016-10-222-4/+1