index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
pax
/
ftree.c
Age
Commit message (
Expand
)
Author
2005-04-21
fix strlcpy abuse in pax - this commit turns potential overflows into
Bob Beck
2004-04-16
spacing
Theo de Raadt
2003-10-20
typos from Jared Yanovich;
Jason McIntyre
2003-06-13
Add a -0 flag to make pax use a NUL instead of a newline as the
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-16
sprinkle const; mostly from NetBSD
Todd C. Miller
2002-10-16
Fix comment typos; most from NetBSD and FreeBSD
Todd C. Miller
2002-10-16
kill register
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-05-26
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
Todd C. Miller
2001-05-19
Use an explicit memcpy() to copy a stat struct. Fixes a mysterious
Todd C. Miller
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
2001-02-09
another typo
Todd C. Miller
2001-02-09
no need to revert a change that just fixed a typo
Todd C. Miller
2001-02-09
Revert broken fix, until a correct fix is written.
Marc Espie
2001-02-07
Fix -T option and add support for -C option in the file pointed to
Todd C. Miller
1998-06-09
spelling
Theo de Raadt
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-24
Stash fd of cwd instead of using getcwd() to stash path.
Todd C. Miller
1997-06-04
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
Todd C. Miller
1996-10-27
Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.
Jason Downs
1996-06-23
update rcsid
Theo de Raadt
1996-06-11
Correct compile warnings
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt