aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/rtems/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Huber18-0/+4599
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-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-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-20RTEMS: Increase SEM_VALUE_MAXSebastian Huber1-1/+1
2016-11-24Self-contained pthread_spinlock_t for RTEMSSebastian Huber1-1/+5
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber1-0/+211
2016-11-17Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber1-1/+3
2016-11-17Use __inline in <sys/lock.h> for RTEMSSebastian Huber1-10/+10
2016-11-07Use external header file for kernel space timeSebastian Huber1-144/+4
2016-11-07Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber1-1/+6
2016-11-07Use external header file for kernel space typesSebastian Huber2-7/+5
2016-11-07Provide cap_ioctl_t for RTEMSSebastian Huber1-0/+5
2016-10-25Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber1-0/+1
2016-10-25Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber1-0/+2
2016-08-08rtems: add sys/mman.hGedare Bloom1-0/+263
2016-05-03Add _Thread_queue_Queue::_owner for RTEMSJeff Johnston1-3/+3
2016-05-03Move _Thread_queue_Queue::_Lock for RTEMSJeff Johnston1-3/+3
2016-04-21Provide FreeBSD types for <sys/types.h> on RTEMScygwin-2_5_1-releaseSebastian Huber2-0/+80
2016-04-20Add RTEMS support for GCC libatomicSebastian Huber1-0/+46
2016-04-19Add RTEMS-specific types for BSD compatibilitySebastian Huber1-0/+6
2016-04-15Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber1-2/+3
2016-04-15Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber1-1/+3
2016-04-15Define mode_t via __mode_tSebastian Huber1-1/+1
2016-04-15Add BSD guard for ino_t in <sys/types.h>Sebastian Huber1-0/+3
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber1-24/+14