aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Constify and set WARNS=2.Dima Dorfman2001-07-152-1/+3
* Fix a prototype and set WARNS=2.Dima Dorfman2001-07-152-2/+9
* add -a to usage()Bill Fumerola2001-07-141-1/+1
* After some (long-standing ;-) critics from Bruce, throw away the oldJoerg Wunsch2001-07-134-78/+130
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
* Due to the documented bug in inet_aton(3), it wasn't possibleRuslan Ermilov2001-07-111-2/+3
* mdoc(7) police: fixed markup and program name.Ruslan Ermilov2001-07-111-13/+16
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1056-56/+56
* mdoc(7) police: minor markup tweaks.Ruslan Ermilov2001-07-101-2/+4
* mdoc(7) police:Ruslan Ermilov2001-07-101-11/+25
* Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' andCrist J. Clark2001-07-101-5/+8
* Fix disordering.David E. O'Brien2001-07-091-1/+1
* Add fsck_msdosfsDavid E. O'Brien2001-07-091-0/+1
* Style tweaks.David E. O'Brien2001-07-091-2/+4
* Add fsck_msdosfs.David E. O'Brien2001-07-099-0/+2716
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-0912-17/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-092-2/+2
* Add manual page and usage for dump -D (supplied by Dima Dorfman) (will alsoMatthew Dillon2001-07-092-10/+24
* Oops, forgot to add 'D' to the option morphing block.Matthew Dillon2001-07-081-0/+1
* Add a -D option to dump, allowing the path for the /etc/dumpdates file to beMatthew Dillon2001-07-081-2/+6
* Ian Dowse writes:Matt Jacob2001-07-071-16/+7
* Fix unaligned access faults on alpha.Matt Jacob2001-07-071-1/+9
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-065-10/+10
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-061-1/+1
* mdoc(7) police: fix markup.Ruslan Ermilov2001-07-051-101/+159
* Update the dmesg man page to reflect the recent changes to dmesg.Thomas Moestl2001-07-051-8/+14
* mdoc(7) police: fixed formatting.Ruslan Ermilov2001-07-051-37/+33
* Make open_disk() fail nicely upon encountering an ENOENT so to notJoerg Wunsch2001-07-052-4/+8
* Spelling police: extention -> extension.Dima Dorfman2001-07-051-1/+1
* mdoc(7) police:Ruslan Ermilov2001-07-041-1/+1
* mdoc(7) police: don't xref to itself.Ruslan Ermilov2001-07-041-3/+2
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-041-1/+2
* Use the kern.msgbuf sysctl to get the message buffer on a runningThomas Moestl2001-07-032-32/+44
* Fix a typo: "must be have" -> "must have"Yaroslav Tykhiy2001-07-031-1/+1
* Document continuation line support.Dima Dorfman2001-07-021-0/+2
* Correct handling of continuation lines. Instead of treating theDima Dorfman2001-07-021-0/+4
* Support network device cloning via create and destroy options.Brooks Davis2001-07-022-12/+162
* Add __printflike() to those static functions which need it.Kris Kennaway2001-07-011-3/+3
* Correct grammar.Dima Dorfman2001-07-011-2/+2
* Silence format string warnings.Kris Kennaway2001-07-011-11/+11
* Convert two instances of a lseek()+read() combination to a pread().Mike Heffner2001-07-011-8/+4
* Modify ping so that it increases the send socket buffer size if theRobert Watson2001-06-301-0/+5
* Properly cast a size argument to an unsigned type.Peter Pentchev2001-06-291-1/+2
* - fixed typoHajimu UMEMOTO2001-06-291-4/+4
* sync usage/description with reality.Hajimu UMEMOTO2001-06-292-3/+7
* stop sending echo packets whenever the upper limit is specified by the -cHajimu UMEMOTO2001-06-291-7/+10
* Silence warnings on the Alpha: don't assume size_t is an int.Dima Dorfman2001-06-291-1/+1
* Connect the new kldconfig(8) utility to the build.Peter Pentchev2001-06-291-0/+1
* Add kldconfig(8), a utility to modify the kernel module search path.Peter Pentchev2001-06-293-0/+587
* Fix include ordering breakage from rev. 1.23.Dag-Erling Smørgrav2001-06-291-2/+2