summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Check a pointer in skipdirs() before dereferencing it. I don't fullyjoerg1995-09-011-1/+1
* Update to the slices era. Make /dev/rfoo0 the defaults, notjoerg1995-09-014-30/+162
* Correct minor nit - to filter out SYN packets, the keyword isgpalmer1995-08-311-1/+1
* Remove -O2 from COPTS, known rogueache1995-08-291-2/+2
* Document the -a option, and mention ``noauto''.dg1995-08-262-0/+10
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-266-22/+10
* Sigh. This isn't my night. I forgot the manpage updates too!jkh1995-08-232-0/+10
* Add a "noauto" flag so that you can do things like prevent your systemjkh1995-08-234-6/+16
* Add $Id$gpalmer1995-08-221-0/+3
* Reset the umask before creating the output file; otherwise runningjoerg1995-08-161-1/+2
* Add (apparently) Larry McVoy's warning....peter1995-08-121-0/+2
* Fix init to correctly detect processes that are exiting multiplempp1995-08-081-1/+1
* nspace count was incremented only in child, so warning never displayedache1995-08-081-9/+13
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-073-12/+2
* Just when you thought it was safe...wpaul1995-08-071-0/+69
* Remove IMAXBEL clearing, our cfmakeraw() already fixed for itache1995-08-041-1/+0
* Remove a newline from the output of savecore(8), so the bogus numberjoerg1995-07-301-1/+0
* scsi(8) used to fall off the end of main(), returning an arbitraryjoerg1995-07-301-1/+2
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
* Man page was incorrectly pointing to /etc/dump, it should be /sbin/dump.rgrimes1995-07-151-1/+1
* Fix to match new API. Fixes memory leak, faster.phk1995-07-121-6/+9
* Remove a bogus fclose. Normally the "w" stream for /var/crash/bounds wasbde1995-07-111-1/+0
* The mode page editor never cleaned up the temp files. Thanksdufault1995-07-111-1/+32
* Changes to support version 3 of the NFS protocol.dfr1995-06-278-209/+538
* When tuneing filesystems with tunefs, it is not obvious what the currentjoerg1995-06-252-0/+39
* When using dump/rdump on large filesytems (my case 3 GB), the lseekjoerg1995-06-241-2/+4
* Add an "-m" flag to merge instead of replace the entries. We canasami1995-06-242-41/+75
* `dev_bsize' must be reset to 1 before the bread() ordima1995-06-211-0/+1
* Added -o port option. Use specified port number for NFS requests. The defaultkarl1995-06-142-1/+13
* Use the correct file pointer when reading the group id map file. The oldwollman1995-06-132-10/+16
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-7/+10
* Remove trailing whitespace.rgrimes1995-05-3075-490/+490
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Fixed bug where UDP was required to mount a TCP NFS filesystem.dg1995-05-241-3/+7
* The dset program didn't set the "msize" (iosiz in userconfig).phk1995-05-221-5/+15
* Add a undocumented '-d' flag to set debugging.phk1995-05-211-2/+5
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-152-4/+10
* Add dumponache1995-05-141-1/+1
* Take out special error message for EINVAL...we really do want it to bedg1995-05-141-4/+0
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptabledg1995-05-124-2/+4
* Learn how to print out kern.dumpdev as a name.wollman1995-05-121-3/+12
* My utility to specify where you want crash dumps to go. More userwollman1995-05-123-0/+236
* Remove all reference to sysinstall - it's going away.jkh1995-05-091-2/+0
* Add support for editing mode pages.dufault1995-05-052-22/+266
* Flush stdout when writing out each superblock backup.dg1995-05-021-0/+1
* Don't print out zero length names when verbose is set.dufault1995-05-011-2/+2
* Add a "-s" argument to specify the command timeout in seconds.dufault1995-05-012-12/+23
* Add "-m" command to read mode pages. Also add -z for freezing,dufault1995-04-282-74/+333
* Replace call to obsolete inet_addr routine with inet_aton so we can specifypst1995-04-261-2/+2
* Obtained from: copied fro mount_kernfsjulian1995-04-213-0/+211
OpenPOWER on IntegriCloud