summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-26Mention that we should be adding space for bitmaps.mycroft
2003-10-26Remove a strange multiplication which appears to be incorrect.mycroft
2003-10-16safer use of reallocitojun
2003-09-19realloc pedantitojun
2003-09-07Revert arc4random usage. makefs is only used for install images,fvdl
2003-09-06use arc4randomitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h whichtsutsui
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-09just for safety - use sizeofitojun
2003-04-16Protect use of __RCSID() with a check to ensure that it's defined.briggs
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-30Tweak Jason's -x support to pass its state around as part of fsinf_t,lukem
2003-03-29Add a -x option which causes makefs(8) to exclude any file system nodethorpej
2003-03-10support 1234 and 4321 as valid byte-order arguments for -Blukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-01-28make this build on alpha after daddr_t->64bitmrg
2003-01-27s/ulong/unsigned long/. ulong is for SysV compatibility, there's nouwe
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
2002-11-30oops; libutil is (currently) needed by ../mtree/spec.c for fparselnlukem
2002-11-30- remove -lutil; nothing here needs itlukem
2002-11-29convert from strsuftoull() (from ../../bin/dd) to strsuftoll(3) in libclukem
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-05-30d_namlen is a uint8_t, and thus will always be < MAXMANLEN + 1 (256),thorpej
2002-02-15- Clear fs_fmod in superblock before final write. Noted by Erik Anggard.lukem
2002-02-14remove (now) incorrect commentlukem
2002-02-08If an entry is in the specfile but not in the underlying file system, and it'slukem
2002-02-06use (size / DEV_BSIZE) instead of btodb(size). fixes cross build issue.lukem
2002-02-06don't need <ufs/ufs/dir.h> herelukem
2002-02-06- clean up some debugging and verbose outputlukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-26be a little bit more verboselukem
2002-01-26- crank default cpg from 16 to 65536, and let the auto-sizing code inlukem
2002-01-24-N dbdir allows reading user & group info from a different sourcelukem
2002-01-24Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are tolukem
2002-01-23Merge create_fsinode() into create_fsnode(), so that a newly createdlukem
2002-01-23more stufflukem
2002-01-22add config.h when compiled as host tool.is
2002-01-18use -1 instead of 0 as the value to indicate if a numeric parameterlukem
2002-01-18apply changes from revs 1.56-1.59 of newfs/mkfs.c:lukem
2002-01-18don't need ffs/buf.h herelukem
2002-01-10setprogname(argv[0])lukem