summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* call ata_reinit in addump trying to make sure the dump will succed,sos1999-11-271-1/+7
* Disable on x86 since it conflicts with PNPBIOS.dfr1999-11-271-0/+5
* Implement linux_ustat.marcel1999-11-277-13/+118
* Change prototype of linux_ustat.marcel1999-11-272-2/+4
* Updated comments for the move in the previous commit.bde1999-11-271-5/+5
* Fixed some comments in statclock(). The previous commit made it clearerbde1999-11-272-16/+16
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-2711-98/+36
* Sync with sys/i386/conf/GENERIC revision 1.202.nyan1999-11-272-2/+4
* Replace the block major table with a notice why it isn't needed any more.phk1999-11-271-40/+4
* Add another vendor ID(CTL0048) for SB32 PnP.tanimura1999-11-271-0/+2
* This fell out of a previous commit: create the opt_md.h and opt_mfs.hphk1999-11-261-1/+9
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-2613-232/+233
* Oops, committed the wrong file..sos1999-11-261-6/+0
* Fix atapi_wait_ready, it returned prematurely.sos1999-11-261-12/+6
* Tidy up the VIA support a bit, make it more generic.sos1999-11-262-26/+37
* Add id for ESS 1869 OEM to Compaq on Presario 1621.dcs1999-11-263-0/+3
* RTFREE the correct route entry in dummynet_io(). The previousluigi1999-11-261-3/+3
* Sync with sys/i386/conf/files.i386 revision 1.281.nyan1999-11-262-2/+16
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-267-5/+25
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-265-3/+7
* Belatedly add splash_pcx_load to the documented variables. Reworddcs1999-11-261-1/+7
* Fix out-of-date commentjulian1999-11-263-3/+12
* Update the WaveLAN/IEEE driver:wpaul1999-11-2514-330/+876
* Remove nonsensical vm_map_{clear,set}_recursive() callsalc1999-11-251-3/+0
* Fixed to support IBM-PC HDD.nyan1999-11-251-2/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.165.nyan1999-11-252-44/+28
* Sync with sys/boot/i386/loader/Makefile revision 1.37.nyan1999-11-251-1/+1
* Sync with sys/i386/i386/machdep.c revision up to 1.378.nyan1999-11-252-18/+38
* Add the description for the configuration of GUS non-PnP bridge driver.tanimura1999-11-253-0/+12
* Attach the resources as given in the configuration in a proper waytanimura1999-11-251-14/+46
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-249-140/+228
* Add 3 more parts of the VIA 82C686.sos1999-11-241-0/+6
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-244-31/+36
* Activates password protection (if a password is defined).dcs1999-11-241-0/+4
* Add silly password feature. If people want to depend on a flaweddcs1999-11-243-14/+101
* Expand the field width for subtypes. We had already overflowed itjulian1999-11-241-3/+5
* Change the prototype of the strto* routines to make the secondarchie1999-11-2419-37/+40
* Only emit the ``wrong ifa'' message if the matching interfacebrian1999-11-231-3/+5
* Add ipfilter kld and wire it in.guido1999-11-233-2/+197
* Get rid of useless osreldate include for KLD/LKM modules (sys/param.hguido1999-11-232-4/+0
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-2343-10/+21626
* Even better then using %fs:0 in our locked synchronizing instruction,dillon1999-11-231-5/+6
* Add in required instruction serialization prior to releasing thedillon1999-11-231-1/+20
* Add .ORDER which is needed for the previous commit to work with -jN.marcel1999-11-231-0/+1
* Add machine-specific include path to ficl's sysdep.h. Wishes I haddcs1999-11-231-1/+1
* Revert ill-considered simplification in 1.13.dcs1999-11-231-8/+11
* Improve Makefile by using .PATH.dcs1999-11-231-2/+4
* Improve on ficl port to alpha.dcs1999-11-235-462/+7
* (Hopefully) make all necessary changes for ficl to support alpha.dcs1999-11-235-6/+18
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c tomarcel1999-11-231-1/+1
OpenPOWER on IntegriCloud