summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Remove __P.alfred2002-03-191-6/+6
* Take the common case of gettimeofday(&tv, NULL) out from under Giant.phk2002-02-181-8/+4
* o Modify static settime() to accept the proc * for the process requestingrwatson2001-09-261-5/+6
* KSE Milestone 2julian2001-09-121-26/+28
* Giant Pushdowndillon2001-09-011-47/+126
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+3
* Lock the process while sending it SIGARLM and updating p_realtimer.jhb2001-03-071-0/+4
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-5/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Isolate the Timecounter internals in their own two files.phk2000-03-201-1/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-271-1/+2
* Suser() simplification:phk1999-04-271-4/+4
* More secure clock management. Allow positive steps only once per secondnsayer1999-04-071-11/+16
* Fix last delta so file would compile again- I think I got itmjacob1999-04-071-10/+13
* If securelevel>1, allow the clock to be adjusted negatively only up tonsayer1999-04-071-8/+27
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+1
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-2/+2
* Fixed interval calculation in realitimexpire() again. Obtained from:bde1998-05-171-4/+4
* Fixed stale references to hzto() in comments.bde1998-05-171-2/+2
* s/nanoruntime/nanouptime/gphk1998-05-171-6/+6
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()peter1998-05-141-56/+1
* Commit an old change that has been sitting around for a long while.peter1998-05-141-2/+16
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-13/+13
* More fixes for the iterative case of nanosleep1 from bruce.phk1998-04-051-5/+5
* Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde)phk1998-04-051-10/+9
* If there is no error code, don't copyout the remaining time. (Aspeter1998-04-051-3/+3
* Fix nanosleep1 based on Bruces suggestion.phk1998-04-051-28/+22
* tsleep() returns EWOULDBLOCK if the timeout expired. Don't return thispeter1998-04-051-2/+2
OpenPOWER on IntegriCloud