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
/
subr_clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve style and wording of comments and sysctl descriptions [1].
bz
2011-01-09
1
-12
/
+11
*
Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off.
bz
2010-12-09
1
-1
/
+3
*
Fix some more style(9) issues.
brucec
2010-11-14
1
-3
/
+3
*
Fix style(9) issues from r215281 and r215282.
brucec
2010-11-14
1
-1
/
+2
*
Add some descriptions to sys/kern sysctls.
brucec
2010-11-14
1
-3
/
+3
*
Fix an XXX comment by answering 'no'. OS X does not set the day-of-week
nwhitehorn
2010-10-17
1
-4
/
+0
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
1
-7
/
+2
*
fix printf type confusion on amd64
phk
2008-04-12
1
-2
/
+3
*
Emit summaries of struct c(alender)t(ime) <-> struct timespec conversions
phk
2008-04-12
1
-2
/
+27
*
If clock_ct_to_ts fails to convert time time from the real time clock,
dwmalone
2007-07-23
1
-1
/
+1
*
Use utc_offset() where applicable, and hide the internals of it
phk
2006-10-02
1
-3
/
+3
*
Introduce utc_offset() to capture a calculation currently done all over the
phk
2006-10-02
1
-0
/
+7
*
Move tz_minuteswest and tz_dsttime to subr_clock.c
phk
2006-10-02
1
-0
/
+3
*
Second part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-143
/
+22
*
Remove more straggling CPU_ macro references
phk
2006-05-11
1
-4
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Use the CPU_* OID constants instead of OID_AUTO for the clock-related
tmm
2002-08-07
1
-3
/
+6
*
Add a generic implementation of inittodr() and resettodr(), as well as
tmm
2002-04-04
1
-0
/
+316