| Age | Commit message (Expand) | Author |
| 2004-12-20 | Refactor the filesystem specific portions out of makefs.c/makefs.h completely. | jmc |
| 2004-10-12 | Check for fstatvfs and provide/use it only if the host system has it. | jmc |
| 2004-07-24 | include <sys/statvfs.h> if HAVE_STRUCT_STATVFS_F_IOSIZE | dbj |
| 2004-06-24 | Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. | lukem |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-05-31 | Use uint64_t instead of uint32_t to store a host inode when checking | lukem |
| 2004-05-31 | minor typo | lukem |
| 2004-04-26 | Allow for ROOTINO when deciding whether their are enough inodes in the | dsl |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-04-02 | After populating the file system, update superblock->fs_old_cstotal from | lukem |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 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 |