summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-0113-17/+36
* Fixed the search for free wd drives. The search was terminatedbde1998-02-011-3/+4
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-8/+6
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-6/+4
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolutebde1998-02-018-16/+11
* Serves me right for committing code late at night...wollman1998-02-012-6/+14
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesbde1998-02-016-12/+12
* Don't handle the `machine' symlink or related include paths here.bde1998-02-013-25/+8
* Fixed breakage from converting NULLFS_DEBUG to a new-style option.bde1998-02-011-2/+6
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
* 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
OpenPOWER on IntegriCloud