summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Print the filename, not the directory we compiled in.phk1997-09-281-2/+2
* Fix handling of nested mountpoints in __getcwd()phk1997-09-282-6/+10
* Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26.kato1997-09-282-10/+14
* Fixed duplicate case introduced by previous commit.kato1997-09-281-5/+4
* Oops, include <sys/conf.h>.kato1997-09-282-0/+2
* Added a missing comma for the INTR_SPL case.fsmp1997-09-271-2/+2
* Add support to the host driver for "downloaded constants". These are immediategibbs1997-09-271-43/+32
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-2713-62/+211
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-272-10/+14
* Clustered read and write are switched at mount-option level.kato1997-09-2727-155/+161
* Synchronize with sys/i386/isa/syscons.c revision 1.233.kato1997-09-271-5/+23
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-262-14/+50
* tiny update of ESC sequence parser.itojun1997-09-263-15/+69
* Synchronize with sys/i386/i386/machdep.c revision 1.266.kato1997-09-262-4/+4
* I lost a bit of my change in the last commit, this is more like it.phk1997-09-262-4/+10
* Reduce the target number of vnodes on the freelist from desiredvnodesphk1997-09-252-4/+4
* Fix a bug where the speculative memory probe wouldn't occur on systems thatdg1997-09-252-4/+4
* Export ipstat via sysctl. Don't understand why this wasn't done before.wollman1997-09-252-3/+7
* Commented out entries of Luigi's sound driver. The name `pcm' iskato1997-09-242-12/+12
* Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-244-32/+55
* Add one more counter so we can truly find out how good our name cachephk1997-09-241-2/+7
* Synchronize with sys/i386/isa/fd.c revision 1.104.kato1997-09-242-4/+4
* Synchronize with sys/i386/conf/majors.i386 revision 1.18.kato1997-09-241-1/+2
* Look for another couple of magic bios things..phk1997-09-242-4/+16
* A couple of handles to tweak, more statistics.phk1997-09-245-11/+93
* Add a missing prototype.phk1997-09-241-1/+2
* Remove the 82371 IDE devices.phk1997-09-241-17/+4
* Increment RELDATE so that it is possible to distinguish between thejdp1997-09-241-2/+2
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-233-6/+6
* Moved setconf() call after root configuration again. This fixes abde1997-09-232-8/+6
* Fix merge spamjkh1997-09-233-12/+6
* Reserve entry for CAN16-2 CAN-PC Interfacejkh1997-09-232-2/+4
* Be more explicit about one of IPFIREWALL's features.jkh1997-09-233-3/+33
* Add a missing bufq_init call. The original code never initialized it'sgibbs1997-09-221-0/+1
* Make MFS a supported option, finally.joerg1997-09-224-10/+5
* restore a line I accidentally deleted with my callout changes.gibbs1997-09-221-0/+1
* Update for changes in the callout interface.kato1997-09-223-1/+11
* Synchronize with sys/i386/isa/wd.c revision up to 1.140.kato1997-09-221-51/+71
* Synchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,kato1997-09-225-39/+68
* Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265kato1997-09-223-11/+57
* Synchronize with sys/i386/conf/files.i386 revision 1.177.kato1997-09-222-26/+4
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-222-2/+26
* Oops. This file shouldn't have been committed.gibbs1997-09-222-36/+34
* Remove an unfortunate name clash with the zalloc/zfree routines. Since thedyson1997-09-211-11/+11
* urk, fix spelling error in comment I just fixed.julian1997-09-211-2/+2
* Fix a comment.julian1997-09-211-2/+6
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-212-154/+112
* Update for new buffer queue data structure.gibbs1997-09-212-12/+12
* buf.h:gibbs1997-09-2113-28/+210
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-219-37/+44
OpenPOWER on IntegriCloud