aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing header in synopsis (<camlib.h> includes half the universeBruce Evans1999-03-052-2/+4
* Fixed bitrot in synopsis (some const poisoning had not reached here).Bruce Evans1999-03-052-4/+4
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-0511-30/+30
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).Bruce Evans1999-03-051-2/+2
* Don't bogotify the synopsis by attempting to describe err_set_file() there.Bruce Evans1999-03-051-11/+19
* Fixed references to unmount(2) specified as umount.Alexander Langer1999-03-051-4/+4
* Don't use backslash-newline to split the too-long line forBruce Evans1999-03-051-4/+2
* Fixed disordering and incoinsistent style in previous commit.Bruce Evans1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallyBruce Evans1999-03-051-4/+6
* Moved kernel declarations inside the KERNEL ifdef, and removedBruce Evans1999-03-051-7/+7
* Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX toBruce Evans1999-03-051-4/+3
* Backed out most of rev.1.4. I didn't submit it; I only submitted aBruce Evans1999-03-051-7/+8
* Use sysctlbyname() instead of sysctl().Poul-Henning Kamp1999-03-051-6/+2
* Forgot to add $Id$ and change date in previous commit.Bruce Evans1999-03-051-1/+2
* 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-052-3/+3
* 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
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-046-112/+287
* 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
* Correct some ntohl/htonl bogons in the netmask handling.Brian Somers1999-03-036-35/+74
* 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
* Change the comment to sendmail_flags which has scared so many peoplePoul-Henning Kamp1999-03-031-2/+2
* Fixed null pointer panic for misconfigured master ports.Bruce Evans1999-03-031-3/+7
* Fix the style of my previous commit.Joerg Wunsch1999-03-031-1/+1
* Increase the vector that's used to look for free pty's. We go throughJoerg Wunsch1999-03-031-1/+1
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-036-6/+16
* These were missing from the previous commit.Warner Losh1999-03-0312-0/+12
* Bring in initial libc support for mips. These files were taken fromWarner Losh1999-03-0348-0/+2684
* 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
* add more MLINKSAndrey A. Chernov1999-03-021-1/+8
* 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
* Make window(1) actually work again. It has been broken for quite someJoerg Wunsch1999-03-022-2/+3
* Correct casts in vtophys and avtophys to be vm_offset_t.David Greenman1999-03-022-6/+6