summaryrefslogtreecommitdiff
path: root/sys/kern/kern_time.c
AgeCommit message (Expand)Author
1999-06-06-Wall sucksTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...Theo de Raadt
1998-02-20Please GCC 2.8's harsher view of good styleNiklas Hallqvist
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-10-17Don't allow root to set the clock back in time if securelevel > 1. ThisTodd C. Miller
1997-04-28The type of a pointer to const characters is not the same as a const pointerNiklas Hallqvist
1997-04-26First argument to nanosleep(2) is const; so is the first argument toThorsten Lockert
1997-04-23In nanosleep, use local error variable when storing rqtp in so that an errorThorsten Lockert
1997-04-20Add new POSIX 1003.1b related syscalls; from pk@NetBSDThorsten Lockert
1997-03-16allow settimeofday() at securelevel < 2, rather than < 1.flipk
1997-02-22Upodate to lite2 -- don't allow setting back the clock if securelevel > 0Todd C. Miller
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt