summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Force user to config SMP kernel with "options APIC_IO".Steve Passe1997-05-063-3/+15
* Pull up the IP header in ip_mloopback(). This makes sure that theBill Fenner1997-05-061-6/+8
* Make ident equal file name, ie SMP-GENERIC.Steve Passe1997-05-061-3/+3
* A *little* more descriptive test for options.Steve Passe1997-05-063-18/+12
* Added a generic config file for SMP kernels.Steve Passe1997-05-061-0/+180
* Fix a race condition that did, after all, exist.Poul-Henning Kamp1997-05-062-6/+10
* Add SMPHDRS to CLEANFILES instead of replacing its current value.Doug Rabson1997-05-061-2/+2
* removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.Steve Passe1997-05-061-3/+2
* Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.Alexander Langer1997-05-061-1/+2
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-0510-48/+240
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-052-2/+50
* use frames instead of fields, and restore full meteor compatibility forJohn-Mark Gurney1997-05-052-2/+8
* Use `MediaGX' instead of `Gx86'.KATO Takenori1997-05-052-4/+4
* Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially.KATO Takenori1997-05-052-6/+6
* Duplicate the TOC handling ioctls from the cd(4) driver. DuplicatingJoerg Wunsch1997-05-051-2/+182
* Extended copyright of PC-98 to 1997.KATO Takenori1997-05-051-2/+2
* Synchornize with sys/i386/isa/clock.c revision upto 1.94.KATO Takenori1997-05-053-6/+18
* Synchronize with sys/i386/i386/trap.c revision 1.94.KATO Takenori1997-05-051-1/+2
* correct the order of the variablesPeter Wemm1997-05-057-21/+35
* Make sure that *fork() always returns with %edx == 1 in theJohn Dyson1997-05-053-3/+6
* Oops. The function cd9660_mountroot() is gone, but i've committed anJoerg Wunsch1997-05-042-6/+2
* This mega-commit brings the following:Joerg Wunsch1997-05-0418-78/+621
* Now I can even execute "df" on my diskless :-)Poul-Henning Kamp1997-05-042-62/+64
* don't #ifdef out reference to i586_ctr_freq.Peter Wemm1997-05-042-6/+6
* Don't remove i586_ctr_freq from scope, leave it defined as zero. ThisPeter Wemm1997-05-047-21/+35
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thePoul-Henning Kamp1997-05-047-221/+226
* Finish off and activate the smp_active sysctl handler..Peter Wemm1997-05-041-37/+18
* Add the Archive 4586NP tape changer.Joerg Wunsch1997-05-031-1/+9
* Fix the umount problems for DEVFS.Joerg Wunsch1997-05-032-4/+17
* add SIOC{S,G}IFMEDIA ioctl supportPeter Wemm1997-05-032-2/+29
* add net/if_media.cPeter Wemm1997-05-031-0/+1
* define SIOC{SG}IFMEDIA ioctlsPeter Wemm1997-05-031-1/+3
* Make it compile on FreeBSD, add $Id$Peter Wemm1997-05-032-3/+5
* This commit was generated by cvs2svn to compensate for changes in r25428,Peter Wemm1997-05-032-0/+781
|\
| * Backend support for if_media interface ioctl's. This is for supportingPeter Wemm1997-05-032-0/+781
| * recording cvs-1.6 file deathPeter Wemm1995-12-301-45/+0
* | disabled checks for smp_active == 0.Steve Passe1997-05-031-1/+10
* | code to allow range checking on smp_active.Steve Passe1997-05-031-2/+44
* | added declaration for get_isa_apic_mask().Steve Passe1997-05-033-3/+6
* | improved io_apic_setup().Steve Passe1997-05-031-34/+35
* | new function to turn an APIC pin# into an INT mask.Steve Passe1997-05-037-7/+175
* | Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.Poul-Henning Kamp1997-05-031-0/+65
* | Initialize PCI/CardBus bridges.Poul-Henning Kamp1997-05-032-78/+104
* | Make nfs roots (diskless) functional again. It may still not be correct,Poul-Henning Kamp1997-05-032-2/+10
* | Fixed panic message in union_lock(): union_link --> union_lock.KATO Takenori1997-05-032-4/+4
* | Access correct union mount point in union_access. Old vnode is savedKATO Takenori1997-05-022-4/+8
* | cleaned up FAST_IPI code.Steve Passe1997-05-015-258/+135
* | fixed spelling error.Steve Passe1997-05-017-14/+14
* | Make ccd use the maxsecsize sector size as denominator, thisSøren Schmidt1997-05-012-4/+4
* | Remove old code in #if 0, leftovers from the days before != 512byteSøren Schmidt1997-05-011-29/+6