Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-08-26 | Need <time.h> for time() and others. Pulled in by coincidence previously | Philip Guenther |
2016-08-26 | reduce and sort #includes | Philip Guenther |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2015-03-19 | Use struct timespec internally. This gives nanosecond precision to pax -rw | Philip Guenther |
2015-03-17 | Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests | Philip Guenther |
2015-03-12 | If an archive isn't a recognized type, then check whether it looks | Philip Guenther |
2015-03-09 | Unrevert post-unlock: | Philip Guenther |
2015-02-21 | Recent changes haven't been completely stable, so revert for the 5.7 release | Philip Guenther |
2015-02-12 | Prevent an archive from esacaping the current directory by itself: | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | 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-08 | Zap trailing whitespace | Philip Guenther |
2014-01-08 | Use size_t where appropriate | 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-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek |
2006-07-21 | Prevent segfault when "cpio -o" is called with no input. | Ray Lai |
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl |
2004-04-16 | spacing | Theo de Raadt |
2004-03-30 | Add support for expanding GNU long links from NetBSD. I've had this | Todd C. Miller |
2004-03-15 | more "if (foo);" ok millert@ | Damien Miller |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-03 | typos; | Jason McIntyre |
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-07-17 | Add a safe_print() function that uses vis(3) if output is a tty. | Todd C. Miller |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |
1997-09-16 | Do not error out on archives without the | Niklas Hallqvist |
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-24 | Stash fd of cwd instead of using getcwd() to stash path. | Todd C. Miller |
1997-07-23 | tabify | kstailey |
1997-06-18 | (foo *)NULL -> NULL | kstailey |
1997-06-04 | Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy() | Todd C. Miller |
1997-02-27 | fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl). | michaels |
1997-01-24 | Support multiple -v options like GNU tar (> 1 -v means do ls-like output). | Todd C. Miller |
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs |
1996-06-23 | update rcsid | Theo de Raadt |
1996-06-11 | Correct compile warnings | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |