summaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-04-04Clean up global variable declarations in the dump and restoreKirk McKusick
2018-12-06Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick
2018-11-14Fix build break from dump incompatibility I introduced in -r340411Kirk McKusick
2018-11-13Plug build break after r340411.Gleb Smirnoff
2018-06-11Revert size limits.Warner Losh
2018-06-11Don't initialize c_count. We don't need to.Warner Losh
2018-06-11Minor style polishing.Warner Losh
2018-06-11Large file systems with inodes > 512K have been silently overflowingDiane Bruce
2018-06-07Ensure proper initialization of superblock.Kirk McKusick
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2018-01-26Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick
2017-12-27In preparation for converting to libufs to read the superblock,Kirk McKusick
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-01sbin: ake use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-19dump: use NULL instead of zero for pointers.Pedro F. Giffuni
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-01-24The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick
2010-02-03Plug two memory leaks in error case.Xin LI
2008-05-24Expand dump to allow MAX_INT dump levels.Kirk McKusick
2008-05-23When using dump to generate level 0 dumps which are then rsync'edKirk McKusick
2006-10-12Make "dump /filesystem" (without options) work.Ruslan Ermilov
2006-08-15If rawname returns NULL, deal with it appropriately.Matt Jacob
2005-04-18'r' disk devices no longer exist, so don't try to create a pathnameWarner Losh
2005-02-10Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-01-21Improved error checking for existence of a .snap directory toWes Peters
2004-04-13Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman
2004-04-12Improve the warnings for dump -L and do not bother doing the snapshot ifBrian Feldman
2004-04-09Remove advertising clause from University of California Regent's license,Mark Murray
2004-01-04Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingIan Dowse
2003-11-16Convert the live dump command (`dump -L') to use mksnap_ffs insteadKirk McKusick
2003-11-14Make this WARNS=2 clean byJohan Karlsson
2003-05-07Dump is hard-wired to believe that it can read disks onKirk McKusick
2003-05-01Removed all vestiges of KerberosIV.Ruslan Ermilov
2003-05-01De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray
2003-04-07Avoid a name conflict with future functionality:Matthew N. Dodd
2003-02-23Sort options.Ruslan Ermilov
2003-01-13really, this time for sure. Fix formatting in usage().Matthew Dillon
2003-01-13Grr. I keep forgetting things. Include -C in dump's usage() .Matthew Dillon
2003-01-13Add support for obsolete option form for -CMatthew Dillon
2003-01-13Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon
2002-12-03Add the `L' option to dump to notify it that it is dumping aKirk McKusick
2002-11-27Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick
2002-10-01Changed "file system" back to "filesystem" in the usage message. EnglishBruce Evans