summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle double fraction overflow in nano & microtime functions (spotted by Bruce)phk1998-04-041-6/+3
* Time changes mark 2:phk1998-04-041-60/+30
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-16/+18
* Add two new functions, get{micro|nano}time.phk1998-03-261-1/+2
* Fixed the calculation of `delta' in settime(). We once set allbde1998-02-251-29/+14
* Replace TOD clock code with more systematic approach.phk1998-02-201-6/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-22/+13
* Simplify the lease_check stuff.phk1997-10-261-3/+9
* Fix returned sleep period for large valuesache1997-10-201-3/+5
* Sigh. Signal handlers are executed on leaving the system call, notpeter1997-10-151-8/+2
* init_main.c subr_autoconf.c:gibbs1997-09-211-5/+8
* Removed unused #includes.bde1997-09-021-3/+1
* Don't return EINVAL for negative timespecs in the nanosleep functions.bde1997-08-261-12/+9
* setitimer: if it_value == 0 clear it_interval nowache1997-08-141-2/+6
* Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeoutsache1997-08-131-46/+64
* Fixed syscall arg checking in clock_settime(). Stack garbage wasbde1997-08-031-2/+2
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-2/+1
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
* Fixes from Bruce:peter1997-05-101-59/+64
* Pay attention to what Bruce actually saysbrian1997-05-101-5/+2
* Don't require that it_interval be valid ifbrian1997-05-101-2/+5
* Implementation of posix-style clock_* and nanosleep syscalls as implementedpeter1997-05-081-33/+215
* Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-221-4/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* if we jump the time, we need to check all the process real interval timers.julian1996-09-301-2/+5
* Use a big delta in adjtime() for big negative adjustments as well asbde1996-07-121-2/+2
* Updated some comments in settimeofday().bde1996-06-081-3/+15
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-3/+1
* Finished staticizing of timevalfix().bde1995-12-261-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+3
* Fixed settimeofday():bde1995-11-191-5/+7
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+12
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-291-1/+3
* The pessimistic rounding in hzto() was too pessimistic for realitimexpire().bde1995-06-261-2/+6
OpenPOWER on IntegriCloud