aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug two memory leaks in error case.Xin LI2010-02-032-2/+5
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Make dump -W show the level correctly.Brian Somers2009-05-291-1/+1
* Verify that the filesystem being referenced in fstab is indeed a UFSCy Schubert2009-03-021-2/+3
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-243-14/+21
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-234-4/+51
* (bread): For a read that is contained entirely within a block, never copyThomas Quinot2007-04-051-1/+1
* Fix an error in dumping large sparse files containing extended attributes.Kirk McKusick2007-02-271-2/+2
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-262-20/+166
* Make "dump /filesystem" (without options) work.Ruslan Ermilov2006-10-121-2/+5