summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-078-61/+81
* Like the problems just fixed in scsi_da.c, make suremjacob1999-01-071-6/+17
* A better fix to avoid race conditions between failed probesmjacob1999-01-071-6/+15
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-0726-186/+134
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-0710-107/+93
* When compiled with INTRO_USERCONFIG, skip the intro screen anyway if weabial1999-01-071-8/+15
* Flip the kernel default to ELF.. Add a test to try and warn peoplepeter1999-01-073-6/+36
* OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat andpeter1999-01-071-5/+1
* The Quantum Atlas III evidently has an identical problem to the Atlas II.ken1999-01-071-1/+22
* queue.h has taken over this functionalityn_hibma1999-01-061-64/+0
* Fix an overflow problem which prevented revive from working on plexesgrog1999-01-061-2/+2
* Add (but don't activate) code for a special VM option to makejulian1999-01-0617-147/+513
* Copied STAILQ_HEAD_INITIALIZER and LIST_HEAD_INITIALIZER from NetBSD, andn_hibma1999-01-061-2/+14
* Added proper names to the device messages at probe and attach.n_hibma1999-01-062-27/+72
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-065-14/+14
* Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg()wpaul1999-01-061-4/+18
* Ifdefed the conditionally used variable `prtrealloc'. Declare itbde1999-01-061-2/+4
* Backed out rev.1.47. It just broke my optimisations for lazy syncingbde1999-01-061-5/+3
* Removed NetBSD specific coden_hibma1999-01-062-251/+25
* Add new sysctl machdep.uc_devlist. It allows to cleanly retrieve theabial1999-01-061-2/+42
* Don't build biosboot by default - there's no point now that nothingjkh1999-01-061-2/+2
* Assign CDEV 112 to the keyboard driver.yokota1999-01-061-1/+2
* Move IO_PSMSIZE from kbdio.h to isareg.h.yokota1999-01-062-7/+5
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-064-11/+11
* Assign CDEV 112 to the keyboard driver.yokota1999-01-062-2/+4
* The Conner CFP2107 is a fixed-media drive, not removable media. This fixesken1999-01-051-2/+10
* Alpha-specific help topics (currently empty)msmith1999-01-051-0/+0
* Add a quirk that disables SYNCHRONIZE CACHEmjacob1999-01-051-1/+10
* Don't allow more than one module with the same name to be loaded.msmith1999-01-051-4/+17
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-0516-73/+55
* Fix fubyte to actually return the correct value (it was always returningdfr1999-01-051-2/+1
* Finish staticization.eivind1999-01-052-10/+10
* Big oops, wrong major number in sourcen_hibma1999-01-051-2/+2
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-058-10/+102
* GRRRR! Apparently, the promiscuous mode chip bug which I thought waswpaul1999-01-052-4/+5
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-043-12/+27
* Fix a potential sign extension bug on 8-bit chars.peter1999-01-041-3/+3
* Fix variable initialization.. It was written with '==' instead of '-'.peter1999-01-041-2/+3
* Clean some unused variables lintpeter1999-01-041-2/+4
* Don't forget a trailing \n when loading a kernel that has been stripped.peter1999-01-041-7/+8
* Bring in ad1816 patches from German Tischler.luigi1999-01-049-18/+1748
* Sync with sys/i386/conf/options.i386 revision 1.101.kato1999-01-042-2/+42
* Sync with sys/i386/conf/majors.i386 revision 1.59.kato1999-01-041-1/+2
* Sync with sys/i386/conf/files.i386 revision up to 1.217.kato1999-01-042-2/+140
* Sync with sys/i386/boot/rawboot/Makefile revision 1.12.kato1999-01-041-4/+3
* Sync with sys/i386/boot/netboot/Makefile revision 1.22.kato1999-01-041-6/+3
* Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.kato1999-01-041-3/+3
* Sync with sys/i386/boot/biosboot/Makefile revision 1.68.kato1999-01-041-14/+5
* Sync with sys/i386/boot/Makefile.inc revision up to 1.5.kato1999-01-041-1/+3
* Restore dependancy to build loader.help heremsmith1999-01-041-2/+2
OpenPOWER on IntegriCloud