| Age | Commit message (Expand) | Author |
| 2015-11-27 | Don't pass garbage to parsedate, but do use the return value. | joerg |
| 2015-11-25 | Sort options in usage to match man page order. | wiz |
| 2015-11-25 | Provide a -T option to set timestamps to a consistent value for MKREPRO | christos |
| 2013-08-05 | Implement `makefs -t udf'. | reinoud |
| 2013-02-03 | add a replace flag so we can overlay exiting files when we merge directories. | christos |
| 2013-02-02 | add and document offset. | christos |
| 2013-02-01 | remove bogus err. | christos |
| 2013-02-01 | while it is studly to play with token pasting, passing directly the type | christos |
| 2013-01-30 | use "val" not "var" | christos |
| 2013-01-29 | make everything use the generic options parser. | christos |
| 2013-01-29 | Allow options without values meaning the empty string for string options | christos |
| 2013-01-29 | deal with options that don't have a single letter argument. | christos |
| 2013-01-28 | - use emalloc and friends | christos |
| 2013-01-27 | fix single letter parsing. | christos |
| 2013-01-24 | - Fix single letter option parsing. | christos |
| 2013-01-23 | return the bit of the option set, so that others can act on it. | christos |
| 2013-01-23 | remove duplicated code, and try to cleanup parsing by using the shared code. | christos |
| 2013-01-23 | - add support for parsing different types; not just int. | christos |
| 2012-06-22 | Add -Z to enable sparse files - for ffs at least. | sjg |
| 2012-04-29 | usage is dead. name_len should be read as unsigned byte. | joerg |
| 2012-04-19 | - fix compilation isses | christos |
| 2012-04-19 | added chfs support for makefs | ttoth |
| 2012-01-28 | Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple | christos |
| 2011-08-15 | Re-order `usage' alphabetically; | wiz |
| 2011-07-18 | Re-enable v7fs support in the tools version of "makefs" after the | tron |
| 2011-07-18 | Don't include v7fs support into tool version of "makefs" because it | tron |
| 2011-07-18 | v7fs(7th edition(V7) file system) support. | uch |
| 2006-10-22 | use c99 initializers | christos |
| 2006-10-10 | implement -x by pruning fsnodes tree before building filesystem rather | dbj |
| 2006-10-10 | add implementation of free_fsnodes() which unlinks a node | dbj |
| 2006-10-10 | use strtoll instead of strsuftoll to parse -d so it can be specified | dbj |
| 2005-08-13 | cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys, | fvdl |
| 2004-12-20 | Refactor the filesystem specific portions out of makefs.c/makefs.h completely. | jmc |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 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 |
| 2002-11-29 | convert from strsuftoull() (from ../../bin/dd) to strsuftoll(3) in libc | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-26 | - crank default cpg from 16 to 65536, and let the auto-sizing code in | lukem |
| 2002-01-24 | Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to | 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-10 | setprogname(argv[0]) | lukem |
| 2001-12-05 | rework `fsnode' into two components; `fsnode' contains the name and tree | lukem |
| 2001-11-25 | - Use strsuftoull() from dd(1) to parse numbers, rather than home grown | lukem |
| 2001-11-08 | Include <limits.h> to get LLONG_{MIN,MAX}. | simonb |
| 2001-11-02 | tweak copyright | lukem |