aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* Clean up some function and variable names.Colin Percival2020-06-231-61/+61
* dump(8): Reapply slightly modified r362422Conrad Meyer2020-06-201-126/+126
* Revert -r362422.Warner Losh2020-06-201-126/+126
* Increase the whimsy in this file by famring dump's work out to minions. AdjustWarner Losh2020-06-201-126/+126
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-046-66/+90
* Clarify that the -r and -R options can be used only to create level 0 dumps.Kirk McKusick2019-06-141-1/+13
* 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-143-7/+7
* Plug build break after r340411.Gleb Smirnoff2018-11-133-7/+7
* Move dumpdates creation to CONFS=Brad Davis2018-07-261-0/+4
* Revert size limits.Warner Losh2018-06-112-9/+1
* Fix a bug in the counting of blks.Warner Losh2018-06-111-1/+2
* 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
* Document the newly enforced 524288 inode restriction.Warner Losh2018-06-111-1/+6
* Add asserts to prevent overflows of c_addr.Warner Losh2018-06-112-0/+6
* 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-172-12/+12
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-172-12/+12
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-263-19/+12
* In preparation for converting to libufs to read the superblock,Kirk McKusick2017-12-274-17/+17
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-1/+19
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-2810-10/+10
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-19/+18
* dump(8) first appeared in V4 UNIXSevan Janiyan2016-10-021-2/+2
* 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-192-6/+5
* Use NULL instead of 0.Marcelo Araujo2016-04-191-1/+1
* MFHGlen Barber2016-04-161-1/+1
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\
| * \ Sync from headSimon J. Gerraty2012-11-041-5/+6
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Fix a bug which could break extended attributes in a dump output.Hiroki Sato2014-09-101-1/+6
| |_|/ |/| |
* | | Mark non-returning function as suchEitan Adler2012-11-291-1/+1
| |/ |/|
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-5/+6
|/
* mdoc: move two sentences from synopsis to description (where they reallyJoel Dahl2012-05-231-10/+8
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* The current /etc/dumpdates file restricts device names to 32 characters.Kirk McKusick2011-10-182-3/+7
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-244-4/+4