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 fix ppsratecheck to interpret a maxpps of zero as "ignore everything"
sam
2003-02-26
1
-1
/
+5
*
OK, I was too sleepy there...
phk
2003-02-23
1
-2
/
+4
*
Implement CLOCK_MONOTONIC.
phk
2003-02-23
1
-2
/
+3
*
Remove duplicate includes.
cognet
2003-02-20
1
-1
/
+0
*
Use the proc lock to protect p_realtimer instead of Giant, and obtain
tjr
2003-02-17
1
-42
/
+33
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-7
/
+6
*
No need to lock Giant around call to nanosleep1() in nanosleep().
tjr
2003-02-03
1
-2
/
+0
*
Avoid holding Giant across copyout() in gettimeofday() and getitimer().
tjr
2003-02-03
1
-4
/
+4
*
Remove unnecessary locking of Giant around nanotime() in clock_gettime().
tjr
2003-01-19
1
-2
/
+0
*
useracc() is mpsafe so we only need to hold Giant
alfred
2003-01-19
1
-10
/
+5
*
o reduce the overhead of calling ppsratecheck by using ticks instead of
sam
2002-12-31
1
-55
/
+24
*
add generic rate limiting support from netbsd; ratelimit is purely time based,
sam
2002-12-20
1
-0
/
+88
*
SCARGS removal take II.
alfred
2002-12-14
1
-12
/
+12
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-12
/
+12
*
Remove SCARGS.
alfred
2002-12-13
1
-12
/
+12
*
Introduce mac_check_system_settime(), a MAC check allowing policies to
rwatson
2002-11-03
1
-0
/
+13
*
Round up instead of towards 0 in clock_getres() so that a resolution of
bde
2002-09-25
1
-1
/
+6
*
A side effect of some debugging: prototypify and deregister.
phk
2002-08-18
1
-45
/
+18
*
more caddr_t removal.
alfred
2002-06-29
1
-10
/
+6
*
Hide the private parts of timecounter from a couple of places that don't
phk
2002-04-26
1
-1
/
+1
*
Improve the implementation of adjtime(2).
phk
2002-04-15
1
-72
/
+0
*
- Change settime() to take a thread as its first argument instead of a proc
jhb
2002-04-10
1
-36
/
+27
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Remove __P.
alfred
2002-03-19
1
-6
/
+6
*
Take the common case of gettimeofday(&tv, NULL) out from under Giant.
phk
2002-02-18
1
-8
/
+4
*
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
[next]