aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update for new boot block location.Jordan K. Hubbard1999-01-021-5/+1
* Now empty DOS filesystems default to long file names. Non-empty filesystemsDmitrij Tejblum1999-01-022-10/+14
* Extraneous space.Tim Vanderhoek1999-01-023-6/+6
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-022-38/+58
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-0212-14/+36
* Remove the last clients of vfs_object_create(..., waslocked=1);Eivind Eklund1999-01-021-3/+7
* unbreak devfs support after wrong cut&paste...Luigi Rizzo1999-01-011-17/+16
* Fixed bitrot in a comment. Fixed some style bugs.Bruce Evans1999-01-011-5/+3
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly inDag-Erling Smørgrav1999-01-012-46/+62
* Correct typo in macro name.Dag-Erling Smørgrav1999-01-013-6/+6
* Don't use __BEGIN_DECLS/__END_DECLS in the kernel.Bruce Evans1999-01-011-10/+8
* Minor English and spelling fixes.Bruce Evans1999-01-011-3/+3
* The previous commit was bogus. malloc(..., M_WAITOK) should not beBruce Evans1999-01-012-4/+12
* Fixed bitrot in comments.Bruce Evans1999-01-011-3/+5
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenBruce Evans1999-01-012-4/+4
* Part 3 of the pcvt/voxware revival.Peter Wemm1999-01-0112-0/+18029
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherPeter Wemm1999-01-0180-0/+37053
* Part 1 of pcvt/voxware revival. I hope I have not clobbered any otherPeter Wemm1999-01-019-23/+462
* Oops, forgot to commit entry in LINT for statically configured vinum.Peter Wemm1999-01-013-3/+9
* The mount_mfs process that stays in a supervisor context handling MFSMatthew Dillon1999-01-011-1/+11
* This commit adds a software workaround for a hardware bug in certain PNICBill Paul1998-12-312-13/+179
* Happy 1999!Wolfram Schneider1998-12-311-2/+2
* Add support for some FACILITY words:Andrzej Bialecki1998-12-311-1/+74
* Add back ability to make beeps when using new TERM_EMU.Andrzej Bialecki1998-12-311-6/+15
* Activate the rain screensaver.Dag-Erling Smørgrav1998-12-311-2/+2
* Here's one for the terminally melancholic amongst us.Dag-Erling Smørgrav1998-12-313-0/+282
* Eliminate "initialization from incompatible type" warning in SAVER_MODULEDag-Erling Smørgrav1998-12-311-4/+3
* Compile without warnings.Dag-Erling Smørgrav1998-12-313-9/+10
* Removed garbage sloppy-common variable `pasleep'. Fixed other styleBruce Evans1998-12-311-9/+7
* Enables snd driver.KATO Takenori1998-12-312-12/+12
* When loading something that has undefined symbols, it would be helpful toPeter Wemm1998-12-312-10/+26
* Enable the ES1370 driver. You don't need any options for this,Luigi Rizzo1998-12-312-2/+4
* Add Joachim Kuebart's ES1370 driver. With my Shuttle HOT-255 card,Luigi Rizzo1998-12-312-0/+1261
* Enable entries for DUMMYNET, BRIDGE and device pcm. LINT compilesLuigi Rizzo1998-12-313-42/+33
* Remove one unused variable.Luigi Rizzo1998-12-311-2/+1
* Partial fix for when ipfw is used with bridging. Bridged packetsLuigi Rizzo1998-12-311-24/+22
* Remove some unused variables.Luigi Rizzo1998-12-311-4/+4
* Extend the callback mechanism and add hooks to support PCI cards.Luigi Rizzo1998-12-3111-160/+191
* Update documentation on cards and configLuigi Rizzo1998-12-311-23/+104
* Add SMC EtherEZ98 support(PC-98).KATO Takenori1998-12-312-63/+65
* Another(better) way to support Access/NOTE N98(PC-98) without any effectsKATO Takenori1998-12-312-12/+14
* Commit patch inSøren Schmidt1998-12-304-4/+18
* Commit #2 ofSøren Schmidt1998-12-305-9/+163
* Commit #1 of:Søren Schmidt1998-12-302-6/+10
* Backed out previous commit. It depends on a.out utilities and librariesBruce Evans1998-12-301-7/+11
* Make the VESA KLD module work!Kazutaka YOKOTA1998-12-305-38/+43
* Always build ${MACHINE}/boot if it exists. Makefiles shouldn't knowBruce Evans1998-12-301-11/+7
* Enforce building with -aout, since building with OBJFORMAT=elf doesn'tBruce Evans1998-12-301-4/+3
* Rely on ../Makefile.inc to set the object format in CFLAGS and theBruce Evans1998-12-301-7/+4
* Various changes to support OSF1 emulation:Doug Rabson1998-12-3010-40/+69