summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-283-11/+16
* Comment out PEND_INTS for now, it breaks ISA INTs.fsmp1997-07-261-2/+4
* mpapic.c & mp_machdep:fsmp1997-07-261-13/+2
* Removed "options SMP_TIMER_NC".fsmp1997-07-261-24/+39
* param.h:fsmp1997-07-242-3/+20
* New simple_lock code in asm:fsmp1997-07-231-10/+22
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-232-4/+5
* Coded simple_lock and friends in asm.fsmp1997-07-231-1/+7
* Added a missing semicolon, compile failed when I turned on simple_lock().fsmp1997-07-221-10/+6
* Last commit didn't take, operator error???fsmp1997-07-222-43/+18
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-3/+5
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-1/+9
* Minor cleanup.fsmp1997-07-201-3/+3
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Removed unused #includes and a stale forward declaration.bde1997-07-201-6/+1
* Hide definitions that depend on the APIC_IO option from LKMs so that LKMsbde1997-07-201-3/+7
* Fixed pedantic ANSI C errors:bde1997-07-201-11/+2
* Removed unused #includes.bde1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Added #define APIC_PIN0_TIMER.fsmp1997-07-191-1/+9
* Increased NIDT to 256 for case of SMP or APIC_IO.fsmp1997-07-191-1/+5
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-184-45/+23
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-7/+23
* Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels withoutfsmp1997-07-171-2/+2
* Removed a stale "FIXME:".fsmp1997-07-152-6/+2
* Cleanup.fsmp1997-07-151-50/+56
* New defines to eliminate "magic numbers" in various places.fsmp1997-07-153-7/+55
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-64/+23
* Many new test defines, including:fsmp1997-07-132-7/+90
* General cleanup of APIC code.fsmp1997-07-081-44/+46
* General cleanup of APIC code.fsmp1997-07-083-5/+15
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-071-10/+59
* Additional debugging functions and macros.fsmp1997-07-062-4/+49
* Added POST code output to various points of the startup code.fsmp1997-06-271-20/+173
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-272-6/+24
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* Added fields to the LVT1/2 group.fsmp1997-06-272-2/+20
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-2210-398/+140
* Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-211-9/+6
* Don't attempt to generate errors for unpromoted types in va_arg(),bde1997-06-211-14/+8
* When APM is configured, turn off the power when halting for good.wollman1997-06-152-2/+4
OpenPOWER on IntegriCloud