aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* read() and write() return ssize_t not int, so the first arg to atomic()John Birrell1998-01-251-2/+3
* Add a sysmk -> /dev/null definition ready for a coming change toJohn Birrell1998-01-252-0/+2
* Cast a size_t to a long to avoid a gcc warning.John Birrell1998-01-251-3/+3
* Various NFS fixes:John Dyson1998-01-253-175/+161
* Various NFS fixes:John Dyson1998-01-252-14/+26
* Turn CLK_USE_TSC_CALIBRATION into a new-style option.Eivind Eklund1998-01-252-2/+4
* Make TCP_COMPAT_42 a new style option.Eivind Eklund1998-01-254-4/+8
* Turn NSWAPDEV into a new-style option.Eivind Eklund1998-01-252-5/+7
* Remove the FDSEEKWAIT option and description.Eivind Eklund1998-01-253-36/+3
* Make MD5 a new-style option. This one was eeeeeaaaaaasssssyyyyy ;-)Eivind Eklund1998-01-251-1/+2
* Sync with sys/i386/conf/GENERIC revision 1.105.KATO Takenori1998-01-252-2/+8
* Fix a cast from a pointer to a long instead of an int which was enoughJohn Birrell1998-01-241-2/+2
* Add script for properly breaking out the doc dist.Jordan K. Hubbard1998-01-241-0/+8
* Add brief note on error message from the driver.Kazutaka YOKOTA1998-01-242-4/+14
* Small adjustment in sync check code.Kazutaka YOKOTA1998-01-241-2/+2
* Clean up doc bootstrap ports afterwards.Jordan K. Hubbard1998-01-241-2/+4
* Sync with sys/i386/isa/wd.c revision 1.148.KATO Takenori1998-01-241-1/+3
* Sync with sys/i386/i386/machdep.c revision 1.283.KATO Takenori1998-01-242-4/+4
* Random data is no longer based on the time of day, rather the randomSteve Price1998-01-241-3/+4
* Sync with sys/i386/i386/machdep.c revision 1.282.KATO Takenori1998-01-242-20/+16
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-24103-126/+297
* LKM-support for converting all file-system options to new-style options.Eivind Eklund1998-01-247-21/+42
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-2417-61/+207
* Fix error message.Brian Somers1998-01-241-10/+5
* Stop bogus warnings.Brian Somers1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).Brian Somers1998-01-231-65/+80
* Bring back handbook and FAQ by adding a mechanism for bootstrap portsJordan K. Hubbard1998-01-231-4/+10
* Add FAQ and handbook back to doc subtree.Jordan K. Hubbard1998-01-231-1/+5
* DISTRIBUTION=bin - we separate it out later.Jordan K. Hubbard1998-01-231-3/+3
* In !dists case, invoke the custom dist menu rather than the toplevelJordan K. Hubbard1998-01-232-4/+4
* spelling and style police.Jordan K. Hubbard1998-01-231-2/+2
* Don't allow manual dialing unless in auto or interactive mode.Brian Somers1998-01-231-1/+7
* Ask spammers to mail postmaster@$m, not postmaster@FreeBSD.ORG.Brian Somers1998-01-231-2/+2
* Just list one of each domain that was rejectedBrian Somers1998-01-231-12/+10
* Add wfd to all target, reorder devs to put like with like since we lostJordan K. Hubbard1998-01-222-6/+12
* MF22: match entries for wfdJordan K. Hubbard1998-01-223-6/+6
* Use /bin/pwd instead of a potentially shell builtin that doesSøren Schmidt1998-01-221-3/+1
* VM level code cleanups.John Dyson1998-01-2238-603/+490
* Sync with sys/i386/i386/userconfig.c revision 1.100.KATO Takenori1998-01-221-2/+3
* Add PATCH_INDEX_FIRST environment variable to do the same as -I optionAndrey A. Chernov1998-01-222-4/+17
* Don't swap carriage return and new line in quoted mode (after ^V).Wolfgang Helbig1998-01-221-2/+2
* Add rcsid. Add usage() with up to date flag list. Use err(3).Philippe Charnier1998-01-221-68/+43
* Mention LS-120 drives.Jordan K. Hubbard1998-01-221-0/+2
* Convert to mdoc format. Document missing flags.Philippe Charnier1998-01-221-110/+91
* Update for current events, format police.Jordan K. Hubbard1998-01-221-146/+150
* Added dealy.KATO Takenori1998-01-222-2/+6
* Printers under FreeBSD are /dev/lpt*Mike Smith1998-01-221-2/+2
* Delete unused code in union_fsync().KATO Takenori1998-01-222-12/+2
* MFC: sprintf paranoiaWarner Losh1998-01-222-14/+16
* Eliminate sprintfWarner Losh1998-01-211-1/+2