summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Assign CDEV 112 to the keyboard driver.yokota1999-01-061-1/+2
* Move IO_PSMSIZE from kbdio.h to isareg.h.yokota1999-01-062-7/+5
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-064-11/+11
* Assign CDEV 112 to the keyboard driver.yokota1999-01-062-2/+4
* The Conner CFP2107 is a fixed-media drive, not removable media. This fixesken1999-01-051-2/+10
* Alpha-specific help topics (currently empty)msmith1999-01-051-0/+0
* Add a quirk that disables SYNCHRONIZE CACHEmjacob1999-01-051-1/+10
* Don't allow more than one module with the same name to be loaded.msmith1999-01-051-4/+17
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-0516-73/+55
* Fix fubyte to actually return the correct value (it was always returningdfr1999-01-051-2/+1
* Finish staticization.eivind1999-01-052-10/+10
* Big oops, wrong major number in sourcen_hibma1999-01-051-2/+2
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-058-10/+102
* GRRRR! Apparently, the promiscuous mode chip bug which I thought waswpaul1999-01-052-4/+5
* 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
OpenPOWER on IntegriCloud