aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-0510-28/+28
* Moved kernel declarations inside the KERNEL ifdef, and removedBruce Evans1999-03-051-7/+7
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-058-332/+301
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'Bruce Evans1999-03-051-2/+2
* Fix an SMP-only TLB invalidation bug. Specifically, disableAlan Cox1999-03-052-2/+10
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.Alan Cox1999-03-041-6/+15
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.KATO Takenori1999-03-041-4/+7
* Added an entry for 1.44MB fd.KATO Takenori1999-03-041-2/+2
* Oops, forgot to read boot.config file.KATO Takenori1999-03-041-1/+2
* Adopt syscons's recent change from key_t to keyent_t (this part ofJoerg Wunsch1999-03-041-2/+2
* When SCSI IDs are not contiguous, the loader could not find correctKATO Takenori1999-03-042-9/+14
* boot2 doesn't need to say 'Can't find file boot.config.'KATO Takenori1999-03-041-5/+2
* Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.KATO Takenori1999-03-041-2/+2
* Sync with sys/i386/isa/sio.c revision 1.229.KATO Takenori1999-03-042-6/+14
* Sync with sys/i386/conf/files.i386 revision 1.225.KATO Takenori1999-03-042-2/+4
* Add the atapi fd driver (LS120 & ZIP drive support)Søren Schmidt1999-03-045-5/+10
* arprequest() allocates an mbuf with m_gethdr() but does not initializeBill Paul1999-03-041-1/+2
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-0312-612/+1159
* The tunable parameter for the scheduler quantum was inverted.Julian Elischer1999-03-032-31/+25
* Fixed null pointer panic for misconfigured master ports.Bruce Evans1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-036-6/+16
* Slight cleanup of code resurected for union mounts..Julian Elischer1999-03-032-66/+70
* To avoid a conflict for the vm_map's lock with vm_fault, releaseAlan Cox1999-03-021-4/+33
* Change SAVECONFIG ioctl: it now writes an int parameter.Greg Lehey1999-03-021-1/+1
* Make comment match code.Julian Elischer1999-03-021-3/+2
* Better logging when the Geometry register probe fails.Warner Losh1999-03-021-3/+3
* Remove inapropriate use of VOP_ISLOCKED()Julian Elischer1999-03-021-2/+2
* Add new kernel option:Semen Ustimenko1999-03-022-1/+7
* Correct casts in vtophys and avtophys to be vm_offset_t.David Greenman1999-03-022-6/+6
* Don't treat empty lines as end-of-file in include(). (I can'tDaniel C. Sobral1999-03-021-2/+2
* Merge with sys/i386/conf/files.i386 revision 1.224.KATO Takenori1999-03-022-2/+12
* Sync with sys/i386/conf/Makefile.i386 revision 1.140.KATO Takenori1999-03-022-4/+4
* Fix for LINE30 option. This option was not tested under new consoleKATO Takenori1999-03-022-4/+4
* Correct some diagramsGreg Lehey1999-03-021-8/+10
* sizespec: allow negative values (which signal error conditions).Greg Lehey1999-03-021-23/+36
* Change the name of drive state "uninit" to "referenced": it onlyGreg Lehey1999-03-021-2/+2
* Change printf() calls to log() calls.Greg Lehey1999-03-021-51/+99
* Change printf() calls to log() calls.Greg Lehey1999-03-023-16/+24
* Add keywords "size", synonym for "length", and "max".Greg Lehey1999-03-021-3/+8
* Change printf() calls to log() calls.Greg Lehey1999-03-021-3/+4
* Add keywords "size", synonym for "length", and "max".Greg Lehey1999-03-021-1/+7
* Change printf() calls to log() calls.Greg Lehey1999-03-021-17/+28
* Change printf() calls to log() calls.Greg Lehey1999-03-021-46/+81
* New function return_drive_spaceGreg Lehey1999-03-021-2/+5
* change printf() calls to log() calls.Greg Lehey1999-03-021-18/+24
* Change printf() calls to log() calls.Greg Lehey1999-03-021-99/+217
* Change printf() calls to log() calls.Greg Lehey1999-03-021-101/+42
* Change the name of drive state "uninit" to "referenced": it onlyGreg Lehey1999-03-021-2/+2
* Reorganize locking to avoid holding the lock during calls to bdwriteKirk McKusick1999-03-022-6/+18
* Remove the last of the share map code: struct vm_map::is_main_map.Alan Cox1999-03-022-15/+10