aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dump.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-041-39/+39
* Fix build break from dump incompatibility I introduced in -r340411Kirk McKusick2018-11-141-1/+1
* Plug build break after r340411.Gleb Smirnoff2018-11-131-1/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-1/+0
* In preparation for converting to libufs to read the superblock,Kirk McKusick2017-12-271-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Mark non-returning function as suchEitan Adler2012-11-291-1/+1
* The current /etc/dumpdates file restricts device names to 32 characters.Kirk McKusick2011-10-181-2/+3
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-241-3/+7
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-231-0/+1
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-261-2/+0
* o Do not dump core in -W if dumpdates was not readable and ddatev == NULL.Maxim Konovalov2004-12-021-2/+2
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-131-0/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Add missing prototype for cread().Ian Dowse2003-11-041-0/+1
* Avoid a name conflict with future functionality:Matthew N. Dodd2003-04-071-1/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-131-0/+1
* Correct the estimated block count calculated by dump to accountKirk McKusick2002-12-031-1/+0
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-3/+6
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* - Do not include <utmp.h> for no reason.Robert Drehmel2002-07-081-3/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-10/+8
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-061-4/+4
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* o remove __PWarner Losh2002-03-201-54/+38
* 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
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-14/+0
* SECURITY.Ruslan Ermilov2001-09-051-2/+0
* Mark some functions as __printflike()Kris Kennaway2001-08-101-3/+3
* Use <sys/queue.h> instead of home-rolled list.Poul-Henning Kamp2001-01-291-5/+2
* Make `dump' exit codes confirm to manual page.Joseph Koshy1998-07-141-0/+1
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-3/+4
* Add the `a' option (``auto-size'') to bypass all tape lengthJoerg Wunsch1997-02-011-0/+1
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)Joerg Wunsch1995-11-181-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+212