summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-16Fix some inconsisent/conflicting definitions and missing parametersmatt
2006-12-18Convert a couple of "(void)&" constructs to volatile.christos
2006-10-26When using a snapshot take the snapshot raw device on further open.hannken
2006-06-24Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; inperseant
2006-05-19Coverity CID 3275: Plug memory leak.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-21Don't use cast expressions as lvalues as newer versions of gcc warn.skrll