summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounter: Merge FreeBSD change r304285Konstantin Belousov2017-10-122-5/+28
* timecounter: Merge FreeBSD change r303548Konstantin Belousov2017-10-121-13/+11
* timecounter: Merge FreeBSD change r303387Konstantin Belousov2017-10-121-46/+74
* timecounter: Merge FreeBSD change r303384Konstantin Belousov2017-10-121-2/+2
* timecounter: Merge FreeBSD change r303383Konstantin Belousov2017-10-121-23/+12
* timecounter: Merge FreeBSD change r303382Konstantin Belousov2017-10-123-31/+62
* timecounter: Merge FreeBSD change r298981Pedro Giffuni2017-10-121-1/+1
* timecounter: Merge FreeBSD change r298819Pedro Giffuni2017-10-121-1/+1
* timecounter: Merge FreeBSD change r290257Ngie Cooper2017-10-121-1/+8
* timecounter: Merge FreeBSD change r288216Konstantin Belousov2017-10-121-7/+14
* timecounter: Merge FreeBSD change r304285Ian Lepore2017-10-121-1/+1
* timecounter: Merge FreeBSD change r286701Ian Lepore2017-10-121-5/+13
* timecounter: Merge FreeBSD change r286429Ian Lepore2017-10-121-0/+3
* timecounter: Merge FreeBSD change r286423Ian Lepore2017-10-121-2/+6
* timecounter: Merge FreeBSD change r285286Konstantin Belousov2017-10-121-81/+101
* timecounter: Merge FreeBSD change r284256Konstantin Belousov2017-10-121-3/+2
* timecounter: Merge FreeBSD change r282424Ian Lepore2017-10-122-6/+25
* timecounter: Merge FreeBSD change r280012Ian Lepore2017-10-121-0/+1
* timecounter: Merge FreeBSD change r279728Hans Petter Selasky2017-10-122-11/+8
* posix: Use right time format in adjtime()Sebastian Huber2017-10-121-4/+5
* xz/README: Correct URLJoel Sherrill2017-10-111-1/+2
* posix: Include missing <limits.h>Sebastian Huber2017-10-111-0/+2
* score: Remove CPU_set_ControlSebastian Huber2017-10-1116-394/+12
* posix: Validate affinity sets by the schedulerSebastian Huber2017-10-112-18/+10
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-1012-46/+25
* posix: Unconditional thread attribute supportSebastian Huber2017-10-1013-100/+155
* posix: Constify default thread processor affinitySebastian Huber2017-10-102-18/+3
* posix: Simplify pthread_attr_setstack()Sebastian Huber2017-10-102-15/+2
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-093-104/+0
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-0914-58/+73
* score: Change Timestamp_Control to sbintime_tSebastian Huber2017-10-094-34/+43
* score: Use struct timespec for TODSebastian Huber2017-10-098-69/+33
* score: Simplify _Timestamp_Add_to()Sebastian Huber2017-10-091-7/+1
* posix: Resurrect signal supportSebastian Huber2017-10-061-0/+4
* confdefs: Fix typoSebastian Huber2017-10-061-1/+1
* libdl: Fix warningsSebastian Huber2017-10-065-39/+47
* libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber2017-10-061-1/+5
* rtems: Fix format warningsSebastian Huber2017-10-061-2/+2
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-0525-464/+692
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-0519-373/+223
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-0530-437/+214
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-0516-320/+182
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-0523-521/+412
* posix: Optimize pthread_once_tSebastian Huber2017-10-054-7/+4
* Enforce compatible Newlib versionSebastian Huber2017-10-051-0/+1
* score: Make status codes unconditionalSebastian Huber2017-10-051-9/+2
* posix: Fix aio_cancel()Sebastian Huber2017-10-041-1/+1
* i2c: Add temperature sensor LM75A driverSebastian Huber2017-10-024-0/+329
* i2c: Fix EEPROM driver program timeout handlingSebastian Huber2017-10-021-4/+13
* i2c: Send MSB of address first for EEPROMsSebastian Huber2017-10-021-12/+21