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
/
bin
/
pax
/
ftree.c
Age
Commit message (
Expand
)
Author
2023-05-28
pax: exit 0 if stdin filelist is used and empty
lukem
2012-09-27
deal properly with empty lines in spec file
christos
2012-03-20
Use C89 function definitions
matt
2009-02-14
fix -Wsign-compare issues
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-24
Kill pre-4.4BSD compat code.
joerg
2008-02-18
Set "ftent" to NULL in in ftree_arg() after we call fts_close(), so that
simonb
2008-01-10
Teach set_ftime about symbolic links, because it has to know: on some
tls
2007-04-29
fix typos
msaitoh
2006-02-11
Change all the 'return(x)' to 'return c'.
dsl
2005-09-24
Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio
dsl
2004-07-02
remove stray debugging left from last commit.
christos
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-06-19
add -0 argument to handle nul separated file lists.
christos
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-10-13
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing
agc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-23
spelling
christos
2003-05-09
use sizeof for safety
itojun
2003-04-21
PR/21253: Manuel Bouyer: cpio should never descend on a directory; even on
christos
2002-10-19
use readlink with bufsize - 1; approved thorpej.
provos
2002-10-12
merge OpenBSD changes:
christos
2002-06-28
Change how "cd .." is handled in next_file() with -M, to ensure that curdir[]
lukem
2002-04-20
- Directories marked `optional' won't be stored, even though their
lukem
2002-04-12
If an entry is in the specfile but not in the underlying file system, and it's
lukem
2002-02-02
- don't compile in support for -M (mtree specfile input) or -N dbdir
lukem
2002-01-31
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
tv
2002-01-29
Make almost all tools compile and run properly on non-NetBSD hosts. (In
tv
2001-10-26
improve previous; use %lu and (u_long) to print size_t
lukem
2001-10-26
Cast size_t's to (int) when printing as %d; appeases the sparc port.
lukem
2001-10-25
minor improvements in wording and flag testing
lukem
2001-10-25
Implement -M flag: During a write or copy operation, treat the list of
lukem
2001-10-25
- ansi KNF (just remove all the #ifndef __STDC__ prototype junk,
lukem
2000-02-17
Cleanup and fix typos.
itohy
1999-10-22
Implement positional -C argument to tar.
is
1998-07-28
Use the uid/gid caching moved into libc. Fixed a memory leak!
mycroft
1998-03-06
- implement -C and -l for pax-as-tar, as inspried by GNU tar.
mrg
1997-07-20
- Rename local warn so tty_warn that we can include <err.h> since this program
christos
1997-01-11
kill 'register'
tls
1995-03-21
convert to new RCS id conventions.
cgd
1994-06-14
Fix up RCS ids.
mycroft
1994-06-13
Add RCS ID's
jtc
1994-06-13
From 4.4 lite
jtc