summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
* - fixed typoandreas1997-05-111-2/+5
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-113-3/+24
* Fixed initialization of ldt[]. Unused entries were garbage. A commentbde1997-05-111-4/+8
* Documented SMP_AUTOSTART to be working.fsmp1997-05-102-4/+8
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-103-6/+6
* Remove IPXPRINTFS, it is now a sysctl knob.jhay1997-05-102-6/+2
* forgot to add the "longer" description of bktr and add an example devicejmg1997-05-102-2/+10
* add a line for bktr (Bt848 base capture cards) to LINT.jmg1997-05-102-2/+4
* Cleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludgesbde1997-05-101-15/+11
* merge ATM driverkjc1997-05-092-2/+40
* Fatal trap 13: Brain fault, commit botched.peter1997-05-091-2/+2
* Bandaid old register offset code after md_regs changed type..peter1997-05-091-2/+2
* Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer supportpeter1997-05-081-1/+3
* 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
OpenPOWER on IntegriCloud