summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/walk.c
AgeCommit message (Expand)Author
2013-02-03add a replace flag so we can overlay exiting files when we merge directories.christos
2013-01-28- use emalloc and friendschristos
2012-04-19WARNS=5christos
2012-01-28Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiplechristos
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
2006-10-10free specfile structure once it has been applieddbj
2006-10-10use new implementation of link_check which idbj
2006-02-01Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8).dyoung
2005-08-1964 bit inode changeschristos
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-05-31Use uint64_t instead of uint32_t to store a host inode when checkinglukem
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-09just for safety - use sizeofitojun
2003-03-29Add a -x option which causes makefs(8) to exclude any file system nodethorpej
2003-01-27s/ulong/unsigned long/. ulong is for SysV compatibility, there's nouwe
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-02-08If an entry is in the specfile but not in the underlying file system, and it'slukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-23Merge create_fsinode() into create_fsnode(), so that a newly createdlukem
2001-12-05rework `fsnode' into two components; `fsnode' contains the name and treelukem
2001-11-02tweak copyrightlukem
2001-10-29cast time_t values to long if printing as %ld to appease the sparc64 portlukem
2001-10-29- apply_specdir(): when adding a new symlink from the specfile, do the assertlukem
2001-10-28add __RCSID()lukem
2001-10-26makefs - create a file system image from a directory tree.lukem