summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Extend bd_print() so that it displays slices and partitions on disks.msmith1999-01-091-7/+82
* Add a description for 'lsdev' so that it shows up in the '?' displaymsmith1999-01-091-2/+3
* Fix faulty logic in handling userconfig_script, INTRO_USERCONFIG andabial1999-01-081-3/+13
* Fixed some style bugs. Clarified a comment.bde1999-01-082-26/+24
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-0811-30/+61
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-0831-369/+253
* USUBCLASS_MODEM -> USUBCLASS_ABSTRACT_CONTROL_MODELeivind1999-01-081-2/+2
* Moved declarations related to copying and zeroing to the right place.bde1999-01-089-52/+39
* Sync with sys/i386/isa/sio.c and syscons.c revisions 1.221 and 1.289,kato1999-01-083-14/+46
* Sync with sys/i386/i386/userconfig.c revision up to 1.120.kato1999-01-081-8/+55
* Sync with sys/i386/i386/machdep.c revision 1.320.kato1999-01-082-2/+10
* Instead of providing bad instructions here, point people at theeivind1999-01-083-24/+27
* Add a warning about the copyright restraints.eivind1999-01-081-0/+4
* Oops, remove duplicate line.kato1999-01-081-2/+1
* Sync with sys/i386/conf/majors.i386 revision 1.60.kato1999-01-081-1/+3
* Sync with sys/i386/conf/Makefile.i386 revision 1.133.kato1999-01-082-4/+24
* Allocate kernel page table object (kptobj) before any kmem_alloc calls.luoqi1999-01-082-10/+12
* Update #ifdef directive.yokota1999-01-081-2/+2
* Major synchronisation with NetBSD USB coden_hibma1999-01-0732-2054/+3790
* Clean up, nothing majorn_hibma1999-01-072-18/+7
* Name change suggested by Justin (QUEUE->UNTIL)n_hibma1999-01-071-2/+2
* Make pmap_ts_referenced check more than 1 pv_entry. (One should be carefulldt1999-01-072-10/+10
* 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
OpenPOWER on IntegriCloud