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_5


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.64   7 months  kn   Tighten pledge in List and Append mode: Drop "wpath cpath fattr dpath" in read-...
[TXT] ar_subs.c  1.51   11 months  jeremy   Don't open files that will be skipped Previously, when creating an archive file...
[TXT] buf_subs.c  1.32   6 months  espie   mark functions as static when they're unused elsewhere, makes the code slightly ...
[TXT] cpio.1  1.37   6 months  jca   Add basic write support for 'pax' format archives Keep writing archives in usta...
[TXT] cpio.c  1.34   11 months  millert   pax: truncate times to MAX_TIME_T, not INT_MAX If the mtime in the file header i...
[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.62   6 months  jca   Add basic write support for 'pax' format archives Keep writing archives in usta...
[TXT] file_subs.c  1.56   6 months  espie   mark functions as static when they're unused elsewhere, makes the code slightly ...
[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.107   6 months  jca   Add basic write support for 'pax' format archives Keep writing archives in usta...
[TXT] pat_rep.c  1.45   11 months  op   fix grammar of the comment describing pat_chk(); ok millert@
[TXT] pax.1  1.77   6 months  jca   Add basic write support for 'pax' format archives Keep writing archives in usta...
[TXT] pax.c  1.57   6 months  espie   mark functions as static when they're unused elsewhere, makes the code slightly ...
[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.55   6 months  espie   mark functions as static when they're unused elsewhere, makes the code slightly ...
[TXT] tar.1  1.65   10 months  aisha   add extract example and reorder flags on other examples comments sthen@ and Pet...
[TXT] tar.c  1.79   4 months  jca   Better formatting for pax extended header times As specified, don't include the...
[TXT] tar.h  1.9   10 years  deraadt   Zap leading whitespace
[TXT] tty_subs.c  1.18   11 months  millert   pax: use safe_print() to display messages which may include file names. Reported...