aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/timers.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* s/timer_t/int/gDavid Xu2006-03-011-1/+1
* Remove itimers_event_hook, now it is a private function in kern_time.c.David Xu2005-12-091-1/+0
* Let itimer store itimerspec instead of itimerval, so I don't have toDavid Xu2005-10-301-2/+2
* Make p_itimers as a pointer, so file sys/proc.h does not need to includeDavid Xu2005-10-231-2/+2
* Make kernel structures invisible to userland.David Xu2005-10-231-1/+4
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICDavid Xu2005-10-231-2/+75
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Obtained from: uthreads packageJulian Elischer1996-01-221-0/+42