summaryrefslogtreecommitdiff
path: root/bin/pax/gen_subs.c
AgeCommit message (Expand)Author
2024-04-27Use propper knf.Florian Obser
2024-04-27localtime(3) can fail if time_t is very far in the future or past.Florian Obser
2016-08-26Need <time.h> for time() and others. Pulled in by coincidence previouslyPhilip Guenther
2016-08-26Don't need <sys/time.h> or "options.h" herePhilip Guenther
2016-08-25Replace name_{uid,gid}() with the libc routines user_from_uid() andPhilip Guenther
2016-08-14Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inPhilip Guenther
2015-03-17Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type testsPhilip Guenther
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2014-07-14Delete pointless 'return;' at end of functionPhilip Guenther
2014-01-09Update pax -v format to match "ls -l": display the year for datesPhilip Guenther
2014-01-08Replace strtoq(), QUAD_MAX, and %qu with their long long equivalentPhilip Guenther
2014-01-08Eliminate poisonous LONG_OFF_T conditionalPhilip Guenther
2013-07-03cpio and ustar formats store times in octal fields that are 11 charactersPhilip Guenther
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-04-04For verbose archive listings, use -> for symlinks, not =>,Todd C. Miller
2005-04-28Use a special crafted string copy function to copy data from ustarOtto Moerbeek
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-07-17Add a safe_print() function that uses vis(3) if output is a tty.Todd C. Miller
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
2001-05-16use proper str*cpy functions instead of home grown one, spaces; millert@ okMichael Shalayeff
2001-02-12don't use long usernames by default; ok deraadt@Dan Harnett
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-18(foo *)NULL -> NULLkstailey
1997-06-04Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()Todd C. Miller
1997-01-24Support multiple -v options like GNU tar (> 1 -v means do ls-like output).Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-06-11Correct compile warningsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt