aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* vsprintf -> vsnprintf in msg().Warner Losh1999-11-101-1/+1
* Prepare for K5.Mark Murray1999-09-201-1/+1
* Fix for new KerberosFix for new Kerberos44Mark Murray1999-09-191-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Fix nested if/else within an ifBill Fumerola1999-07-081-2/+3
* Fix time of last dump handling.Jordan K. Hubbard1999-07-021-6/+11
* Fix typo in dump reportingJean-Marc Zucconi1999-05-241-3/+4
* temporary workaround for bin/11464Matt Jacob1999-05-031-1/+5
* The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonJordan K. Hubbard1999-03-211-5/+5
* 64bit fixes.Dima Ruban1998-10-271-4/+4
* Change rst0 into rsa0.Ollivier Robert1998-09-222-5/+5
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* checked, that new sa CAM driver takes care of using buffer sizesAndreas Klemm1998-09-161-15/+1
* Add support for dealing with ENOSPC as the error code returned by a tapeJustin T. Gibbs1998-09-152-16/+17
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+2
* Make `dump' exit codes confirm to manual page.Joseph Koshy1998-07-143-16/+17
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-158-40/+53
* Turn on TCP_NODELAY on the remote socket, to turn off sender silly windowBill Fenner1998-05-171-6/+3
* Fix minor typo.Steve Price1998-05-101-2/+2
* read() and write() return ssize_t not int, so the first arg to atomic()John Birrell1998-01-251-2/+3
* The default dumplevel is 0.Steve Price1998-01-031-2/+2
* Make this part of the 'krb' distribution.Mark Murray1997-10-241-0/+1
* Fix the man page description about what will go into an incrementalJoerg Wunsch1997-10-191-2/+2
* 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
* Changes for the new KTH KerberosIV.Mark Murray1997-09-281-4/+8
* Remove the reference to the nonexistant dump(5) manpage.Steve Price1997-08-231-2/+1
* Add Id. Cosmetic in usage string.Philippe Charnier1997-06-101-3/+6
* Fix a long-standing bug with dump not treating errors correctly. TheyJoerg Wunsch1997-05-061-2/+4
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-294-11/+50
* Document the -a option in .Fl form instead of .Cm form to be consistantPeter Wemm1997-03-151-2/+2
* The -a option (autosize) option got mangled during the Lite2 merge.Peter Wemm1997-03-151-3/+2
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-116-181/+229
* This commit was generated by cvs2svn to compensate for changes in r23669,Peter Wemm1997-03-111-54/+3
|\
| * Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.Peter Wemm1997-03-117-0/+3099
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Update CHANGEDSINCE macro to conform to -current dinode.hJordan K. Hubbard1997-02-161-5/+0
* Removed default setuid and added a comment to the manpage explaining this.Eivind Eklund1997-02-092-1/+7
* Add the `a' option (``auto-size'') to bypass all tape lengthJoerg Wunsch1997-02-014-15/+44
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Sort cross references.Wolfram Schneider1997-01-131-3/+4
* Fix double typoPeter Wemm1997-01-081-1/+1
* Fix many buffer overflows, correct usage of strcat and implementWarner Losh1997-01-073-11/+19
* bin/1789: dump estimates a negative number of tapes needed for huge dumpsPaul Traina1997-01-071-4/+4
* Backing out my change of /etc/rmt -> /usr/sbin/rmt.David E. O'Brien1996-12-292-2/+3
* rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmtDavid E. O'Brien1996-12-292-2/+2
* Use fprintf(stderr,) instead of msgtail() so it works for restore as well.Bill Fenner1996-11-011-0/+1
* Temporarily disable an information message that was added in the lastPeter Wemm1996-11-011-1/+0
* Make rdump error messages a little clearer and make them look like dumpBill Fenner1996-11-011-12/+35
* If rcmd() fails, return immediately instead of trying a bunch ofBill Fenner1996-10-281-6/+9