| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -1/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -4/+4 |
* | More secure clock management. Allow positive steps only once per second | nsayer | 1999-04-07 | 1 | -11/+16 |
* | Fix last delta so file would compile again- I think I got it | mjacob | 1999-04-07 | 1 | -10/+13 |
* | If securelevel>1, allow the clock to be adjusted negatively only up to | nsayer | 1999-04-07 | 1 | -8/+27 |
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | bde | 1999-02-25 | 1 | -1/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -2/+1 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 1 | -2/+2 |
* | Fixed interval calculation in realitimexpire() again. Obtained from: | bde | 1998-05-17 | 1 | -4/+4 |
* | Fixed stale references to hzto() in comments. | bde | 1998-05-17 | 1 | -2/+2 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -6/+6 |
* | Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep() | peter | 1998-05-14 | 1 | -56/+1 |
* | Commit an old change that has been sitting around for a long while. | peter | 1998-05-14 | 1 | -2/+16 |
* | Make a kernel version of the timer* functions called timerval* to be | phk | 1998-04-06 | 1 | -13/+13 |
* | More fixes for the iterative case of nanosleep1 from bruce. | phk | 1998-04-05 | 1 | -5/+5 |
* | Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde) | phk | 1998-04-05 | 1 | -10/+9 |
* | If there is no error code, don't copyout the remaining time. (As | peter | 1998-04-05 | 1 | -3/+3 |
* | Fix nanosleep1 based on Bruces suggestion. | phk | 1998-04-05 | 1 | -28/+22 |
* | tsleep() returns EWOULDBLOCK if the timeout expired. Don't return this | peter | 1998-04-05 | 1 | -2/+2 |
* | Handle double fraction overflow in nano & microtime functions (spotted by Bruce) | phk | 1998-04-04 | 1 | -6/+3 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -60/+30 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -16/+18 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -1/+2 |
* | Fixed the calculation of `delta' in settime(). We once set all | bde | 1998-02-25 | 1 | -29/+14 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -6/+7 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -22/+13 |
* | Simplify the lease_check stuff. | phk | 1997-10-26 | 1 | -3/+9 |
* | Fix returned sleep period for large values | ache | 1997-10-20 | 1 | -3/+5 |
* | Sigh. Signal handlers are executed on leaving the system call, not | peter | 1997-10-15 | 1 | -8/+2 |
* | init_main.c subr_autoconf.c: | gibbs | 1997-09-21 | 1 | -5/+8 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Don't return EINVAL for negative timespecs in the nanosleep functions. | bde | 1997-08-26 | 1 | -12/+9 |
* | setitimer: if it_value == 0 clear it_interval now | ache | 1997-08-14 | 1 | -2/+6 |
* | Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts | ache | 1997-08-13 | 1 | -46/+64 |
* | Fixed syscall arg checking in clock_settime(). Stack garbage was | bde | 1997-08-03 | 1 | -2/+2 |
* | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | jhay | 1997-06-24 | 1 | -2/+1 |
* | oops, fix a braino that I noticed during the commit.. Don't verify the | peter | 1997-06-01 | 1 | -5/+7 |
* | - implement signanosleep(2) by moving common code from nanosleep() into a | peter | 1997-06-01 | 1 | -28/+102 |
* | Fixes from Bruce: | peter | 1997-05-10 | 1 | -59/+64 |
* | Pay attention to what Bruce actually says | brian | 1997-05-10 | 1 | -5/+2 |
* | Don't require that it_interval be valid if | brian | 1997-05-10 | 1 | -2/+5 |
* | Implementation of posix-style clock_* and nanosleep syscalls as implemented | peter | 1997-05-08 | 1 | -33/+215 |
* | Removed `volatile' from declaration of `time', and removed the resulting | bde | 1997-03-22 | 1 | -4/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | if we jump the time, we need to check all the process real interval timers. | julian | 1996-09-30 | 1 | -2/+5 |