index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
makefs
/
walk.c
Age
Commit message (
Expand
)
Author
2013-02-03
add a replace flag so we can overlay exiting files when we merge directories.
christos
2013-01-28
- use emalloc and friends
christos
2012-04-19
WARNS=5
christos
2012-01-28
Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple
christos
2008-12-28
fix for 64 bit time_t and dev_t.
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
free specfile structure once it has been applied
dbj
2006-10-10
use new implementation of link_check which i
dbj
2006-02-01
Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8).
dyoung
2005-08-19
64 bit inode changes
christos
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
2003-09-19
realloc pedant
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-05-09
just for safety - use sizeof
itojun
2003-03-29
Add a -x option which causes makefs(8) to exclude any file system node
thorpej
2003-01-27
s/ulong/unsigned long/. ulong is for SysV compatibility, there's no
uwe
2002-10-19
use readlink with bufsize - 1; approved thorpej.
provos
2002-02-08
If an entry is in the specfile but not in the underlying file system, and it's
lukem
2002-01-31
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
tv
2002-01-23
Merge create_fsinode() into create_fsnode(), so that a newly created
lukem
2001-12-05
rework `fsnode' into two components; `fsnode' contains the name and tree
lukem
2001-11-02
tweak copyright
lukem
2001-10-29
cast time_t values to long if printing as %ld to appease the sparc64 port
lukem
2001-10-29
- apply_specdir(): when adding a new symlink from the specfile, do the assert
lukem
2001-10-28
add __RCSID()
lukem
2001-10-26
makefs - create a file system image from a directory tree.
lukem