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
/
gen_subs.c
Age
Commit message (
Expand
)
Author
2016-08-26
Need <time.h> for time() and others. Pulled in by coincidence previously
Philip Guenther
2016-08-26
Don't need <sys/time.h> or "options.h" here
Philip Guenther
2016-08-25
Replace name_{uid,gid}() with the libc routines user_from_uid() and
Philip Guenther
2016-08-14
Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in
Philip Guenther
2015-03-17
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
Philip Guenther
2015-03-15
tzfile.h is an internal header that should never have been installed.
Todd C. Miller
2014-07-14
Delete pointless 'return;' at end of function
Philip Guenther
2014-01-09
Update pax -v format to match "ls -l": display the year for dates
Philip Guenther
2014-01-08
Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent
Philip Guenther
2014-01-08
Eliminate poisonous LONG_OFF_T conditional
Philip Guenther
2013-07-03
cpio and ustar formats store times in octal fields that are 11 characters
Philip Guenther
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-04-04
For verbose archive listings, use -> for symlinks, not =>,
Todd C. Miller
2005-04-28
Use a special crafted string copy function to copy data from ustar
Otto Moerbeek
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
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
2001-07-17
Add a safe_print() function that uses vis(3) if output is a tty.
Todd C. Miller
2001-05-26
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
Todd C. Miller
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
2001-02-12
don't use long usernames by default; ok deraadt@
Dan Harnett
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-18
(foo *)NULL -> NULL
kstailey
1997-06-04
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
Todd C. Miller
1997-01-24
Support multiple -v options like GNU tar (> 1 -v means do ls-like output).
Todd C. Miller
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