summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
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
2002-08-18save/restore errno in signal handlers.yamt
2002-08-16defend against malicious line in ut_line, which could cause unwanteditojun
2002-08-02support utmpxchristos
2002-02-26Typo fix, from jslag@prop.walkerart.org via OpenBSD.wiz
2002-02-19rcsidlukem
2002-01-21Fix typo in macro.wiz
2002-01-07For -l: specify the timeout on the command line (in seconds) instead ofbouyer
2001-12-30Add -a to "auto-size" the tape, rather than relying upon other optionslukem
2001-12-25Fixes from FreeBSD:lukem
2001-12-25document more of the debug optionslukem
2001-12-24For dump_lfs(8), in getfstab(), only "lfs" (instead of "ufs" or "ffs").lukem
2001-12-23clean up from time_t -> int32_t change in dumprestore.hlukem
2001-12-23unifdef sunoslukem
2001-12-23nuke trailing whitespacelukem
2001-12-22When using the read cache in bread(), ensure that the current (sub)blocklukem
2001-12-22- use correct type for minTime in findlru() (size_t instead of int)lukem
2001-12-22In rawread(), add back a check to ensure that dump doesn't try to readlukem
2001-12-20Another little mistake, spotted by wiz.soren
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-14Add a -l (autoload) flag. For multivolume dumps, this makes dump eject thebouyer
2001-12-07One '\' too many.wiz
2001-11-16relax the restriction on -F that the file system image argument must be alukem
2001-11-01fix -Wshadow warningslukem