Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-03-11 | switch pax to using pledge tape instead of ioctl. | Theo Buehler |
2017-01-23 | Slow down the churn and continue using old pledge name "ioctl" instead | Theo de Raadt |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2016-08-26 | reduce and sort #includes | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-06-03 | new style overlords say to use continue in empty loops. | Ted Unangst |
2015-12-06 | pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2) | Theo de Raadt |
2015-10-14 | Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressors | Theo de Raadt |
2015-10-12 | reenable pledge(2) on pax, but only if pmode isn't in use or if action | Sebastien Marie |
2015-10-12 | Revert the pledge() call on pax/ar_io.c for now. | Sebastien Marie |
2015-10-12 | preservation modes can adjust setugid bits, so no pledge is possible. | Theo de Raadt |
2015-03-22 | rev 1.44 accidentally changed ar_close() to give cpio the same output as pax. | Philip Guenther |
2015-03-09 | Fix comment grammar | Philip Guenther |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | 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-01-11 | Add -DNOCPIO option for use by distrib/special | Theo de Raadt |
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 | Rename arguments to avoid shadowing global variables | Philip Guenther |
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-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher |
2004-06-20 | Do not go on if the -C option caused a failed chdir. ok millert@ henning@ | Niklas Hallqvist |
2004-04-16 | spacing | Theo de Raadt |
2003-09-08 | fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested by | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-03 | typos; | Jason McIntyre |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller |
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-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-09-19 | occured->occurred | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
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 |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie |
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | tabify | kstailey |
1997-06-18 | (foo *)NULL -> NULL | kstailey |