aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
2018-03-06RTEMS: Use int for _CLOCKID_T_Sebastian Huber1-0/+3
2018-02-16add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warningsJaap de Wolff1-0/+3
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston33-330/+330
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz11-163/+161
2018-01-17ansification: remove _DEFUNYaakov Selkowitz14-62/+32
2018-01-17ansification: remove _VOIDYaakov Selkowitz2-5/+5
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz6-16/+16
2018-01-17ansification: remove _PTRYaakov Selkowitz5-11/+11
2018-01-17ansification: remove _PARAMSYaakov Selkowitz5-41/+41
2018-01-17ansification: remove _CONSTYaakov Selkowitz4-5/+5
2018-01-17ansification: remove _ANDYaakov Selkowitz8-24/+24
2017-12-07makedoc: make errors visibleJon Turney9-27/+27
2017-12-01sys: remove TRAD_SYNOPSISYaakov Selkowitz4-34/+4
2017-11-30RTEMS: Add semaphore <sys/lock.h> functionsSebastian Huber1-0/+4
2017-11-30RTEMS: Timed wait by ticks <sys/lock.h> functionsSebastian Huber1-0/+16
2017-11-30RTEMS: Add set/get name <sys/lock.h> functionsSebastian Huber1-1/+71
2017-11-20RTEMS: Add missing __getreent() to crt0Sebastian Huber1-0/+1
2017-11-20RTEMS: Add missing functions to crt0Sebastian Huber1-5/+10
2017-10-26RTEMS: Remove internal timecounter APISebastian Huber1-29/+4
2017-10-13RTEMS: Fix _PTHREAD_MUTEX_INITIALIZERSebastian Huber1-1/+1
2017-10-05RTEMS: Make pthread_mutex_t self-containedSebastian Huber1-2/+28
2017-10-05RTEMS: Make pthread_cond_t self-containedSebastian Huber1-2/+6
2017-10-05RTEMS: Make pthread_rwlock_t self-containedSebastian Huber1-2/+7
2017-10-05RTEMS: Make pthread_barrier_t self-containedSebastian Huber1-1/+7
2017-10-05RTEMS: Make sem_t self-containedSebastian Huber1-2/+6
2017-10-05RTEMS: Optimize pthread_once_tSebastian Huber2-7/+6
2017-08-25RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber1-0/+3
2017-08-17headers: avoid bareword attributesEric Blake1-1/+1
2017-07-12Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber1-5/+5
2017-07-10Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber1-1/+16
2017-06-12Remove FreeBSD specifics from RTEMS <arpa/inet.h>Sebastian Huber1-21/+0
2017-06-07Fix RTEMS ioctl() declarationSebastian Huber1-2/+2
2017-06-07Update FreeBSD revision of RTEMS <sys/bitset.h>Sebastian Huber1-1/+1
2017-06-07Fix some RTEMS CPUSET(9) macrosSebastian Huber1-11/+11
2017-06-07Fix RTEMS CPU_EQUAL_S()Sebastian Huber1-2/+2
2017-05-25Add de-facto standard <sys/ioctl.h> for RTEMSSebastian Huber3-0/+252
2017-05-25Add some POSIX header files for RTEMSSebastian Huber20-6/+4641
2017-05-25FreeBSD compatibility for RTEMS <sys/cpuset.h>Sebastian Huber4-138/+402
2017-05-25Add __bitcount*() to RTEMS <machine/types.h>Sebastian Huber2-0/+92
2017-05-25Move ARM access.c from machine to sysSebastian Huber3-3/+42
2017-05-25Increase MSIZE for RTEMSSebastian Huber1-1/+1
2017-05-25FreeBSD compatibility for RTEMS <sys/param.h>Sebastian Huber2-125/+180
2017-05-25Add generic <machine/_align.h> for RTEMSSebastian Huber2-11/+42
2017-03-15rtems/crt0.c: getentropy() stub did not return a value.Joel Sherrill1-1/+1
2017-01-25RTEMS: Harmonize MAXNAMLEN and NAME_MAXSebastian Huber1-0/+4
2017-01-09RTEMS: Add user-defined name to thread queuesSebastian Huber1-1/+65
2016-12-22Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston35-352/+352
2016-12-20RTEMS: Increase SEM_VALUE_MAXSebastian Huber1-1/+1
2016-12-05Add missing crt0 symbols for RTEMSSebastian Huber1-0/+5
2016-11-24Self-contained pthread_spinlock_t for RTEMSSebastian Huber1-1/+5