summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-043-12/+27
* Fix a potential sign extension bug on 8-bit chars.peter1999-01-041-3/+3
* Fix variable initialization.. It was written with '==' instead of '-'.peter1999-01-041-2/+3
* Clean some unused variables lintpeter1999-01-041-2/+4
* Don't forget a trailing \n when loading a kernel that has been stripped.peter1999-01-041-7/+8
* Bring in ad1816 patches from German Tischler.luigi1999-01-049-18/+1748
* Sync with sys/i386/conf/options.i386 revision 1.101.kato1999-01-042-2/+42
* Sync with sys/i386/conf/majors.i386 revision 1.59.kato1999-01-041-1/+2
* Sync with sys/i386/conf/files.i386 revision up to 1.217.kato1999-01-042-2/+140
* Sync with sys/i386/boot/rawboot/Makefile revision 1.12.kato1999-01-041-4/+3
* Sync with sys/i386/boot/netboot/Makefile revision 1.22.kato1999-01-041-6/+3
* Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.kato1999-01-041-3/+3
* Sync with sys/i386/boot/biosboot/Makefile revision 1.68.kato1999-01-041-14/+5
* Sync with sys/i386/boot/Makefile.inc revision up to 1.5.kato1999-01-041-1/+3
* Restore dependancy to build loader.help heremsmith1999-01-041-2/+2
* Add dependancy to build loader.help heremsmith1999-01-041-1/+1
* Temporary workaround (bandaid) for case where you have READmjacob1999-01-031-3/+5
* First cut at generating loader.help for the alphamsmith1999-01-031-0/+12
* Reenable generation of the loader.help filemsmith1999-01-031-9/+9
* Recognize IDE controler even if HDD is not connected.kato1999-01-031-1/+23
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-034-6/+8
* - Remove bus-dependent addresses from `ic' file.kato1999-01-035-126/+236
* catch a /boot doc instance I missed.jkh1999-01-033-6/+6
* Revert r1.4 - I was confused as to its real meaning.jkh1999-01-031-1/+1
* Support following devices:kato1999-01-038-880/+2028
* Clean up some more residual /usr/mdec references. I left all thejkh1999-01-032-4/+4
* Minor bug: in the case where allocating a fresh mbuf for the receive ringwpaul1999-01-033-12/+9
* Update for new boot block location.jkh1999-01-021-5/+1
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-022-10/+14
* Extraneous space.hoek1999-01-023-6/+6
* Ensure that deHighClust in direntry always initialized.dt1999-01-022-38/+58
* Ifdefed conditionally used simplock variables.bde1999-01-0212-14/+36
* Remove the last clients of vfs_object_create(..., waslocked=1);eivind1999-01-021-3/+7
* unbreak devfs support after wrong cut&paste...luigi1999-01-011-17/+16
* Fixed bitrot in a comment. Fixed some style bugs.bde1999-01-011-5/+3
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly indes1999-01-012-46/+62
* Correct typo in macro name.des1999-01-013-6/+6
* Don't use __BEGIN_DECLS/__END_DECLS in the kernel.bde1999-01-011-10/+8
* Minor English and spelling fixes.bde1999-01-011-3/+3
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-012-4/+12
* Fixed bitrot in comments.bde1999-01-011-3/+5
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenbde1999-01-012-4/+4
* Part 3 of the pcvt/voxware revival.peter1999-01-0112-0/+18029
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-0180-0/+37053
* Part 1 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-019-23/+462
* Oops, forgot to commit entry in LINT for statically configured vinum.peter1999-01-013-3/+9
* The mount_mfs process that stays in a supervisor context handling MFSdillon1999-01-011-1/+11
* This commit adds a software workaround for a hardware bug in certain PNICwpaul1998-12-312-13/+179
* Happy 1999!wosch1998-12-311-2/+2
* Add support for some FACILITY words:abial1998-12-311-1/+74
OpenPOWER on IntegriCloud