summaryrefslogtreecommitdiffstats
path: root/sbin/dump
Commit message (Collapse)AuthorAgeFilesLines
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-9/+1
| | | | which is no longer bogusly installed in /usr/include.
* Man page was incorrectly pointing to /etc/dump, it should be /sbin/dump.rgrimes1995-07-151-1/+1
| | | | Submitted by: faried nawaz <fn@big-brother.csrv.uidaho.edu>
* When using dump/rdump on large filesytems (my case 3 GB), the lseekjoerg1995-06-241-2/+4
| | | | | | | | | | claims multiple times to have failed. The problem is a off_t is converted into a int and checked for a negative. A true lseek check should be checking if the off_t is equal to -1 for failure. (Suggested fix from PR #bin/461) Submitted by: mark tinguely <tinguely@opus.cs.ndsu.NoDak.edu>
* Remove trailing whitespace.rgrimes1995-05-305-30/+30
|
* Add pointer to the `ft' command.jkh1995-01-261-0/+1
|
* Fixed an evil bug where rawname() could write across the boundaries ofjoerg1994-10-281-3/+3
| | | | | | | | an array. The bug became obvious in the old system where the array was only 32 characters long (now MAXPATHLEN). Dump honored its name then (:-) and dumped its core when calling dump -w for a fstab that contained rather long NFS file system names. Even though this is rather unlikely to happen now, a bug is a bug:)
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-2611-0/+3992
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud