aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dumprmt.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-041-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fixed unformatting of copyright clause 4 in previous commit.Bruce Evans2004-04-101-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-5/+1
* Make this WARNS=2 clean byJohan Karlsson2003-11-141-1/+1
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray2003-05-011-15/+4
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* o remove __PWarner Losh2002-03-201-56/+35
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-13/+8
* Add include of errno.h where needed, remove extern int errno where not.Warner Losh2000-04-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for dealing with ENOSPC as the error code returned by a tapeJustin T. Gibbs1998-09-151-11/+8
* Make `dump' exit codes confirm to manual page.Joseph Koshy1998-07-141-4/+4
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-3/+4
* Turn on TCP_NODELAY on the remote socket, to turn off sender silly windowBill Fenner1998-05-171-6/+3
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-291-5/+15
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-2/+3
* Fix many buffer overflows, correct usage of strcat and implementWarner Losh1997-01-071-6/+6
* 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
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)Joerg Wunsch1995-11-181-1/+4
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+380