summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.h
AgeCommit message (Expand)Author
2022-05-08Revert, sorry this was not intended to be committed.reinoud
2022-05-07When creating disc images, keep the proposed size a multiple of the blockingnrreinoud
2022-04-09makefs(8): Nix trailing whitespace.riastradh
2021-04-03Add a -L option to follow all symbolic links. Useful if you have symlinkssimonb
2015-11-25Provide a -T option to set timestamps to a consistent value for MKREPROchristos
2013-08-05Implement `makefs -t udf'.reinoud
2013-02-03add a replace flag so we can overlay exiting files when we merge directories.christos
2013-02-02add and document offset.christos
2013-01-30- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;christos
2013-01-29make everything use the generic options parser.christos
2013-01-28- use emalloc and friendschristos
2013-01-23remove 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-22Add -Z to enable sparse files - for ffs at least.sjg
2012-04-19- fix compilation isseschristos
2012-04-19added chfs support for makefsttoth
2012-01-28Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiplechristos
2011-07-18Re-enable v7fs support in the tools version of "makefs" after thetron
2011-07-18Don't include v7fs support into tool version of "makefs" because ittron
2011-07-18v7fs(7th edition(V7) file system) support.uch
2008-12-28fix for 64 bit time_t and dev_t.christos
2006-10-10implement -x by pruning fsnodes tree before building filesystem ratherdbj
2006-10-10add implementation of free_fsnodes() which unlinks a nodedbj
2005-08-13cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,fvdl
2004-12-20Refactor the filesystem specific portions out of makefs.c/makefs.h completely.jmc
2004-10-12Check for fstatvfs and provide/use it only if the host system has it.jmc
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2003-10-27Overhaul how `build.sh tools' are used:lukem
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
2002-02-14remove (now) incorrect commentlukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-26- crank default cpg from 16 to 65536, and let the auto-sizing code inlukem
2002-01-07fix bugs reported by matt green:lukem
2001-12-05rework `fsnode' into two components; `fsnode' contains the name and treelukem
2001-11-25- Use strsuftoull() from dd(1) to parse numbers, rather than home grownlukem
2001-11-02tweak copyrightlukem
2001-10-26makefs - create a file system image from a directory tree.lukem