summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* YFfix.phk1995-02-141-1/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-5/+2
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-7/+7
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+14
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+416
OpenPOWER on IntegriCloud