Age | Commit message (Expand) | Author |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-12-13 | Sort members by size to reduce structure padding | Philip Guenther |
2014-11-23 | Don't pull in <tzfile.h> just for a number that's hardcoded in the C standard | Philip Guenther |
2014-11-23 | Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h> | Philip Guenther |
2014-11-23 | Don't leak the fds for "." and the tty to the compression process | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-14 | Constipate st_hash() | Philip Guenther |
2014-07-14 | Oops: resurrect cached file that wasn't ripe for deletion | Philip Guenther |
2014-07-14 | Delete pointless 'return;' at end of function | Philip Guenther |
2014-07-11 | clarify a comment about readlink. from Doug Hogan | Ted Unangst |
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-05-21 | Exit with non-zero status if a read is truncated, or if a compression | Philip Guenther |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-04-18 | tweak; | Jason McIntyre |
2014-04-15 | note some unsupported features, and clean up some macros - in particular, | Jason McIntyre |
2014-04-15 | flesh out STANDARDS; ok millert sobrado | Jason McIntyre |
2014-02-19 | Map negative mtimes to zero instead of skipping the affected files. | Philip Guenther |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-06 | Oops, pax -x and cpio -H need to set frmt | Philip Guenther |
2014-02-05 | make pax cope with a stripped down format list, e.g. when compiled | Alexander Hall |
2014-01-30 | abstraction for the sake of abstraction is distracting. | Marc Espie |
2014-01-19 | Forget to remove the prototype for set_lids() after removing the definition | Philip Guenther |
2014-01-14 | No exception is made for symlinks in the spec, so use | Philip Guenther |
2014-01-11 | Add -DNOCPIO option for use by distrib/special | Theo de Raadt |
2014-01-09 | Symlinks are displayed with '->', not '=>' | Philip Guenther |
2014-01-09 | Update pax -v format to match "ls -l": display the year for dates | Philip Guenther |
2014-01-08 | Zap leading whitespace | Theo de Raadt |
2014-01-08 | Zap trailing whitespace | 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 |
2014-01-08 | Delete a bogus extern declaration and move around a couple others | Philip Guenther |
2014-01-08 | Use size_t where appropriate | Philip Guenther |
2014-01-08 | Rename arguments to avoid shadowing global variables | Philip Guenther |
2014-01-08 | Mark some functions as printf-like and fix a bogus format string | Philip Guenther |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-10-08 | POSIX specifies that when the pax input file requests a hardlink | 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 |
2013-04-16 | Use utimensat() and futimens() instead of utimes() and futimes(). | Todd C. Miller |
2013-04-11 | The tweaks I suggested to the previous diff resulted in the typeflag | Philip Guenther |
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt |
2013-03-27 | Enable support for write_opt=nodir for ustar archives which helps to fix | Vadim Zhukov |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-04-19 | add newline to signal error messages; Thomas Pfaff | Theo de Raadt |