summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* fix bug in get_isa_apic_mask() where EISA bus was ignored.fsmp1997-05-073-9/+21
* Don't allow access to illegal addresses in /dev/kmem to panic kernelpeter1997-05-071-2/+7
* clean up forked child creation. This is simplified also by havingpeter1997-05-071-17/+36
* md_regs is struct trapframe * now, rather than int []peter1997-05-071-69/+58
* md_regs is now a struct trapframe *peter1997-05-071-3/+3
* forgotten commentpeter1997-05-071-1/+6
* md_regs is a struct trapframe * now, not int []peter1997-05-074-47/+47
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-073-19/+8
* remove now redundant (struct trapframe *) castpeter1997-05-071-2/+2
* Convert md_regs from an int[] to a struct trapframe *. It simplifiespeter1997-05-071-7/+4
* remove #include "opt_smp.h"peter1997-05-071-6/+1
* remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate onpeter1997-05-071-7/+3
* remove #include "opt_smp.h"peter1997-05-072-9/+2
* remove #include opt_smp.hpeter1997-05-071-3/+5
* Round 1 of a long series of commits..peter1997-05-071-4/+6
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-1/+8
* Now that we have replaced video-related block copy calls withyokota1997-05-071-34/+32
* Force user to config SMP kernel with "options APIC_IO".fsmp1997-05-061-1/+5
* Make ident equal file name, ie SMP-GENERIC.fsmp1997-05-061-3/+3
* A *little* more descriptive test for options.fsmp1997-05-062-12/+8
* Added a generic config file for SMP kernels.fsmp1997-05-061-0/+180
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-054-20/+102
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-051-1/+25
* Use `MediaGX' instead of `Gx86'.kato1997-05-051-2/+2
* Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially.kato1997-05-051-3/+3
* correct the order of the variablespeter1997-05-053-9/+15
* Make sure that *fork() always returns with %edx == 1 in thedyson1997-05-051-1/+2
* This mega-commit brings the following:joerg1997-05-047-21/+270
* don't #ifdef out reference to i586_ctr_freq.peter1997-05-041-3/+3
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-043-9/+15
* disabled checks for smp_active == 0.fsmp1997-05-031-1/+10
* added declaration for get_isa_apic_mask().fsmp1997-05-031-1/+2
* improved io_apic_setup().fsmp1997-05-031-36/+37
* new function to turn an APIC pin# into an INT mask.fsmp1997-05-033-3/+75
* cleaned up FAST_IPI code.fsmp1997-05-013-256/+131
* fixed spelling error.fsmp1997-05-013-6/+6
* 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>fsmp1997-05-011-0/+43
* changed expect_lock() to try_lock(), the real name used in mplock.sfsmp1997-04-301-2/+2
* Restore CRTC start address check back after looking into more sourcesache1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)ache1997-04-301-4/+4
* Enabled 'FIX_MP_TABLE_WORKS' code.fsmp1997-04-293-99/+117
* Use a common numbering of the tty and net software interrupt levelspeter1997-04-292-17/+8
* Remove stale comment, as suggested by Bruce.peter1997-04-291-6/+1
* Move CMD640 option from kernel Makefile into opt_wd.hse1997-04-282-2/+5
* cleaned out an old FIXME.fsmp1997-04-281-5/+1
* Always include PROT_READ for Linux mmap operations.msmith1997-04-281-2/+2
* removed TEST_CPUHITS code.fsmp1997-04-281-42/+1
* removed TEST_CPUHITS code.fsmp1997-04-281-10/+1
* removed all the TEST_UPPERPRIO crud.fsmp1997-04-286-136/+17
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-285-146/+54
OpenPOWER on IntegriCloud