summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added tx driver.kato1998-02-012-2/+4
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-013-31/+8
* Revert previous commit. Remove all ifp->if_* = 0 initializations,steve1998-02-011-7/+0
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'yokota1998-02-011-1/+3
* Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses itwollman1998-02-012-3/+25
* Fix a performance problem caused by an earlier commit.dyson1998-02-011-2/+3
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-013-8/+31
* contigalloc doesn't place the allocated page(s) into an object, anddyson1998-01-311-3/+5
* add the SUIDDIR option and tell people what it is for. (And when NOT to use it)julian1998-01-313-3/+48
* Serves me right for not puting SUIDDIR in LINT. it got bitrot.julian1998-01-311-9/+9
* Sync with sys/i386/i386/trap.c revision 1.120.kato1998-01-311-1/+2
* Sync with sys/i386/isa/isa.c revision 1.109.kato1998-01-311-1/+13
* Sync with sys/i386/conf/options.i386 revision 1.70.kato1998-01-312-6/+8
* Sync with sys/i386/conf/Makefile.i386 revision 1.107.kato1998-01-312-12/+22
* 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
OpenPOWER on IntegriCloud