aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Typo/$Id$ police.Alexander Langer1997-12-272-1/+6
* style(9) correctionsWarner Losh1997-12-264-8/+12
* Put the return value of getopt into an int, not a char.Alexander Langer1997-12-261-5/+4
* Be extra paranoid about trusting the length of the data returned byWarner Losh1997-12-241-1/+1
* Two fixes:Warner Losh1997-12-241-6/+8
* Minor style nit noticed by bde.Warner Losh1997-12-241-2/+2
* Be extra paranoid about trusting the length returned by gethostbyaddr.Warner Losh1997-12-241-3/+3
* Be extra paranoid about trusting the size of the address returned fromWarner Losh1997-12-241-2/+2
* Remove unused include filesEivind Eklund1997-12-221-9/+3
* Typo fix in the message displayed.Masafumi Max NAKANE1997-12-211-1/+1
* Remove unused private header.Eivind Eklund1997-12-211-2/+1
* Remove unused private include files from slattach.Eivind Eklund1997-12-211-8/+3
* Fixed overflow in chkrange(). Some out of bounds block numbers,Bruce Evans1997-12-213-3/+3
* Fixed style bugs in the printing of statistics after preening. UseBruce Evans1997-12-203-45/+48
* Don't attempt to print the statistics for a "clean" preened filesystemBruce Evans1997-12-203-3/+3
* Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs).Bruce Evans1997-12-193-24/+51
* The ``super scsi'' device is /dev/scc.Brian Somers1997-12-191-5/+2
* Install sysctl in /sbin. It is used in some cases in network_pass1(),Bruce Evans1997-12-181-0/+4
* Fixed DPADD.Bruce Evans1997-12-161-0/+2
* Oops..The default behaviour should be *not* to log all succeededGuido van Rooij1997-12-131-2/+2
* Fix some style bugs.Guido van Rooij1997-12-102-9/+10
* natd 1_10 => 1_11Brian Somers1997-12-102-61/+70
* Log all failed mount attempts.Guido van Rooij1997-12-092-9/+59
* Reverse my previous change and use htons() on an intBrian Somers1997-12-061-1/+1
* Allow ipfw to accept comments and blank lines.Julian Elischer1997-12-052-1/+7
* Add mount_devfs(8) to the SEE ALSO section.Steve Price1997-12-012-2/+4
* Fix syntax error for the mount_mfs example.David E. O'Brien1997-11-241-2/+2
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-2/+3
* Fix missing arguments detected by "-Wformat".John Polstra1997-11-181-2/+3
* Fix two missing arguments detected by "-Wformat".John Polstra1997-11-181-2/+4
* Use htonl() rather than htons().Brian Somers1997-11-131-1/+1
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-136-6/+44
* Fix a misleading comment.Steve Price1997-10-271-2/+2
* use += on cflagsJohn-Mark Gurney1997-10-263-6/+6
* Make this part of the 'krb' distribution if it is being built as theMark Murray1997-10-241-0/+1
* Make this part of the 'krb' distribution.Mark Murray1997-10-241-0/+1
* fix mispelling of kldJohn-Mark Gurney1997-10-241-2/+2
* a few code style changes:John-Mark Gurney1997-10-216-54/+57
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesBruce Evans1997-10-213-12/+3
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-203-82/+86
* Introduce a -N option that disables the use of reserved ports, nowJoerg Wunsch1997-10-192-5/+14
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-197-10/+31
* Fix the man page description about what will go into an incrementalJoerg Wunsch1997-10-191-2/+2
* Add -redirect_port and -redirect_address to theBrian Somers1997-10-181-0/+2
* Make the supported media info output the default.Peter Wemm1997-10-163-27/+10
* Remove Xref to format(8) which does not exist.Masafumi Max NAKANE1997-10-151-2/+1
* Do not account the tape change time for ETA estimations.Joerg Wunsch1997-10-121-0/+6
* The unit for the B option is 1 KB, not `dump records'.Joerg Wunsch1997-10-121-2/+2
* Enable spppcontrol.Joerg Wunsch1997-10-111-1/+2
* The spppcontrol(8) utility that is required to set or display thingsJoerg Wunsch1997-10-114-0/+698