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
/
file_subs.c
Age
Commit message (
Expand
)
Author
2005-04-25
Use the various f* functions to set owner, mode and times, instead
Otto Moerbeek
2004-11-29
Build the table of created directories in-memory, instead of using
Otto Moerbeek
2004-04-16
spacing
Theo de Raadt
2004-03-30
Add support for expanding GNU long links from NetBSD. I've had this
Todd C. Miller
2003-10-20
typos from Jared Yanovich;
Jason McIntyre
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-10-18
Pull in some changes from NetBSD
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-10-25
Make -h and -L follow symlinks on extraction of directories.
Niklas Hallqvist
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
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-06-06
geteuid(2) can never fail. What was I thinking?
Todd C. Miller
1997-06-06
POSIX says pax must complain about not being able to set permissions
Todd C. Miller
1997-06-04
Don't complain about not being able to set uid/gid in "tar -p"
Todd C. Miller
1997-04-09
the the
Theo de Raadt
1997-03-05
Add missing #include
Thorsten Lockert
1997-03-04
Do not post-process directories in cpio mode
Thorsten Lockert
1997-03-02
More complete cpio(1) emulation
Thorsten Lockert
1997-01-26
Support lchown().
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