index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_time.c
Age
Commit message (
Expand
)
Author
2000-10-10
implement ppsratecheck(9). from netbsd.
Jun-ichiro itojun Hagino
2000-07-07
Be more paranoid about return values from hzto.
Artur Grabowski
2000-07-06
Change splsoftclock() to spllowersoftclock(). (art@ ok)
Hakan Olsson
2000-07-05
Stop sleeps from returning early (by up to a clock tick).
Paul Janzen
2000-03-23
Don't reinitialize the tsleep and ITIMER_REAL timers all the time.
Artur Grabowski
2000-03-23
Use the new timeout facilities for ITIMER_REAL.
Artur Grabowski
2000-03-17
ratecheck - function to help implement rate-limited actions (from NetBSD)
Jakob Schlyter
2000-01-22
Don't allow the time to be set forward so far it will wrap and become negative,
Todd C. Miller
1999-12-06
Implement compatibility for Linux stime() syscall.
Aaron Campbell
1999-06-06
-Wall sucks
Theo de Raadt
1999-06-06
adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...
Theo de Raadt
1998-02-20
Please GCC 2.8's harsher view of good style
Niklas Hallqvist
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1997-10-17
Don't allow root to set the clock back in time if securelevel > 1. This
Todd C. Miller
1997-04-28
The type of a pointer to const characters is not the same as a const pointer
Niklas Hallqvist
1997-04-26
First argument to nanosleep(2) is const; so is the first argument to
Thorsten Lockert
1997-04-23
In nanosleep, use local error variable when storing rqtp in so that an error
Thorsten Lockert
1997-04-20
Add new POSIX 1003.1b related syscalls; from pk@NetBSD
Thorsten Lockert
1997-03-16
allow settimeofday() at securelevel < 2, rather than < 1.
flipk
1997-02-22
Upodate to lite2 -- don't allow setting back the clock if securelevel > 0
Todd C. Miller
1996-03-31
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
Michael Shalayeff
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt