| Age | Commit message (Expand) | Author |
| 2023-05-28 | pax: don't overwrite destination if -r -w copy fails | lukem |
| 2019-03-20 | pax: fix typos in comments in file_subs.c & tar.c | gutteridge |
| 2013-07-29 | PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to long | christos |
| 2009-04-07 | Fixes from christos for pr-41167 | perry |
| 2008-01-10 | Teach set_ftime about symbolic links, because it has to know: on some | tls |
| 2007-04-29 | fix typos | msaitoh |
| 2006-02-11 | Change all the 'return(x)' to 'return c'. | dsl |
| 2006-01-04 | obey umask as it used to be before the "mkstemp and then rename" change. | yamt |
| 2005-09-18 | Check for another race reported by chuq. | christos |
| 2005-09-16 | Another missing mkdir() race pointed out by chuq. Factor out the mkdir code. | christos |
| 2005-09-13 | use stat and not lstat to detect if we have a directory. refactor the mkpath() | christos |
| 2005-09-13 | when creating directories, check if the failure occured because someone | christos |
| 2005-04-24 | For clarity instead of using -1 and -2 use the negative of the archive type. | christos |
| 2004-09-22 | Keep track of the length of the gnu long name/link hack, so that | christos |
| 2004-08-22 | Propery handle "cpio" archives where the last hardlink includes the | tron |
| 2004-07-02 | Salvage the `create parent directories and try again' path which is | enami |
| 2004-06-26 | break out of the loop and avoid the infinite loop if attempts to | grant |
| 2004-06-26 | don't attempt to remove the current directory. | grant |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-05-03 | Don't exit with 1 on broken archives that mark directories as files for | christos |
| 2004-04-30 | Set the chflags *after* the rename, not before. | matt |
| 2004-04-27 | PR/25350: Alan Barrett: Treat the sticky bit specially as non-superusers | christos |
| 2004-04-25 | PR/25188: Thomas Klausner: pax-as-tar problem with trailing slashes | christos |
| 2004-04-20 | PR/25207: Hubert Feyrer: tar cores on certain archive contents | christos |
| 2004-02-13 | When pax catches a signal and cleans up, make sure to remove any temporary | matt |
| 2004-02-13 | Nuke extra mkstemp. Use name, not tmp_name with chk_path. | matt |
| 2004-02-13 | Back out last change. Since the name is the entire path, prefixing it | matt |
| 2004-02-13 | When creating the temporary file, prefix the name with a '.' | matt |
| 2004-02-12 | When restoring files from an archive, initially restore to a temp-file and | matt |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-13 | Move Keith Muller's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-23 | no need for HAVE_LCHOWN and HAVE_LCHMOD anymore. | grant |
| 2003-02-10 | add missing braces. | grant |
| 2003-02-09 | cosmetic error condition improvements. | grant |
| 2003-02-02 | Fix various spelling, grammar, and punctuation problems in comments, from Ser... | wiz |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-12-19 | Fix oops in last, chown() failure should be fatal. | grant |
| 2002-12-19 | Don't attempt to chown files if euid != 0, and make chown() non-fatal | grant |
| 2002-10-17 | Add proper longlink support. Previously we handled longname support, and | christos |
| 2002-10-12 | merge OpenBSD changes: | christos |
| 2002-02-11 | "doesn't" should have an 's'. | wiz |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2001-10-25 | - ansi KNF (just remove all the #ifndef __STDC__ prototype junk, | lukem |
| 2000-06-17 | minor KNF nits. | mrg |
| 2000-03-13 | Fix doubled 'the' in comment. | soren |
| 2000-02-17 | Cleanup and fix typos. | itohy |
| 2000-02-17 | Fix SIGINFO botch (PR #8868). | itohy |