summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
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
2006-04-19Emit "a snapshot of" message for snap_internal case too.hannken
2006-03-18Coverity CID 2297: Fix memory leak.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-09-11Argument is read-blocksize, not "read blocksize". From YOMURA Masanori in pri...wiz
2005-08-1964 bit inode changeschristos
2005-06-27sprinkle constchristos
2005-06-02appease gcc -Wuninitializedlukem
2005-04-19Sort SEE ALSO.wiz
2005-04-19Fix copyright date for previous.hannken
2005-04-19Snapshot support for dump(8):hannken
2004-08-08Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'.lukem
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-27Don't require ffsv2 fs have FS_FLAGS_UPDATED setdsl
2004-03-24After determining whether the filesystem is byte swapped,ws
2004-03-24Make the computation of estimated blocks work for frag size != 1024.hannken
2004-03-21When searching for the superblock, don't pick an ffsv1 superblock from thedsl
2004-03-15Adjust tstart_volume (volume start time) by the time spent in query(),lukem
2004-02-18Avoid signal race condition. If a slave gets the SIGUSR2 signal betweenhannken
2003-09-13Use HW_USERMEM64 to fetch the amount of memory available.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-26* Document $RCMD_CMD in environ(7).lukem
2003-05-01Fix byteswapping issues in dirindir(); mostly from Enami Tsugutomo.fvdl
2003-05-01Swap the right disk block in mapdirs() for the UFS1 case. From Enami.fvdl
2003-04-19The sysctl returning the amount of memory in the system returns "int",tls
2003-04-08Since the size passed in may be different from the fs blocksize, justfvdl
2003-04-08dblk should be static. Fixes PR 21020, by Geoff Wing. Patch suppliedfvdl
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-27Use "wall -g operator" (instead of private code) to broadcast() messages tolukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-06No need to print same error message twice in the same line.enami