summaryrefslogtreecommitdiffstats
path: root/bin/pax (follow)
Commit message (Expand)AuthorAgeFilesLines
* -f - can respresent both stdin and stdout; rework the text a littlejmc2020-10-051-7/+8
* in case we can't create intermediate directories because of permissions,espie2020-03-232-7/+9
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-163-9/+9
* In cpio mode, when processing the -o switch, only set the archive formatnaddy2019-11-151-2/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-286-62/+62
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* uid_from_user() and gid_from_user() return -1 when indicating error,deraadt2019-06-242-6/+6
* Use the new libc uid_from_user() and gid_from_group() instead ofmillert2018-09-137-312/+25
* Point to glob in section 7 for the actual list of special characters insteadkn2018-07-232-8/+8
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-8/+3
* Better document what the -v flag actually does and that you canmillert2017-10-091-2/+11
* Carefully add casts to silence clang sign-compare warnings. ok millert@otto2017-09-165-15/+16
* there is no offical way to get the max value of time_t, but this one worksotto2017-09-125-10/+12
* Backslash escapes the next character in filename patterns.guenther2017-09-101-1/+4
* Avoid clang warning and make code better by using a signed long;otto2017-09-081-4/+4
* intvar < sizeof(...) does not catch negative values since an int -> unsignedotto2017-09-061-5/+5
* buffer increase factor belongs in the nmemb field of reallocarray()deraadt2017-03-161-2/+2
* switch pax to using pledge tape instead of ioctl.tb2017-03-112-5/+5
* Slow down the churn and continue using old pledge name "ioctl" insteadderaadt2017-01-232-5/+5
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-232-5/+5
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-2/+2
* Put some variable declarations under appropriate #if/#endif protectionkrw2016-12-262-2/+6
* Fix a bug where archives smaller than 512 bytes would trigger a next volumekettenis2016-12-201-2/+5
* Need <time.h> for time() and others. Pulled in by coincidence previouslyguenther2016-08-262-2/+4
* -E NONE has *never* worked; it was always -E none. It's a dubious optionguenther2016-08-262-26/+8
* options.h is only used by options.c; merge it into the .c fileguenther2016-08-262-122/+83
* reduce and sort #includesguenther2016-08-262-14/+12
* tables.h is only used by tables.c; merge it into the .c fileguenther2016-08-262-170/+132
* <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includesguenther2016-08-261-6/+4
* sel_subs.h is only used by sel_subs.c; merge it into the .c fileguenther2016-08-262-76/+38
* pat_rep.h is only used by pat_rep.c; merge it into the .c fileguenther2016-08-262-56/+16
* ftree.h is only used by ftree.c; merge it into the .c fileguenther2016-08-262-58/+19
* Don't need <sys/time.h> or "options.h" hereguenther2016-08-266-13/+6
* cache.h is only used by cache.c; merge it into the .c fileguenther2016-08-262-78/+40
* Replace name_{uid,gid}() with the libc routines user_from_uid() andguenther2016-08-257-231/+29
* Make list-like output go to stderr when appending to an archive on stdout.guenther2016-08-241-20/+9
* Treat cpio's -t option as a modifier to -i, so they're ordering independentguenther2016-08-241-5/+12
* Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio)guenther2016-08-236-13/+19
* Only try to set the times on a directory once, at the end, to avoidguenther2016-08-231-4/+2
* Add HISTORY.schwarze2016-08-161-2/+7
* Remove many unnecessary casts. Verified by comparing generated code onguenther2016-08-146-132/+111
* Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inguenther2016-08-145-60/+66
* allow creation of devices or fifo without -p (as it is already allowed with -p)semarie2016-06-231-3/+3
* new style overlords say to use continue in empty loops.tedu2016-06-032-5/+5
* Switch from fgetln() to getline() to simplify error handling.guenther2016-04-191-42/+41
* Ignore trailing slashes and skip over duplicate slashes in chk_path() toguenther2016-02-161-4/+18
* To archive a 101 character absolute path in ustar format we mustguenther2016-02-151-7/+14
* don't declar main. from Michal Mazurektedu2016-01-011-2/+1
* More adress -> addressmmcc2015-12-241-2/+2
* Replace "tame" by "pledge" in a comment.tb2015-12-161-2/+2