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
*
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
*
Add the cpu_idle_hook() function pointer so that other idlers can be
njl
2003-10-18
1
-9
/
+17
*
Don't forget to load %es with the kernel data segment selector in
bde
2003-10-16
1
-0
/
+3
*
Pull the tier-2 card one last time and break the get/setcontext and
peter
2003-10-15
5
-5
/
+17
*
MFia64
alc
2003-10-14
2
-47
/
+82
*
Implement preliminary support for the PT_SYSCALL command to ptrace(2).
robert
2003-10-09
1
-0
/
+5
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Don't bother setting a page table page's valid field. It is unused and
alc
2003-10-05
1
-2
/
+0
*
Migrate pmap_prefault() into the machine-independent virtual memory layer.
alc
2003-10-03
1
-100
/
+21
*
Reimplement pagezero() using "movnti".
alc
2003-10-02
1
-39
/
+11
*
Commit Bosko's patch to clean up the PSE/PG_G initialization to and
peter
2003-10-01
5
-36
/
+34
*
Use __register_t instead of register_t, otherwise <sys/types.h> is a
peter
2003-10-01
1
-24
/
+24
*
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
2
-3
/
+17
*
- Remove the definition for TD_SWITCHIN as it is not used.
jeff
2003-09-30
1
-1
/
+0
*
Eliminate the pte object.
alc
2003-09-27
2
-27
/
+49
*
MFi386
alc
2003-09-26
1
-4
/
+4
*
MFi386
alc
2003-09-25
1
-14
/
+7
*
Re-raise the default datasize and stacksize now that the 32 bit exec
peter
2003-09-25
1
-2
/
+2
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
2
-13
/
+2
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-4
/
+12
*
Oops. back out last commit. The data and stack limits are used by the
peter
2003-09-23
1
-2
/
+2
*
Fix patch transcription typo. s/IDT_BPT/IDT_BP/
peter
2003-09-23
1
-1
/
+1
*
Sync with i386 version. The quality initialization was missing and some
peter
2003-09-23
2
-5
/
+2
*
GC unused child variable
peter
2003-09-23
1
-2
/
+1
*
MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcib
peter
2003-09-23
2
-51
/
+64
*
Move basemem variable into global scope so that the MP startup code can
peter
2003-09-22
2
-1
/
+4
*
Increase the default data size limit from 512MB to 8GB. Increase default
peter
2003-09-22
1
-2
/
+2
[next]