summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_sleepqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-2/+4
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-151-1/+0
* SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer2018-12-191-1/+1
* SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber2018-12-141-0/+4
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-211-4/+3
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-211-2/+2
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-211-2/+1
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-211-4/+9
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2018-02-051-1/+1
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2017-10-171-1/+1
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-1/+1
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-59/+140
* SLEEPQUEUE(9): Fix absolute timeoutsSebastian Huber2017-02-281-5/+24
* SLEEPQUEUE(9): Add wmesg to thread wait infoSebastian Huber2017-01-311-1/+4
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-101-3/+8
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-3/+3
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-95/+233
* SLEEPQUEUE(9): Properly remove timeout timerSebastian Huber2016-11-241-5/+2
* Use _Thread_Dispatch_direct()Sebastian Huber2016-11-241-4/+3
* Use _Thread_Get_priority()Sebastian Huber2016-09-221-2/+2
* kern/sleepqueue: Update due to API changesChris Johns2016-07-281-14/+14
* Revert "kern/sleepqueue: Update due to API changes"Chris Johns2016-07-281-18/+18
* kern/sleepqueue: Update due to API changesChris Johns2016-07-281-18/+18
* Update due to Watchdog Handler changesSebastian Huber2016-03-141-13/+15
* Add INVARIANTS supportSebastian Huber2015-05-201-0/+2
* SLEEPQUEUE(9): Update due to RTEMS API changesSebastian Huber2015-05-201-5/+7
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2015-05-201-2/+2
* SLEEPQUEUE(9): Avoid Giant lockSebastian Huber2015-05-201-8/+0
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2015-04-231-23/+17
* SLEEPQUEUE(9): Include missing header fileSebastian Huber2015-04-081-0/+1
* SLEEPQUEUE(9): Port to RTEMSSebastian Huber2015-03-241-0/+279
* SLEEPQUEUE(9): Import from FreeBSDSebastian Huber2015-03-241-0/+1236