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
/
amd64
/
isa
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with i386 - cosmetic fixes
peter
2004-08-16
1
-1
/
+2
*
MFi386: rev 1.213 -- fix DELAY while the debugger is active.
marcel
2004-07-11
1
-12
/
+23
*
MFi386: don't fake the time counter when the debugger is active.
marcel
2004-07-10
1
-20
/
+12
*
Move module.h include to the same place as on i386 for diff reduction.
peter
2004-06-03
1
-1
/
+1
*
Add missing <sys/module.h> instances which were shadowed by the nested
phk
2004-06-03
1
-0
/
+1
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-5
/
+6
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using
peter
2003-11-21
1
-10
/
+10
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-30
/
+22
*
Preemptively burn a bridges. The isa timer code is likely to be
peter
2003-11-14
1
-141
/
+0
*
MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.
peter
2003-09-30
1
-2
/
+3
*
MFi386: BURN_BRIDGES around timer0 functions
peter
2003-09-30
1
-2
/
+14
*
MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont
peter
2003-09-22
1
-0
/
+2
*
MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAY
peter
2003-09-22
1
-2
/
+18
*
Use __FBSDID().
obrien
2003-07-25
1
-2
/
+4
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
1
-221
/
+7
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Switch to using the TSC code in i386/i386/tsc.c.
phk
2003-02-11
1
-114
/
+1
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-6
/
+22
*
Make tsc_freq a 64bit quantity.
phk
2003-01-29
1
-5
/
+7
*
Use the correct value when writing the Day Of Week byte in the CMOS.
phk
2002-12-04
1
-1
/
+1
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
1
-12
/
+8
*
Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there
phk
2002-09-21
1
-2
/
+0
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
1
-0
/
+1
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
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
/
+12
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-13
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+13
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
1
-0
/
+5
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-0
/
+10
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-7
/
+4
*
Remove an unneeded variable declaration and statement.
robert
2001-10-09
1
-2
/
+0
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
1
-1
/
+22
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Add in a missing call to forward_hardclock() in the SMP case.
jhb
2001-04-28
1
-0
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-1
/
+12
*
Catch up to header include changes:
jhb
2001-03-28
1
-3
/
+1
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-6
/
+1
*
Catch up to changes to inthand_add().
jhb
2001-02-09
1
-8
/
+8
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-16
/
+16
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
1
-3
/
+3
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
1
-1
/
+1
*
Convert apm from a bogus 'count' into a plain option. Clean out some
peter
2001-01-19
1
-3
/
+3
[next]