summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-3116-125/+253
* Deleted unused file.kato1998-01-311-42/+0
* Delte unused files.kato1998-01-312-839/+0
* Make the debug options new-style.eivind1998-01-3122-37/+69
* Attempt at making this use DEVFS properly. (Now it should at least work.)eivind1998-01-314-6/+12
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-3111-12/+26
* Add support for cleandepend, ${DESTDIR}, and there not being a file namedeivind1998-01-313-18/+33
* Add various options people have ignored.eivind1998-01-313-6/+69
* Skip probing devices which have already probed true.eivind1998-01-312-2/+26
* Remove unused devfs include. (Julian or Satoshi might want to add propereivind1998-01-312-8/+2
* Add #include "opt_devfs.h".eivind1998-01-311-0/+1
* Include "opt_nfs.h"eivind1998-01-313-3/+6
* Include "opt_devfs.h".eivind1998-01-311-0/+2
* Release the buffer when an error occurs while reading directory entries.tegge1998-01-312-6/+12
* Synchronize with ../biosboot/Makefile.yokota1998-01-311-16/+4
* Update freevnodes when adding a vnode to the head of the free list.tegge1998-01-312-4/+8
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-303-9/+12
* Sync with sys/i386/i386/machdep.c revision 1.285.kato1998-01-302-32/+30
* Retire LFS.phk1998-01-3036-5232/+47
* Make the bounce buffer code a little more robust when space isn'tdyson1998-01-304-38/+50
* Remove obsolete strategy code that was replaced by the disk slice mapping code.pst1998-01-292-18/+6
* Update to version stable-165jkh1998-01-293-418/+550
* Correct usage of unit to t->lun. This fixes the DEVFS case and themsmith1998-01-292-10/+10
* Sync with sys/i386/isa/clock.c revision 1.108.kato1998-01-283-15/+21
* Sync with sys/i386/boot/biosboot/Makefile revision 1.61.kato1998-01-281-2/+2
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-285-25/+35
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-283-15/+15
* Symlink bootblocks for 'wfd' disks as well.msmith1998-01-271-2/+2
* Fix operation with the Iomega Zip 100 ATAPI.msmith1998-01-272-26/+184
* Check the status port after waiting for DRQ; some drives seem to be verymsmith1998-01-271-0/+9
* Improved connection establishment performance by doing local port lookups viadg1998-01-2711-238/+305
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU.kato1998-01-272-8/+26
* Someone removed vm_zone.c from /sys/conf/files.dyson1998-01-271-0/+1
* Generate symlinks to the "sys" and <machine> directories and putbde1998-01-261-12/+37
* Correct $Id$brian1998-01-261-1/+1
* Move DPT related options out of i386 specific filesjulian1998-01-266-30/+19
* Sync with sys/i386/i386/userconfig.c revision 1.101.kato1998-01-261-2/+3
* Sync with sys/i386/confi/files.i386, majors.i386 and options.i386kato1998-01-265-5/+30
* Add the DPT driver and options.julian1998-01-263-3/+132
* Add Simon Shapiro's DPT driverjulian1998-01-2614-8/+7434
* re-sort back into orderpeter1998-01-261-8/+8
* Add missing definition for swi_vmpeter1998-01-261-1/+2
* Undo previous commit. The cpuid symbol has been already used by SMPkato1998-01-254-46/+10
* Initialize if_ibytes and if_obytes to zero.steve1998-01-251-0/+2
* Fix a couple of operator precedence bugs.steve1998-01-252-5/+5
* Added cpuid instruction.kato1998-01-252-2/+20
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU,kato1998-01-252-8/+26
* Even though BIOS writer's guide recommends cpuid instruction of Cyrixkato1998-01-256-36/+116
* Sync with sys/i386/conf/options.i386 revision 1.67.kato1998-01-252-2/+4
* Fixed typo in comment.kato1998-01-252-4/+4
OpenPOWER on IntegriCloud