summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
Commit message (Expand)AuthorAgeFilesLines
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-23/+23
* Fix compiling warning on 64 bits system.davidxu2005-12-091-1/+1
* Register itimers_event_hook as a kernel event handler, so I don'tdavidxu2005-12-091-2/+9
* 1. Set timer configuration values for sysconf().davidxu2005-12-011-2/+15
* Add several aliases for existing clockid_t names to indicate that therwatson2005-11-271-2/+26
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentandre2005-11-181-0/+2
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-041-1/+1
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-031-28/+11
* Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-301-59/+118
* Don't touch last overrun if signal was already on queue.davidxu2005-10-231-2/+0
* Make p_itimers as a pointer, so file sys/proc.h does not need to includedavidxu2005-10-231-28/+25
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICdavidxu2005-10-231-2/+664
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-151-19/+51
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-311-17/+34
* If the pointer to the new itimerval is NULL in kern_setitimer(), justjhb2005-02-071-0/+3
* Various and sundry style fixes.jhb2005-02-071-4/+4
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-251-34/+55
* move kern_nanosleep to sys/syscallsubr.hps2005-01-191-0/+1
* - rename nanosleep1 to kern_nanosleepps2005-01-191-5/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-6/+8
* Update previous commit to:kbyanc2004-06-211-18/+13
* Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) andkbyanc2004-06-171-9/+39
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* constify the second args to timevaladd() and timevalsub().alfred2003-10-261-2/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* Wait for the real interval timer callout handler to finish executing if itjhb2003-06-091-0/+2
* In setitimer(2), if the it_value of the new itimer value is clear, thenjhb2003-05-131-3/+4
* o fix ppsratecheck to interpret a maxpps of zero as "ignore everything"sam2003-02-261-1/+5
* OK, I was too sleepy there...phk2003-02-231-2/+4
* Implement CLOCK_MONOTONIC.phk2003-02-231-2/+3
* Remove duplicate includes.cognet2003-02-201-1/+0
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-171-42/+33
* Split the global timezone structure into two integer fields tophk2003-02-031-7/+6
* No need to lock Giant around call to nanosleep1() in nanosleep().tjr2003-02-031-2/+0
* Avoid holding Giant across copyout() in gettimeofday() and getitimer().tjr2003-02-031-4/+4
* Remove unnecessary locking of Giant around nanotime() in clock_gettime().tjr2003-01-191-2/+0
* useracc() is mpsafe so we only need to hold Giantalfred2003-01-191-10/+5
* o reduce the overhead of calling ppsratecheck by using ticks instead ofsam2002-12-311-55/+24
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-201-0/+88
* SCARGS removal take II.alfred2002-12-141-12/+12
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-12/+12
* Remove SCARGS.alfred2002-12-131-12/+12
* Introduce mac_check_system_settime(), a MAC check allowing policies torwatson2002-11-031-0/+13
* Round up instead of towards 0 in clock_getres() so that a resolution ofbde2002-09-251-1/+6
* A side effect of some debugging: prototypify and deregister.phk2002-08-181-45/+18
* more caddr_t removal.alfred2002-06-291-10/+6
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-261-1/+1
* Improve the implementation of adjtime(2).phk2002-04-151-72/+0
* - Change settime() to take a thread as its first argument instead of a procjhb2002-04-101-36/+27
OpenPOWER on IntegriCloud