summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Collapse)Author
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-09if verbose, fflush() appropriately before printing warnings to stderrPaul Janzen
1999-08-04Kill gzip subprocess correctly instead of letting it get a SIGPIPE whenMarc Espie
using pax -n to list/extract.
1999-07-28Add -T support, ala GNU-tar.Marc Espie
1999-07-27fgetln does not allocate memory, pax tree functions don't allocateMarc Espie
memory... but someone HAS to.
1999-07-06-w writes files to the standard output, not standard input; d@Aaron Campbell
1999-07-04New: tar -q option (for quick)Marc Espie
same as pax -n. Useful for packages.
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
pjanzen@
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-29always check return value of strdup()Aaron Campbell
1999-04-08memory leak fix; niklasTheo de Raadt
1998-12-19fixTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-07doc -z pax option; dTheo de Raadt
1998-12-02cleanup/update synopsisAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-10-19Fix off-by-one error when adding files of exactly 100 characters; ↵Todd C. Miller
wsanchez@apple.com
1998-09-26fix storage of paths that are exactly 100 chars; mgw@pacbell.netTodd C. Miller
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-20When invoked as tar, print verbose output to stdout, not stderr. If in list ↵Todd C. Miller
mode or in create mode where create output is to stdout print to stderr
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-07-27pull in string.h for memset() protoTodd C. Miller
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-03use 10 X in mkstemp string for improved speed at race winningTheo de Raadt
1998-06-09spellingTheo de Raadt
1998-06-03zero sigset_t before useTheo de Raadt
1998-03-31only preserve uid/gid if -p. This is unlike traditional tar but more like gtarTodd C. Miller
1998-03-03Correct -x and -p flags to be more like traditional tar and makeTodd C. Miller
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode.
1998-01-22Preserve uid/gid if invoked as tar and extracting as root.Todd C. Miller
This is traditional tar behavior.
1997-09-21$OpenBSD$Theo de Raadt
1997-09-16Do not error out on archives without theNiklas Hallqvist
customary block of zeroes at the end.
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-17Don't include both strings.h and string.h -- just use string.hTodd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Stash fd of cwd instead of using getcwd() to stash path.Todd C. Miller
This works in cases where the parent dir is not readable.
1997-07-23tabifykstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-06-18(foo *)NULL -> NULLkstailey
1997-06-06geteuid(2) can never fail. What was I thinking?Todd C. Miller
1997-06-06POSIX says pax must complain about not being able to set permissionsTodd C. Miller
but we don't have to do that in non-pax modes.
1997-06-04Don't complain about not being able to set uid/gid in "tar -p"Todd C. Miller
(EPERM) unless the verbose flag is given or the user is root. Noted by Magnus Holmberg <mho@stacken.kth.se>.
1997-06-04Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()Todd C. Miller
pad with NULL's like strncpy(3). This eliminates the need for zf_strncpy(); ocurrences of zf_strncpy() have been changed to l_strncpy().
1997-06-03less strncpy; charnier@freebsdTheo de Raadt
1997-05-29Fix -o option and add -O.Todd C. Miller
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller
specified.
1997-04-12We need to copy the pathnames we get from fgetln() on stdin, as the bufferThorsten Lockert
will be reused.
1997-04-10another 8MB of swap and it workskstailey