summaryrefslogtreecommitdiffstats
path: root/bin/pax/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Carefully add casts to silence clang sign-compare warnings. ok millert@otto2017-09-161-5/+5
* there is no offical way to get the max value of time_t, but this one worksotto2017-09-121-2/+2
* intvar < sizeof(...) does not catch negative values since an int -> unsignedotto2017-09-061-5/+5
* Don't need <sys/time.h> or "options.h" hereguenther2016-08-261-2/+1
* Remove many unnecessary casts. Verified by comparing generated code onguenther2016-08-141-73/+52
* Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inguenther2016-08-141-8/+8
* Use struct timespec internally. This gives nanosecond precision to pax -rwguenther2015-03-191-4/+7
* Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type testsguenther2015-03-171-7/+4
* Map negative mtimes to zero instead of skipping the affected files.guenther2014-02-191-13/+18
* Replace strtoq(), QUAD_MAX, and %qu with their long long equivalentguenther2014-01-081-2/+2
* Eliminate poisonous LONG_OFF_T conditionalguenther2014-01-081-26/+1
* cpio and ustar formats store times in octal fields that are 11 charactersguenther2013-07-031-4/+9
* Fix typo. From Caspar Schutijser via tech@.lum2013-05-251-2/+2
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Typo in comment about cpio_endwr() fixed.tobias2008-01-011-3/+3
* spacingderaadt2004-04-161-6/+6
* protos. this requires changing the api for the *trail() functions a bitderaadt2003-06-261-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* typos;jmc2003-02-031-3/+3
* sprinkle const; mostly from NetBSDmillert2002-10-161-3/+3
* Fix comment typos; most from NetBSD and FreeBSDmillert2002-10-161-6/+6
* kill registermillert2002-10-161-26/+26
* strlcpy fix, PR 2727itojun2002-06-091-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-134/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.millert2001-05-261-7/+7
* use proper str*cpy functions instead of home grown one, spaces; millert@ okmickey2001-05-161-12/+12
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-24/+24
* tabifykstailey1997-07-231-3/+3
* update rcsidderaadt1996-06-231-1/+2
* Correct compile warningstholo1996-06-111-19/+18
* initial import of NetBSD treederaadt1995-10-181-0/+1284