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
/
i386
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused #includes and a stale forward declaration.
bde
1997-07-20
1
-6
/
+1
*
Hide definitions that depend on the APIC_IO option from LKMs so that LKMs
bde
1997-07-20
1
-3
/
+7
*
Fixed pedantic ANSI C errors:
bde
1997-07-20
1
-11
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-6
/
+1
*
Added code to support #define APIC_PIN0_TIMER.
fsmp
1997-07-19
1
-2
/
+6
*
Added #define APIC_PIN0_TIMER.
fsmp
1997-07-19
1
-1
/
+9
*
Increased NIDT to 256 for case of SMP or APIC_IO.
fsmp
1997-07-19
1
-1
/
+5
*
Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.
fsmp
1997-07-18
4
-45
/
+23
*
printf cleanup.
fsmp
1997-07-18
1
-3
/
+3
*
Hopefully fix a few problems that could cause hangs in SMP mode.
dyson
1997-07-17
1
-1
/
+5
*
Add support for 4MB pages. This includes the .text, .data, .data parts
dyson
1997-07-17
2
-7
/
+23
*
Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels without
fsmp
1997-07-17
1
-2
/
+2
*
Removed a stale "FIXME:".
fsmp
1997-07-15
2
-6
/
+2
*
Cleanup.
fsmp
1997-07-15
1
-50
/
+56
*
New defines to eliminate "magic numbers" in various places.
fsmp
1997-07-15
3
-7
/
+55
*
new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpu
fsmp
1997-07-13
1
-64
/
+23
*
Many new test defines, including:
fsmp
1997-07-13
2
-7
/
+90
*
General cleanup of APIC code.
fsmp
1997-07-08
1
-44
/
+46
*
General cleanup of APIC code.
fsmp
1997-07-08
3
-5
/
+15
*
stop_cpus(), currently BROKEN! (turned off in smptests.h by default).
fsmp
1997-07-07
1
-10
/
+59
*
Additional debugging functions and macros.
fsmp
1997-07-06
2
-4
/
+49
*
Added POST code output to various points of the startup code.
fsmp
1997-06-27
1
-20
/
+173
*
Preliminaries for stop_cpus()/restart_cpus().
fsmp
1997-06-27
2
-6
/
+24
*
Program lint1 to handle NMIs.
fsmp
1997-06-27
1
-2
/
+24
*
Added fields to the LVT1/2 group.
fsmp
1997-06-27
2
-2
/
+20
*
Merged/renamed functions:
fsmp
1997-06-25
1
-82
/
+56
*
Modified to declare merged/renamed functions:
fsmp
1997-06-25
1
-5
/
+4
*
Allow the kernel configuration file to override the amount of memory
tegge
1997-06-25
1
-1
/
+3
*
Ensure that the boot CPU honours write protection in kernel mode.
tegge
1997-06-24
1
-1
/
+9
*
Fix calculation of initial mplock value.
fsmp
1997-06-24
1
-2
/
+2
*
Fixed breakage for "default" configurations in mptable_pass1().
fsmp
1997-06-24
1
-2
/
+2
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
10
-398
/
+140
*
Fixed va_arg() to work for small args (as in stdarg.h).
bde
1997-06-21
1
-9
/
+6
*
Don't attempt to generate errors for unpromoted types in va_arg(),
bde
1997-06-21
1
-14
/
+8
*
When APM is configured, turn off the power when halting for good.
wollman
1997-06-15
2
-2
/
+4
*
Preserve %fs and %gs across context switches. This has a relatively low
bde
1997-06-07
3
-4
/
+20
*
Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in a
bde
1997-06-07
1
-4
/
+1
*
Updated comments.
bde
1997-06-07
1
-15
/
+15
*
Change isa_device.h to intr_machdep.h
dfr
1997-06-02
1
-2
/
+2
*
move spl.h to ipl.h, minus the inline spl macros. The inline spl
peter
1997-05-31
2
-164
/
+62
*
remove #include of <machine/spl.h> - they are externed now
peter
1997-05-31
1
-3
/
+1
*
move intrhand2_t from isa_device.h to machine/types.h - it's used far more
peter
1997-05-31
1
-1
/
+7
*
Modified code in direction of supporting MULTIPLE_IOAPICS.
fsmp
1997-05-31
1
-87
/
+3
*
Code such as apic_base[APIC_ID] converted to lapic__id
fsmp
1997-05-29
1
-16
/
+16
*
apic.h now has structure definitions for both the local APIC and io APIC.
fsmp
1997-05-29
4
-6
/
+309
*
minor style police (recent divergence from KNF code)
peter
1997-05-29
1
-5
/
+5
*
Add declaration of mp_probe().
fsmp
1997-05-28
1
-1
/
+2
*
Nuke the printing of the unredirect message unless bootverbose.
fsmp
1997-05-27
1
-3
/
+7
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
1
-0
/
+48
*
Added a test called 'LATE_START'.
fsmp
1997-05-26
2
-191
/
+200
[next]