Age | Commit message (Expand) | Author |
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 |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-05-26 | fix one signal race bug, and mark the others that remain much more | Theo de Raadt |
2011-01-23 | Remove .Ar markup from shell redirection meta-characters '<' and '>' | Ingo Schwarze |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2010-11-03 | remove $OpenBSD$ lines that duplicate earlier ones | Jonathan Gray |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman | Jason McIntyre |
2009-12-22 | - two more typo's spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-12-22 | - tyop, spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt |
2009-11-12 | memory leak in one more case, found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-10-28 | Err out if either sigaction fails and not just when both do. | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus |
2009-06-01 | Simplify newline stripping after fgets. | Ray Lai |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado |
2008-06-11 | (sorry pval) some missing -j bits; | Jason McIntyre |
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2008-01-01 | Typo in comment about cpio_endwr() fixed. | Tobias Stoeckmann |