aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/tape.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the counting of blks.Warner Losh2018-06-111-1/+2
* Add asserts to prevent overflows of c_addr.Warner Losh2018-06-111-0/+2
* In preparation for converting to libufs to read the superblock,Kirk McKusick2017-12-271-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* Use a signal-safe type for two variables that are used to synchroniseIan Dowse2005-03-021-2/+2
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-131-12/+39
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Replace the use of %qd with intmax_t/%jd and fix a number of -WallIan Dowse2002-07-081-0/+1
* Fix some printf format errors.Ian Dowse2002-07-071-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-11/+11
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-061-3/+3
* o remove __PWarner Losh2002-03-201-44/+22
* Supply progress information in dump's process title, which is usefulIan Dowse2002-02-161-0/+1
* On receipt of a SIGINFO, schedule an immediate printout of theIan Dowse2002-02-161-0/+1
* Make dump's behaviour more sensible when the output file is a fifo.Ian Dowse2002-02-111-0/+6
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-17/+7
* Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* temporary workaround for bin/11464Matt Jacob1999-05-031-1/+5
* Add support for dealing with ENOSPC as the error code returned by a tapeJustin T. Gibbs1998-09-151-5/+9
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-1/+4
* read() and write() return ssize_t not int, so the first arg to atomic()John Birrell1998-01-251-2/+3
* Do not account the tape change time for ETA estimations.Joerg Wunsch1997-10-121-0/+6
* Fix a long-standing bug with dump not treating errors correctly. TheyJoerg Wunsch1997-05-061-2/+4
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-4/+4
* Add the `a' option (``auto-size'') to bypass all tape lengthJoerg Wunsch1997-02-011-2/+2
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-23/+23
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+859