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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with i386 - Optimize intr_execute_handlers a bit etc.
peter
2004-08-16
1
-21
/
+50
*
Sync with i386 - cosmetic fixes
peter
2004-08-16
1
-1
/
+2
*
Catch up with i386 - remove lots of no longer used symbolic constants
peter
2004-08-16
1
-76
/
+1
*
Sync with i386
peter
2004-08-16
1
-3
/
+11
*
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
2
-0
/
+2
*
Fixed profiling of trap, syscall and interrupt handlers and some
bde
2004-05-24
1
-2
/
+0
*
Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary
bde
2004-05-23
1
-1
/
+1
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
5
-66
/
+143
*
Add a simple mini-driver for the ELCR register. Originally, the ELCR
jhb
2004-05-04
1
-0
/
+143
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
8
-32
/
+0
*
sync comment with i386's isa.c.. This removes a comment that is YEARS
jmg
2004-03-17
1
-3
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+1
*
Don't cast a pointer to an int that isn't big enough.
peter
2004-02-05
1
-1
/
+1
*
Diff reduction with i386
peter
2004-01-28
1
-4
/
+12
*
Use i8259A register defines from shared header sys/dev/ic/i8259.h instead
jhb
2004-01-06
2
-53
/
+4
*
Cosmetic and/or trivial sync up with i386.
peter
2003-11-21
2
-4
/
+5
*
MFi386: pre-register idt slots for atpic so we catch any strays without
peter
2003-11-21
1
-6
/
+22
*
MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using
peter
2003-11-21
1
-10
/
+10
*
Add SMP changes as should have been committed as rev 1.28
peter
2003-11-17
1
-26
/
+7
*
Restore file accidently killed in the crossfire from the smp commit.
peter
2003-11-17
1
-0
/
+152
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
10
-1296
/
+71
*
Oh, how embarresing. I broke my own platform. :-)
peter
2003-11-17
1
-4
/
+4
*
Preemptively burn a bridges. The isa timer code is likely to be
peter
2003-11-14
1
-141
/
+0
*
Always install IDT entries for ATPIC interrupt sources. The APIC no
jhb
2003-11-14
1
-10
/
+3
*
"opt_auto_eoi.h" is not used here anymore. See atpic.c.
peter
2003-11-14
1
-2
/
+0
*
Replace magic numbers with macros for i8259A register constants. Still
jhb
2003-11-14
1
-9
/
+10
*
Fix up the control word 3 bits. jhb discovered how much I screwed this
peter
2003-11-14
1
-4
/
+4
*
Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc
peter
2003-11-13
1
-4
/
+0
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
2
-72
/
+23
*
The great s/npx/fpu/gi
peter
2003-11-08
1
-2
/
+2
*
Rename npx* to fpu*. I haven't done the flags/function names yet.
peter
2003-11-08
1
-725
/
+0
*
There isn't much point printing 'npx0: INT 16 interface' because that is
peter
2003-11-08
1
-1
/
+0
*
Fix to support pc98.
nyan
2003-11-04
1
-0
/
+6
*
Split pc98 support into pc98/pc98/nmi.c.
nyan
2003-11-04
1
-22
/
+1
*
Add the new atpic(4) driver for the 8259A master and slave PICs. By
jhb
2003-11-03
2
-178
/
+492
*
Move the NMI handling code out to its own file.
jhb
2003-11-03
1
-586
/
+2
*
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
6
-13
/
+23
*
Use __FBSDID().
obrien
2003-06-02
1
-1
/
+3
*
Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base
peter
2003-05-12
1
-2
/
+8
*
Style nits.
jhb
2003-05-07
1
-2
/
+4
*
Repocopy *.s to *.S
peter
2003-05-03
4
-300
/
+1
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
16
-1693
/
+333
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
[next]