| Commit message (Expand) | Author | Age | Files | Lines |
* | -f - can respresent both stdin and stdout; rework the text a little |  jmc | 2020-10-05 | 1 | -7/+8 |
* | in case we can't create intermediate directories because of permissions, |  espie | 2020-03-23 | 2 | -7/+9 |
* | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 2020-01-16 | 3 | -9/+9 |
* | In cpio mode, when processing the -o switch, only set the archive format |  naddy | 2019-11-15 | 1 | -2/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 6 | -62/+62 |
* | mkstemp() returns -1 on failure |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | uid_from_user() and gid_from_user() return -1 when indicating error, |  deraadt | 2019-06-24 | 2 | -6/+6 |
* | Use the new libc uid_from_user() and gid_from_group() instead of |  millert | 2018-09-13 | 7 | -312/+25 |
* | Point to glob in section 7 for the actual list of special characters instead |  kn | 2018-07-23 | 2 | -8/+8 |
* | Convert snprintf+write into dprintf. It is simply easier to read, and |  deraadt | 2017-12-08 | 1 | -8/+3 |
* | Better document what the -v flag actually does and that you can |  millert | 2017-10-09 | 1 | -2/+11 |
* | Carefully add casts to silence clang sign-compare warnings. ok millert@ |  otto | 2017-09-16 | 5 | -15/+16 |
* | there is no offical way to get the max value of time_t, but this one works |  otto | 2017-09-12 | 5 | -10/+12 |
* | Backslash escapes the next character in filename patterns. |  guenther | 2017-09-10 | 1 | -1/+4 |
* | Avoid clang warning and make code better by using a signed long; |  otto | 2017-09-08 | 1 | -4/+4 |
* | intvar < sizeof(...) does not catch negative values since an int -> unsigned |  otto | 2017-09-06 | 1 | -5/+5 |
* | buffer increase factor belongs in the nmemb field of reallocarray() |  deraadt | 2017-03-16 | 1 | -2/+2 |
* | switch pax to using pledge tape instead of ioctl. |  tb | 2017-03-11 | 2 | -5/+5 |
* | Slow down the churn and continue using old pledge name "ioctl" instead |  deraadt | 2017-01-23 | 2 | -5/+5 |
* | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only |  deraadt | 2017-01-23 | 2 | -5/+5 |
* | Nuke whitespace foolish enough to expose itself during the great |  krw | 2017-01-21 | 1 | -2/+2 |
* | Put some variable declarations under appropriate #if/#endif protection |  krw | 2016-12-26 | 2 | -2/+6 |
* | Fix a bug where archives smaller than 512 bytes would trigger a next volume |  kettenis | 2016-12-20 | 1 | -2/+5 |
* | Need <time.h> for time() and others. Pulled in by coincidence previously |  guenther | 2016-08-26 | 2 | -2/+4 |
* | -E NONE has *never* worked; it was always -E none. It's a dubious option |  guenther | 2016-08-26 | 2 | -26/+8 |
* | options.h is only used by options.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -122/+83 |
* | reduce and sort #includes |  guenther | 2016-08-26 | 2 | -14/+12 |
* | tables.h is only used by tables.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -170/+132 |
* | <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes |  guenther | 2016-08-26 | 1 | -6/+4 |
* | sel_subs.h is only used by sel_subs.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -76/+38 |
* | pat_rep.h is only used by pat_rep.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -56/+16 |
* | ftree.h is only used by ftree.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -58/+19 |
* | Don't need <sys/time.h> or "options.h" here |  guenther | 2016-08-26 | 6 | -13/+6 |
* | cache.h is only used by cache.c; merge it into the .c file |  guenther | 2016-08-26 | 2 | -78/+40 |
* | Replace name_{uid,gid}() with the libc routines user_from_uid() and |  guenther | 2016-08-25 | 7 | -231/+29 |
* | Make list-like output go to stderr when appending to an archive on stdout. |  guenther | 2016-08-24 | 1 | -20/+9 |
* | Treat cpio's -t option as a modifier to -i, so they're ordering independent |  guenther | 2016-08-24 | 1 | -5/+12 |
* | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) |  guenther | 2016-08-23 | 6 | -13/+19 |
* | Only try to set the times on a directory once, at the end, to avoid |  guenther | 2016-08-23 | 1 | -4/+2 |
* | Add HISTORY. |  schwarze | 2016-08-16 | 1 | -2/+7 |
* | Remove many unnecessary casts. Verified by comparing generated code on |  guenther | 2016-08-14 | 6 | -132/+111 |
* | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in |  guenther | 2016-08-14 | 5 | -60/+66 |
* | allow creation of devices or fifo without -p (as it is already allowed with -p) |  semarie | 2016-06-23 | 1 | -3/+3 |
* | new style overlords say to use continue in empty loops. |  tedu | 2016-06-03 | 2 | -5/+5 |
* | Switch from fgetln() to getline() to simplify error handling. |  guenther | 2016-04-19 | 1 | -42/+41 |
* | Ignore trailing slashes and skip over duplicate slashes in chk_path() to |  guenther | 2016-02-16 | 1 | -4/+18 |
* | To archive a 101 character absolute path in ustar format we must |  guenther | 2016-02-15 | 1 | -7/+14 |
* | don't declar main. from Michal Mazurek |  tedu | 2016-01-01 | 1 | -2/+1 |
* | More adress -> address |  mmcc | 2015-12-24 | 1 | -2/+2 |
* | Replace "tame" by "pledge" in a comment. |  tb | 2015-12-16 | 1 | -2/+2 |