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_7_2


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.63   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] ar_subs.c  1.50   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] buf_subs.c  1.31   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] cpio.1  1.36   4 years  schwarze   Usually, -width Fl (which is 10n) is too wide and hence ugly. Change several ins...
[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.60   4 years  espie   in case we can't create intermediate directories because of permissions, show a ...
[TXT] file_subs.c  1.55   4 years  espie   in case we can't create intermediate directories because of permissions, show a ...
[TXT] ftree.c  1.42   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.103   4 years  naddy   In cpio mode, when processing the -o switch, only set the archive format if not ...
[TXT] pat_rep.c  1.44   2 years  guenther   When it's the possessive of 'it', it's spelled "its", without the apostrophe.
[TXT] pax.1  1.76   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] pax.c  1.53   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.28   4 years  deraadt   uid_from_user() and gid_from_user() return -1 when indicating error, not arbitra...
[TXT] tables.c  1.54   4 years  deraadt   mkstemp() returns -1 on failure
[TXT] tar.1  1.64   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] tar.c  1.70   2 years  sthen   Support mtime/atime/ctime extended headers in !SMALL builds. These are becoming ...
[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