Age | Commit message (Expand) | Author |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell |
1999-08-09 | if verbose, fflush() appropriately before printing warnings to stderr | Paul Janzen |
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie |
1999-07-28 | Add -T support, ala GNU-tar. | Marc Espie |
1999-07-27 | fgetln does not allocate memory, pax tree functions don't allocate | Marc Espie |
1999-07-06 | -w writes files to the standard output, not standard input; d@ | Aaron Campbell |
1999-07-04 | New: tar -q option (for quick) | Marc Espie |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-04-29 | always check return value of strdup() | Aaron Campbell |
1999-04-08 | memory leak fix; niklas | Theo de Raadt |
1998-12-19 | fix | Theo de Raadt |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-12-07 | doc -z pax option; d | Theo de Raadt |
1998-12-02 | cleanup/update synopsis | Aaron Campbell |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell |
1998-10-19 | Fix off-by-one error when adding files of exactly 100 characters; wsanchez@ap... | Todd C. Miller |
1998-09-26 | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | Todd C. Miller |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell |
1998-07-27 | pull in string.h for memset() proto | Todd C. Miller |
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie |
1998-07-03 | use 10 X in mkstemp string for improved speed at race winning | Theo de Raadt |
1998-06-09 | spelling | Theo de Raadt |
1998-06-03 | zero sigset_t before use | Theo de Raadt |
1998-03-31 | only preserve uid/gid if -p. This is unlike traditional tar but more like gtar | Todd C. Miller |
1998-03-03 | Correct -x and -p flags to be more like traditional tar and make | Todd C. Miller |
1998-01-22 | Preserve uid/gid if invoked as tar and extracting as root. | Todd C. Miller |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
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-08-17 | Don't include both strings.h and string.h -- just use string.h | Todd C. Miller |
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 *)0 -> NULL | kstailey |
1997-06-18 | (foo *)NULL -> NULL | kstailey |
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-06-04 | Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy() | Todd C. Miller |
1997-06-03 | less strncpy; charnier@freebsd | Theo de Raadt |
1997-05-29 | Fix -o option and add -O. | Todd C. Miller |
1997-04-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd C. Miller |