| Age | Commit message (Expand) | Author |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-26 | Mention that we should be adding space for bitmaps. | mycroft |
| 2003-10-26 | Remove a strange multiplication which appears to be incorrect. | mycroft |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-09-19 | realloc pedant | itojun |
| 2003-09-07 | Revert arc4random usage. makefs is only used for install images, | fvdl |
| 2003-09-06 | use arc4random | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h which | tsutsui |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-05-09 | just for safety - use sizeof | itojun |
| 2003-04-16 | Protect use of __RCSID() with a check to ensure that it's defined. | briggs |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-30 | Tweak Jason's -x support to pass its state around as part of fsinf_t, | lukem |
| 2003-03-29 | Add a -x option which causes makefs(8) to exclude any file system node | thorpej |
| 2003-03-10 | support 1234 and 4321 as valid byte-order arguments for -B | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-14 | The correct capitalisation of 'NetBSD.org' is (you | grant |
| 2003-01-28 | make this build on alpha after daddr_t->64bit | mrg |
| 2003-01-27 | s/ulong/unsigned long/. ulong is for SysV compatibility, there's no | uwe |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-11-30 | tweaks for fparseln(3) move from libutil to libc: | lukem |
| 2002-11-30 | oops; libutil is (currently) needed by ../mtree/spec.c for fparseln | lukem |
| 2002-11-30 | - remove -lutil; nothing here needs it | lukem |
| 2002-11-29 | convert from strsuftoull() (from ../../bin/dd) to strsuftoll(3) in libc | lukem |
| 2002-10-19 | use readlink with bufsize - 1; approved thorpej. | provos |
| 2002-09-18 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-08-08 | Remove extraneous \n's in {err,warn}{,x} that used to be printfs. | soren |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-05-30 | d_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-14 | remove (now) incorrect comment | lukem |
| 2002-02-08 | If an entry is in the specfile but not in the underlying file system, and it's | lukem |
| 2002-02-06 | use (size / DEV_BSIZE) instead of btodb(size). fixes cross build issue. | lukem |
| 2002-02-06 | don't need <ufs/ufs/dir.h> here | lukem |
| 2002-02-06 | - clean up some debugging and verbose output | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-26 | be a little bit more verbose | lukem |
| 2002-01-26 | - crank default cpg from 16 to 65536, and let the auto-sizing code in | lukem |
| 2002-01-24 | -N dbdir allows reading user & group info from a different source | lukem |
| 2002-01-24 | Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to | lukem |
| 2002-01-23 | Merge create_fsinode() into create_fsnode(), so that a newly created | lukem |
| 2002-01-23 | more stuff | lukem |
| 2002-01-22 | add config.h when compiled as host tool. | is |
| 2002-01-18 | use -1 instead of 0 as the value to indicate if a numeric parameter | lukem |
| 2002-01-18 | apply changes from revs 1.56-1.59 of newfs/mkfs.c: | lukem |
| 2002-01-18 | don't need ffs/buf.h here | lukem |
| 2002-01-10 | setprogname(argv[0]) | lukem |