summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
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
2003-02-06Check lseek error correctly (i.e., use == -1 rather than < 0).enami
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-04Fix typo I've introduced while cleaning up for commit.enami
2003-02-04- Fix daddr_t print format inside ifdef DIAGNOSTIC.enami
2003-02-04Convert `nblksread' to in terms of device block size. This restoresenami
2003-02-04Cosmetic changes.enami
2003-02-03Merge "struct cheader" and "struct cdesc" into an union.hannken
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2002-11-17should be safer to cast to u_long than to cast down to intitojun
2002-11-17Add a cast to sizeof in printf() arg since _BSD_SIZE_T is unsigned longtsutsui
2002-11-16use strlcpy. use sizeof() instead of xxLEN to avoid de-synchronizationitojun
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-09-30Add fix from FreeBSD traverse.c 1.16:lukem
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem