summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove now redundant (struct trapframe *) castpeter1997-05-073-6/+6
* Convert md_regs from an int[] to a struct trapframe *. It simplifiespeter1997-05-072-14/+8
* remove #include "opt_smp.h"peter1997-05-073-18/+3
* remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate onpeter1997-05-072-14/+6
* remove #include "opt_smp.h"peter1997-05-072-9/+2
* remove #include opt_smp.hpeter1997-05-072-6/+10
* remove opt_smp.hpeter1997-05-071-2/+4
* remove #include "opt_smp.h"peter1997-05-071-6/+5
* Round 1 of a long series of commits..peter1997-05-072-8/+12
* This is the kernel linker. To use it, you will first need to applydfr1997-05-0715-5/+1885
* Add accessors for STAILQ.dfr1997-05-071-1/+6
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-074-156/+156
* Synchronize with sys/i386/isa/syscons.c revision 1.214.kato1997-05-071-48/+46
* Synchronize with sys/i386/isa/isa.c revision 1.84.kato1997-05-071-1/+25
* Hide the kernel-only stuff inside #ifdef KERNEL.joerg1997-05-072-10/+28
* Now that we have replaced video-related block copy calls withyokota1997-05-073-102/+96
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-072-2/+8
* Force user to config SMP kernel with "options APIC_IO".fsmp1997-05-063-3/+15
* Pull up the IP header in ip_mloopback(). This makes sure that thefenner1997-05-061-6/+8
* Make ident equal file name, ie SMP-GENERIC.fsmp1997-05-061-3/+3
* A *little* more descriptive test for options.fsmp1997-05-063-18/+12
* Added a generic config file for SMP kernels.fsmp1997-05-061-0/+180
* Fix a race condition that did, after all, exist.phk1997-05-062-6/+10
* Add SMPHDRS to CLEANFILES instead of replacing its current value.dfr1997-05-061-2/+2
* removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.fsmp1997-05-061-3/+2
* Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.alex1997-05-061-1/+2
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-0510-48/+240
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-052-2/+50
* use frames instead of fields, and restore full meteor compatibility forjmg1997-05-052-2/+8
* Use `MediaGX' instead of `Gx86'.kato1997-05-052-4/+4
* Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially.kato1997-05-052-6/+6
* Duplicate the TOC handling ioctls from the cd(4) driver. Duplicatingjoerg1997-05-051-2/+182
* Extended copyright of PC-98 to 1997.kato1997-05-051-2/+2
* Synchornize with sys/i386/isa/clock.c revision upto 1.94.kato1997-05-053-6/+18
* Synchronize with sys/i386/i386/trap.c revision 1.94.kato1997-05-051-1/+2
* correct the order of the variablespeter1997-05-057-21/+35
* Make sure that *fork() always returns with %edx == 1 in thedyson1997-05-053-3/+6
* Oops. The function cd9660_mountroot() is gone, but i've committed anjoerg1997-05-042-6/+2
* This mega-commit brings the following:joerg1997-05-0418-80/+623
* Now I can even execute "df" on my diskless :-)phk1997-05-042-62/+64
* don't #ifdef out reference to i586_ctr_freq.peter1997-05-042-6/+6
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-047-21/+35
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-047-221/+226
* Finish off and activate the smp_active sysctl handler..peter1997-05-041-40/+21
* Add the Archive 4586NP tape changer.joerg1997-05-031-1/+9
* Fix the umount problems for DEVFS.joerg1997-05-032-4/+17
* add SIOC{S,G}IFMEDIA ioctl supportpeter1997-05-032-2/+29
* add net/if_media.cpeter1997-05-031-0/+1
* define SIOC{SG}IFMEDIA ioctlspeter1997-05-031-1/+3
* Make it compile on FreeBSD, add $Id$peter1997-05-032-3/+5
OpenPOWER on IntegriCloud