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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Whitespace.
jhb
2003-11-13
1
-5
/
+5
*
Fix a typo.
jhb
2003-11-13
1
-1
/
+1
*
Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc
peter
2003-11-13
3
-13
/
+0
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
8
-98
/
+75
*
Cosmetic sync with i386
peter
2003-11-12
1
-0
/
+2
*
Don't probe busses in the MP Table for the MP Table PCI bridge drivers
jhb
2003-11-11
1
-0
/
+2
*
Some motherboards like to remap the SCI (normally IRQ 9) up to a PCI
jhb
2003-11-11
1
-1
/
+6
*
Enable HTT CPUs by default instead of halting them by default. Users
jhb
2003-11-11
1
-1
/
+1
*
Disable probing of HTT CPUs by default for the MP Table case. HTT CPUs
jhb
2003-11-11
1
-0
/
+7
*
MFamd64 (via P4, not in CVS yet):
jhb
2003-11-10
1
-21
/
+21
*
Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APIC
jhb
2003-11-10
2
-3
/
+3
*
Change the clear_ret argument of get_mcontext() to be a flags argument.
marcel
2003-11-09
1
-2
/
+2
*
Move a MD 32 bit binary support routine into the MD areas. exec_setregs
peter
2003-11-08
1
-0
/
+41
*
Update the graffiti.
peter
2003-11-08
13
-3
/
+18
*
Switch from having a fpu "device" to something that is more like the
peter
2003-11-08
3
-129
/
+32
*
The great s/npx/fpu/gi
peter
2003-11-08
12
-183
/
+128
*
Converge with i386/GENERIC
peter
2003-11-08
1
-14
/
+15
*
Rename npx* to fpu*. I haven't done the flags/function names yet.
peter
2003-11-08
7
-848
/
+8
*
There isn't much point printing 'npx0: INT 16 interface' because that is
peter
2003-11-08
2
-2
/
+0
*
Dump the trigger and polarity of each intpin's default setting in the
jhb
2003-11-07
1
-2
/
+5
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
1
-0
/
+4
*
Only disable the old pin when doing a remap if it's current vector is still
jhb
2003-11-06
1
-1
/
+2
*
OK, this might be a bit silly, but add another popcnt() candidate.
peter
2003-11-06
1
-0
/
+6
*
When remapping an ISA interrupt from one intpin to another, disable the
jhb
2003-11-05
2
-9
/
+21
*
Two style nits.
jhb
2003-11-05
1
-0
/
+2
*
- Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned
jhb
2003-11-05
1
-18
/
+18
*
Add a workaround for MP Tables that list the same PCI IRQ twice with
jhb
2003-11-05
1
-3
/
+16
*
Tweak the version string output for ioapic devices.
jhb
2003-11-04
1
-2
/
+3
*
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
*
Make this compile with PAE.
peter
2003-11-04
1
-5
/
+6
*
New i386 SMP code:
jhb
2003-11-03
2
-1993
/
+359
*
Don't probe PnP BIOS devices for PICs for now to avoid problems with those
jhb
2003-11-03
1
-9
/
+3
*
Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiple
jhb
2003-11-03
1
-0
/
+650
*
Add the MP Table APIC enumerator. This code uses the BIOS MP Table to
jhb
2003-11-03
3
-5346
/
+862
*
New APIC support code:
jhb
2003-11-03
5
-350
/
+1725
*
Add the new atpic(4) driver for the 8259A master and slave PICs. By
jhb
2003-11-03
2
-178
/
+492
*
New device interrupt code. This defines an interrupt source abstraction
jhb
2003-11-03
2
-0
/
+387
*
Move the NMI handling code out to its own file.
jhb
2003-11-03
1
-586
/
+2
*
Include "opt_pmap.h" so that the DISABLE_P* options are honored.
jhb
2003-10-30
1
-0
/
+2
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
3
-9
/
+0
*
MFi386: thread specific fpu state optimizations
peter
2003-10-30
1
-1
/
+3
*
MFi386: rev 1.451 (jhb): call pmap_kremove() rather than duplicate it
peter
2003-10-30
1
-5
/
+2
*
MFi386: trap.c rev 1.259: fetch thread mailbox address in page fault trap
peter
2003-10-30
1
-0
/
+2
*
Oops. Remove some rather noisy debug printfs that slipped in there
peter
2003-10-28
1
-9
/
+0
*
A few whitespace and comment tweaks.
jhb
2003-10-24
3
-18
/
+9
*
Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLE
peter
2003-10-24
1
-1
/
+4
*
Use a more robust API altogether for the amd64_get_fsbase() etc functions.
peter
2003-10-23
1
-4
/
+4
*
Renumber the sysarch vectors for amd64 specific syscalls so that I can
peter
2003-10-23
1
-6
/
+5
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
2
-2
/
+2
[prev]
[next]