index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Modify static settime() to accept the proc * for the process requesting
rwatson
2001-09-26
1
-5
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-26
/
+28
*
Giant Pushdown
dillon
2001-09-01
1
-47
/
+126
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+3
*
Lock the process while sending it SIGARLM and updating p_realtimer.
jhb
2001-03-07
1
-0
/
+4
*
Use callout_reset instead of timeout(9). Most callouts are statically
jake
2000-11-27
1
-5
/
+5
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-1
/
+2
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-1
/
+2
*
$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
[next]