OpenBSD CVS

src/bin/pax/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / pax

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] ar_io.c  1.62   7 years  tb   switch pax to using pledge tape instead of ioctl. ok kettenis
[TXT] ar_subs.c  1.48   7 years  guenther   Need <time.h> for time() and others. Pulled in by coincidence previously noted...
[TXT] buf_subs.c  1.30   7 years  kettenis   Fix a bug where archives smaller than 512 bytes would trigger a next volume prom...
[TXT] cpio.1  1.35   9 years  schwarze   obvious cases of missing .An; found with the new mandoc(1) MANDOCERR_AN_MISSING ...
[TXT] cpio.c  1.33   6 years  otto   Carefully add casts to silence clang sign-compare warnings. ok millert@
[TXT] cpio.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] extern.h  1.59   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] file_subs.c  1.53   7 years  krw   Nuke whitespace foolish enough to expose itself during the great "warning:" rect...
[TXT] ftree.c  1.41   6 years  otto   Carefully add casts to silence clang sign-compare warnings. ok millert@
[TXT] gen_subs.c  1.32   7 years  guenther   Need <time.h> for time() and others. Pulled in by coincidence previously noted...
[TXT] getoldopt.c  1.9   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] options.c  1.102   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] pat_rep.c  1.43   6 years  otto   Carefully add casts to silence clang sign-compare warnings. ok millert@
[TXT] pax.1  1.74   5 years  kn   Point to glob in section 7 for the actual list of special characters instead the...
[TXT] pax.c  1.52   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] pax.h  1.29   6 years  otto   there is no offical way to get the max value of time_t, but this one works on an...
[TXT] sel_subs.c  1.27   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] tables.c  1.53   6 years  otto   Carefully add casts to silence clang sign-compare warnings. ok millert@
[TXT] tar.1  1.61   5 years  kn   Point to glob in section 7 for the actual list of special characters instead the...
[TXT] tar.c  1.67   5 years  millert   Use the new libc uid_from_user() and gid_from_group() instead of the pax-specifi...
[TXT] tar.h  1.9   10 years  deraadt   Zap leading whitespace
[TXT] tty_subs.c  1.17   7 years  guenther   <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes