aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+1
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-041-7/+29
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* Fix build break from dump incompatibility I introduced in -r340411Kirk McKusick2018-11-141-2/+2
* Plug build break after r340411.Gleb Smirnoff2018-11-131-2/+2
* Revert size limits.Warner Losh2018-06-111-4/+1
* Don't initialize c_count. We don't need to.Warner Losh2018-06-111-2/+2
* Minor style polishing.Warner Losh2018-06-111-2/+1
* Large file systems with inodes > 512K have been silently overflowingDiane Bruce2018-06-111-1/+4
* Ensure proper initialization of superblock.Kirk McKusick2018-06-071-0/+1
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-18/+11
* In preparation for converting to libufs to read the superblock,Kirk McKusick2017-12-271-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sbin: ake use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-05-011-1/+1
* dump: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-191-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* Plug two memory leaks in error case.Xin LI2010-02-031-1/+2
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-241-7/+10
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-231-3/+23
* Make "dump /filesystem" (without options) work.Ruslan Ermilov2006-10-121-2/+5
* If rawname returns NULL, deal with it appropriately.Matt Jacob2006-08-151-0/+2
* 'r' disk devices no longer exist, so don't try to create a pathnameWarner Losh2005-04-181-20/+10
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-2/+2
* Improved error checking for existence of a .snap directory toWes Peters2005-01-211-15/+26
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-131-7/+21
* Improve the warnings for dump -L and do not bother doing the snapshot ifBrian Feldman2004-04-121-3/+10
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingIan Dowse2004-01-041-2/+2
* Convert the live dump command (`dump -L') to use mksnap_ffs insteadKirk McKusick2003-11-161-12/+8
* Make this WARNS=2 clean byJohan Karlsson2003-11-141-3/+4
* Dump is hard-wired to believe that it can read disks onKirk McKusick2003-05-071-0/+1
* Removed all vestiges of KerberosIV.Ruslan Ermilov2003-05-011-5/+3
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray2003-05-011-14/+0
* Avoid a name conflict with future functionality:Matthew N. Dodd2003-04-071-1/+1
* Sort options.Ruslan Ermilov2003-02-231-17/+17
* really, this time for sure. Fix formatting in usage().Matthew Dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .Matthew Dillon2003-01-131-1/+1
* Add support for obsolete option form for -CMatthew Dillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-131-2/+7
* Add the `L' option to dump to notify it that it is dumping aKirk McKusick2002-12-031-14/+81
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* Changed "file system" back to "filesystem" in the usage message. EnglishBruce Evans2002-10-011-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-3/+4
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-6/+6
* Replace the use of %qd with intmax_t/%jd and fix a number of -WallIan Dowse2002-07-081-8/+9