summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
2021-06-08Pull up following revision(s) (requested by hannken in ticket #1283):martin
2020-12-06Pull up following revision(s) (requested by kre in ticket #1139):martin
2019-03-25Bump date for previous.wiz
2019-03-25Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entrymanu
2019-03-01Use getfsspecname() to fill the filesystem argument in dumpdates.christos
2019-02-03- mark Exit() __deadmrg
2018-07-15Document what rdump is (was once) for. PR 53442.dholland
2016-08-15dump was there from v4.sevan
2015-11-16- update NAME_MAX to match the kernel.christos
2015-08-24Consistently use iswap64() and 64bit intermediate variable, as well asbouyer
2015-08-24Default the read block size (-k default value) to kern.maxphys (usuallybouyer
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-07-28Add a new lfs header file: lfs_accessors.h.dholland
2015-04-28Fix typosprlw1
2013-09-08Fix handling of NAME aliases in /etc/fstab.mlelstv
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-15handle new lfs splitchristos
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2013-01-13Use __printflike.dholland
2013-01-13Use void * for I/O functions and remove no-longer-needed casts.dholland
2013-01-13Use more static.dholland
2013-01-13Use static; remove unused global var this uncovered.dholland
2013-01-13Use <ctype.h> functions correctly.dholland
2013-01-13Add some const.dholland
2012-08-29Use more markup, fix English usage.dholland
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-05-05remove ancient crapchristos
2012-04-07factor out rawname() from dump, fsck, savecore.christos
2012-04-07use getfsspecname()christos
2012-02-19Sort option descriptions a bit more.wiz
2012-02-19PR/45735: Bug Hunting: The dump(8) manpage, as well as the program's `usage'-...christos
2011-09-16NULL does not need a cast, hereplunky
2011-08-29Use __deadjoerg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-02-24fss(4): Allow FSSIOCSET to set the initial flags. Add a new flaghannken
2010-11-05File system snapshots are no longer experimental.hannken
2010-05-14Use a list for the list of bugs.jruoho
2010-04-11Add -x option which allows to run `fsck_msdos -n' on a snapshot ofhannken
2010-03-11PR/42952: The Grey Wolf: Fix for "true incremental". Don't overload levelchristos
2010-02-26-i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line.wiz
2010-02-26PR/42883: Greywolf: Add -i flag which brings "true incremental" capability.christos
2010-01-27range-check what we assign to int cachebufs from calculations withspz
2009-04-11Enable WARNS=4 by default except for:lukem
2009-04-11fix sign-compare issuelukem
2009-01-30Use indent-synopsis instead of iS register. The latter is a registerenami
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-08-12We don't need to dump WAPBL log files - don't dump files with SF_LOGsimonb
2008-08-10Remove adding -g to CFLAGS and LDFLAGS. Ancient debug bogon?simonb
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem