summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use backslash-newline to split the too-long line forbde1999-03-051-4/+2
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallybde1999-03-051-4/+6
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX tobde1999-03-051-4/+3
* Backed out most of rev.1.4. I didn't submit it; I only submitted abde1999-03-051-7/+8
* Use sysctlbyname() instead of sysctl().phk1999-03-051-6/+2
* Forgot to add $Id$ and change date in previous commit.bde1999-03-051-1/+2
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-058-332/+301
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-052-3/+3
* Fix an SMP-only TLB invalidation bug. Specifically, disablealc1999-03-052-2/+10
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.alc1999-03-041-6/+15
* Extend the ``set redial'' command to allow incrementalbrian1999-03-046-112/+287
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.kato1999-03-041-4/+7
* Added an entry for 1.44MB fd.kato1999-03-041-2/+2
* Oops, forgot to read boot.config file.kato1999-03-041-1/+2
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* When SCSI IDs are not contiguous, the loader could not find correctkato1999-03-042-9/+14
* boot2 doesn't need to say 'Can't find file boot.config.'kato1999-03-041-5/+2
* Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.kato1999-03-041-2/+2
* Sync with sys/i386/isa/sio.c revision 1.229.kato1999-03-042-6/+14
* Sync with sys/i386/conf/files.i386 revision 1.225.kato1999-03-042-2/+4
* Add the atapi fd driver (LS120 & ZIP drive support)sos1999-03-045-5/+10
* arprequest() allocates an mbuf with m_gethdr() but does not initializewpaul1999-03-041-1/+2
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-036-35/+74
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-0312-612/+1159
* The tunable parameter for the scheduler quantum was inverted.julian1999-03-032-31/+25
* Change the comment to sendmail_flags which has scared so many peoplephk1999-03-031-2/+2
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Fix the style of my previous commit.joerg1999-03-031-1/+1
* Increase the vector that's used to look for free pty's. We go throughjoerg1999-03-031-1/+1
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-036-6/+16
* These were missing from the previous commit.imp1999-03-0312-0/+12
* Bring in initial libc support for mips. These files were taken fromimp1999-03-0348-0/+2684
* Slight cleanup of code resurected for union mounts..julian1999-03-032-66/+70
* To avoid a conflict for the vm_map's lock with vm_fault, releasealc1999-03-021-4/+33
* add more MLINKSache1999-03-021-1/+8
* Change SAVECONFIG ioctl: it now writes an int parameter.grog1999-03-021-1/+1
* Make comment match code.julian1999-03-021-3/+2
* Better logging when the Geometry register probe fails.imp1999-03-021-3/+3
* Remove inapropriate use of VOP_ISLOCKED()julian1999-03-021-2/+2
* Add new kernel option:semenu1999-03-022-1/+7
* Make window(1) actually work again. It has been broken for quite somejoerg1999-03-022-2/+3
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-022-6/+6
* Don't treat empty lines as end-of-file in include(). (I can'tdcs1999-03-021-2/+2
* Put back the bktr update to generate /dev/vbiroger1999-03-022-4/+6
* Merge with sys/i386/conf/files.i386 revision 1.224.kato1999-03-022-2/+12
* Sync with sys/i386/conf/Makefile.i386 revision 1.140.kato1999-03-022-4/+4
* Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Makingbde1999-03-021-1/+1
* Fix for LINE30 option. This option was not tested under new consolekato1999-03-022-4/+4
OpenPOWER on IntegriCloud