summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_sleepqueue.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-05SLEEPQUEUE(9): Fix timeout handlingSebastian Huber1-2/+4
2019-05-15Separate libbsd and RTEMS clock ticksSebastian Huber1-1/+0
2018-12-19SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer1-1/+1
2018-12-14SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber1-0/+4
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber1-4/+3
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber1-2/+2
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber1-2/+1
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber1-4/+9
2018-02-05SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber1-1/+1
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-1/+1
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber1-59/+140
2017-02-28SLEEPQUEUE(9): Fix absolute timeoutsSebastian Huber1-5/+24
2017-01-31SLEEPQUEUE(9): Add wmesg to thread wait infoSebastian Huber1-1/+4
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber1-3/+8
2017-01-10Update to FreeBSD head 2016-12-10Sebastian Huber1-3/+3
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-95/+233
2016-11-24SLEEPQUEUE(9): Properly remove timeout timerSebastian Huber1-5/+2
2016-11-24Use _Thread_Dispatch_direct()Sebastian Huber1-4/+3
2016-09-22Use _Thread_Get_priority()Sebastian Huber1-2/+2
2016-07-28kern/sleepqueue: Update due to API changesChris Johns1-14/+14
2016-07-28Revert "kern/sleepqueue: Update due to API changes"Chris Johns1-18/+18
2016-07-28kern/sleepqueue: Update due to API changesChris Johns1-18/+18
2016-03-14Update due to Watchdog Handler changesSebastian Huber1-13/+15
2015-05-20Add INVARIANTS supportSebastian Huber1-0/+2
2015-05-20SLEEPQUEUE(9): Update due to RTEMS API changesSebastian Huber1-5/+7
2015-05-20SLEEPQUEUE(9): Update due to API changesSebastian Huber1-2/+2
2015-05-20SLEEPQUEUE(9): Avoid Giant lockSebastian Huber1-8/+0
2015-04-23SLEEPQUEUE(9): Update due to API changesSebastian Huber1-23/+17
2015-04-08SLEEPQUEUE(9): Include missing header fileSebastian Huber1-0/+1
2015-03-24SLEEPQUEUE(9): Port to RTEMSSebastian Huber1-0/+279
2015-03-24SLEEPQUEUE(9): Import from FreeBSDSebastian Huber1-0/+1236