summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-12-31don't bother printing a warning about the cylinder group size beinglukem
2001-12-31document that default block-size, frag-size, and bytes-per-inode arelukem
2001-12-30Change how default block size is picked. The default block size is usedaugustss
2001-12-30fix a typomrg
2001-12-30Revert rev 1.37 (use disklabel value for cpg if -c isn't given), becauselukem
2001-12-30Fixes from and/or inspired by FreeBSD:lukem
2001-12-30Add -a to "auto-size" the tape, rather than relying upon other optionslukem
2001-12-28* Add user-controlled mk.conf variableslukem
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-24change a lot of the "error" messages to display to stdout instead oflukem
2001-12-24update for changed vm knobs.chs
2001-12-23clean up from time_t -> int32_t change in dumprestore.hlukem
2001-12-23fix compile issues now that on-tape times are int32_t instead of time_tlukem
2001-12-23unifdef sunoslukem
2001-12-23nuke trailing whitespacelukem
2001-12-22Allow check to proceed with bad backup boot block if we're doing a readonlyaugustss
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-20Sync options with usage.wiz
2001-12-20Another little mistake, spotted by wiz.soren
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-19Don't use the pendinginodes and pendingblocks fields in alternatefvdl
2001-12-14The sun2 also requires partitions in integer cylinders.fredette
2001-12-14Add a -l (autoload) flag. For multivolume dumps, this makes dump eject thebouyer
2001-12-13Remove `const' attribute from writelabel prototype and function to make itreinoud
2001-12-13clamp bsize to MAXBSIZElukem
2001-12-13constrain bsize and fsize to MAXBSIZElukem
2001-12-12MKfoo=no -> NOfootv
2001-12-11Fixed minor typo in example for cksum /tmp/rcbgrayson
2001-12-11Removed 'chmod +x cvs.sh' from instructions -- the script is now installed ex...bgrayson
2001-12-11Changed Makefile to install scripts as executable (SCRIPTS, not as FILES), andbgrayson
2001-12-11Renamed so that .sh suffix is not stripped on installbgrayson
2001-12-10Lots of grammar fixes and other slight improvements.wiz
2001-12-10Move /usr/sbin/pppoectl to /sbin/pppoectl, so we can call it frommartin
2001-12-07Fix a `parameter shadows global variable' warning spotted by new-toolchain.scw
2001-12-07One '\' too many.wiz
2001-12-05Sort options. Improve english in DIAGNOSTICS.wiz
2001-12-05enable WARNS?=2lukem
2001-12-04Fix typo; pointed out by Gregory McGarry. :-)ad
2001-12-04Update for new HP devices. Add some others while here.gmcgarry
2001-11-29Rather than making FileCore boot block support conditional on __arm32__, makebjh21
2001-11-26Add word "WARNING" when complaining about swap being world-read/writeablepooka
2001-11-24Note in far more places that -B is only supported on some platforms.perry
2001-11-22Wrap a long line, some other minor KNF.simonb
2001-11-21"than" instead of "then".wiz
2001-11-21- For mount_mfs, always ignore the `special' field and just fake uplukem
2001-11-19Preserve the boot area on x68k.minoura