summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-12timecounter: Merge FreeBSD change r304285Konstantin Belousov2-5/+28
2017-10-12timecounter: Merge FreeBSD change r303548Konstantin Belousov1-13/+11
2017-10-12timecounter: Merge FreeBSD change r303387Konstantin Belousov1-46/+74
2017-10-12timecounter: Merge FreeBSD change r303384Konstantin Belousov1-2/+2
2017-10-12timecounter: Merge FreeBSD change r303383Konstantin Belousov1-23/+12
2017-10-12timecounter: Merge FreeBSD change r303382Konstantin Belousov3-31/+62
2017-10-12timecounter: Merge FreeBSD change r298981Pedro Giffuni1-1/+1
2017-10-12timecounter: Merge FreeBSD change r298819Pedro Giffuni1-1/+1
2017-10-12timecounter: Merge FreeBSD change r290257Ngie Cooper1-1/+8
2017-10-12timecounter: Merge FreeBSD change r288216Konstantin Belousov1-7/+14
2017-10-12timecounter: Merge FreeBSD change r304285Ian Lepore1-1/+1
2017-10-12timecounter: Merge FreeBSD change r286701Ian Lepore1-5/+13
2017-10-12timecounter: Merge FreeBSD change r286429Ian Lepore1-0/+3
2017-10-12timecounter: Merge FreeBSD change r286423Ian Lepore1-2/+6
2017-10-12timecounter: Merge FreeBSD change r285286Konstantin Belousov1-81/+101
2017-10-12timecounter: Merge FreeBSD change r284256Konstantin Belousov1-3/+2
2017-10-12timecounter: Merge FreeBSD change r282424Ian Lepore2-6/+25
2017-10-12timecounter: Merge FreeBSD change r280012Ian Lepore1-0/+1
2017-10-12timecounter: Merge FreeBSD change r279728Hans Petter Selasky2-11/+8
2017-10-12posix: Use right time format in adjtime()Sebastian Huber1-4/+5
2017-10-11xz/README: Correct URLJoel Sherrill1-1/+2
2017-10-11posix: Include missing <limits.h>Sebastian Huber1-0/+2
2017-10-11score: Remove CPU_set_ControlSebastian Huber16-394/+12
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber2-18/+10
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber12-46/+25
2017-10-10posix: Unconditional thread attribute supportSebastian Huber13-100/+155
2017-10-10posix: Constify default thread processor affinitySebastian Huber2-18/+3
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber2-15/+2
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber3-104/+0
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber14-58/+73
2017-10-09score: Change Timestamp_Control to sbintime_tSebastian Huber4-34/+43
2017-10-09score: Use struct timespec for TODSebastian Huber8-69/+33
2017-10-09score: Simplify _Timestamp_Add_to()Sebastian Huber1-7/+1
2017-10-06posix: Resurrect signal supportSebastian Huber1-0/+4
2017-10-06confdefs: Fix typoSebastian Huber1-1/+1
2017-10-06libdl: Fix warningsSebastian Huber5-39/+47
2017-10-06libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber1-1/+5
2017-10-06rtems: Fix format warningsSebastian Huber1-2/+2
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber25-464/+692
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber19-373/+223
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber30-437/+214
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber16-320/+182
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber23-521/+412
2017-10-05posix: Optimize pthread_once_tSebastian Huber4-7/+4
2017-10-05Enforce compatible Newlib versionSebastian Huber1-0/+1
2017-10-05score: Make status codes unconditionalSebastian Huber1-9/+2
2017-10-04posix: Fix aio_cancel()Sebastian Huber1-1/+1
2017-10-02i2c: Add temperature sensor LM75A driverSebastian Huber4-0/+329
2017-10-02i2c: Fix EEPROM driver program timeout handlingSebastian Huber1-4/+13
2017-10-02i2c: Send MSB of address first for EEPROMsSebastian Huber1-12/+21