aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* change s_port to ntohs(s_port) for printf in DEBUG.Darren Reed1998-01-112-4/+4
* Pass an actual empty environment to execle() as per POSIX rather thanAlexander Langer1998-01-101-10/+28
* Added environment parameter to execle calls.Alexander Langer1998-01-081-3/+3
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-081-14/+32
* Correct a comment from my last commit.Alexander Langer1998-01-081-2/+2
* Allow 'shutdown datespec' to work into the next century. Handle datesAlexander Langer1998-01-081-1/+12
* Format mismatch in error message.Alexander Langer1998-01-081-2/+2
* Remove more unused #includes.Philippe Charnier1998-01-071-3/+1
* Support listing/showing specific rules supplied on the command line.Alexander Langer1998-01-072-29/+74
* Display a better error message and use a non-zero exit code whenAlexander Langer1998-01-061-5/+16
* Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3)Philippe Charnier1998-01-051-8/+11
* Sync. usage string and synopsis. Add rcsid.Philippe Charnier1998-01-054-26/+27
* Add -v in usage string. Add rcsid.Philippe Charnier1998-01-052-12/+12
* The default dumplevel is 0.Steve Price1998-01-031-2/+2
* Correct -r and -f descriptions.Brian Somers1998-01-031-9/+5
* Removed /etc/ld.so.conf reference from FILES section (people getAlexander Langer1998-01-011-3/+1
* Properly drop group privs to open file names specified by the user.Warner Losh1997-12-301-1/+15
* Added copyright (taken from natd.c).Alexander Langer1997-12-301-1/+9
* Add a "scsi -f /dev/ssc -p" example and xref ssc(4).Brian Somers1997-12-291-9/+14
* Mention that the -r flag reprobes the entire bus on which the givenBrian Somers1997-12-291-14/+25
* Fix a few style nits from previous commit.Steve Price1997-12-291-11/+10
* Add missing .Ar.Philippe Charnier1997-12-291-1/+1
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningSteve Price1997-12-292-33/+50
* 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