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
/
cpio.c
Age
Commit message (
Expand
)
Author
2017-09-16
Carefully add casts to silence clang sign-compare warnings. ok millert@
Otto Moerbeek
2017-09-12
there is no offical way to get the max value of time_t, but this one works
Otto Moerbeek
2017-09-06
intvar < sizeof(...) does not catch negative values since an int -> unsigned
Otto Moerbeek
2016-08-26
Don't need <sys/time.h> or "options.h" here
Philip Guenther
2016-08-14
Remove many unnecessary casts. Verified by comparing generated code on
Philip Guenther
2016-08-14
Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in
Philip Guenther
2015-03-19
Use struct timespec internally. This gives nanosecond precision to pax -rw
Philip Guenther
2015-03-17
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
Philip Guenther
2014-02-19
Map negative mtimes to zero instead of skipping the affected files.
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
2013-05-25
Fix typo. From Caspar Schutijser via tech@.
lum
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
2008-01-01
Typo in comment about cpio_endwr() fixed.
Tobias Stoeckmann
2004-04-16
spacing
Theo de Raadt
2003-06-26
protos. this requires changing the api for the *trail() functions a bit
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
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-06-09
strlcpy fix, PR 2727
Jun-ichiro itojun Hagino
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-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
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