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
/
pc98
/
cbus
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.
phk
2006-10-02
1
-92
/
+23
*
Second part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-3
/
+0
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Fix build error.
nyan
2005-12-23
1
-0
/
+1
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-3
/
+3
*
Fixup some more fallout from the lapic/i8254 changes:
jhb
2005-07-13
1
-24
/
+20
*
Remove a || 1 that crept into the i8254 commit and was subsequently
jhb
2005-07-05
1
-1
/
+1
*
MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).
nyan
2005-07-03
1
-12
/
+35
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
1
-7
/
+7
*
Change a directory layout for pc98.
nyan
2005-05-10
1
-1
/
+1
*
Merge from i386:
jhb
2005-03-24
1
-7
/
+16
*
MFi386: revision 1.217.
nyan
2005-03-12
1
-3
/
+0
*
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
jhb
2005-03-09
1
-144
/
+2
*
Fix pc98 compile: merge in changes to use the local APIC timer. Also, add
jhb
2005-02-09
1
-14
/
+14
*
MFi386: revision 1.213.
nyan
2004-07-13
1
-16
/
+20
*
MFi386: revision 1.212.
nyan
2004-07-11
1
-13
/
+11
*
Add missing <sys/module.h> includes.
phk
2004-06-07
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Add a comment about time stamper.
nyan
2004-03-29
1
-1
/
+1
*
including isa_device.h was historical in this file, remove it
imp
2004-03-15
1
-1
/
+0
*
MFi386: revision 1.206
nyan
2003-11-04
1
-166
/
+13
*
MFi386: revision 1.205
nyan
2003-10-05
1
-1
/
+146
*
MFi386: revision 1.204.
nyan
2003-09-11
1
-2
/
+18
*
MFi386: revisions 1.202 and 1.203.
nyan
2003-08-23
1
-139
/
+3
*
bandaide to make this build again
imp
2003-08-16
1
-2
/
+6
*
MFi386: revision 1.201.
nyan
2003-08-08
1
-0
/
+1
*
MFi386: revision 1.199
nyan
2003-06-01
1
-1
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
PC98 systems don't need to worry about the MCA bus.
mdodd
2003-03-24
1
-9
/
+0
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Switch to use the TSC code i386/i386/tsc.c
phk
2003-02-11
1
-110
/
+1
*
Reduce diff to i386/isa/clock.c by unifdef -DPC98
phk
2003-02-05
1
-415
/
+0
*
Typo in last commit
phk
2003-02-05
1
-1
/
+1
*
MFi386: write the correct weekday back to the RTC.
phk
2003-02-05
1
-1
/
+1
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-3
/
+3
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-2
/
+15
*
MFi386: revision 1.192.
nyan
2003-01-30
1
-4
/
+5
*
Make tsc_freq a 64bit on PC98 also.
phk
2003-01-29
1
-2
/
+3
*
MFi386: revisions 1.189 and 1.190.
nyan
2002-10-22
1
-12
/
+10
*
Remove #ifdef/#endif 3 years after the stuff they protected was removed.
phk
2002-09-21
1
-2
/
+0
*
MFi386: sys/i386/isa/clock.c revision 1.187.
kato
2002-06-24
1
-2
/
+2
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
1
-6
/
+0
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-2
/
+0
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+11
*
Remove __P.
kato
2002-03-20
1
-11
/
+11
*
MFi386: revision 1.180
nyan
2002-01-31
1
-0
/
+5
*
MFi386: revision 1.178
nyan
2001-12-22
1
-7
/
+4
*
MFi386: revision 1.179
nyan
2001-12-22
1
-0
/
+10
*
MFi386: sys/i386/isa/clock.c revision 1.177
nyan
2001-10-19
1
-4
/
+0
*
MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.
nyan
2001-09-16
1
-5
/
+36
[next]