Age | Commit message (Expand) | Author |
2024-07-14 | Zap trailing whitespace | Jeremie Courreges-Anglas |
2023-11-26 | mark functions as static when they're unused elsewhere, makes the | Marc Espie |
2020-03-23 | in case we can't create intermediate directories because of permissions, | Marc Espie |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-23 | Only try to set the times on a directory once, at the end, to avoid | Philip Guenther |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-02-16 | Ignore trailing slashes and skip over duplicate slashes in chk_path() to | Philip Guenther |
2015-03-19 | Use struct timespec internally. This gives nanosecond precision to pax -rw | Philip Guenther |
2015-03-15 | Using O_TRUNC with O_CREAT|O_EXCL is just confusing: fail if it exists, | 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-15 | Fix two bugs. The first affected tar files with the same | Todd C. Miller |
2015-02-12 | Prevent an archive from esacaping the current directory by itself: | Philip Guenther |
2015-02-11 | Take II, this time without an incorrect mode test. | Philip Guenther |
2015-02-05 | backout previous for now; issues seen with "tar: Directory vanished before | Stuart Henderson |
2015-02-05 | For directories whose times or mode will be fixed up in the clean-up pass, | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-23 | Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h> | Philip Guenther |
2014-07-14 | Delete pointless 'return;' at end of function | Philip Guenther |
2014-01-14 | No exception is made for symlinks in the spec, so use | Philip Guenther |
2013-10-08 | POSIX specifies that when the pax input file requests a hardlink | Philip Guenther |
2013-04-16 | Use utimensat() and futimens() instead of utimes() and futimes(). | Todd C. Miller |
2009-12-22 | - tyop, spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2005-11-09 | Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit | Otto Moerbeek |
2005-04-25 | Use the various f* functions to set owner, mode and times, instead | Otto Moerbeek |
2004-11-29 | Build the table of created directories in-memory, instead of using | Otto Moerbeek |
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 |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
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-10-25 | Make -h and -L follow symlinks on extraction of directories. | Niklas Hallqvist |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
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-06-06 | geteuid(2) can never fail. What was I thinking? | Todd C. Miller |
1997-06-06 | POSIX says pax must complain about not being able to set permissions | Todd C. Miller |
1997-06-04 | Don't complain about not being able to set uid/gid in "tar -p" | Todd C. Miller |
1997-04-09 | the the | Theo de Raadt |