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_3_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   23 years  millert   Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. Change NET2_S...
[TXT] ar_io.c  1.37   18 years  mpf   Make pax exit unsuccessfully on errors. Patch by fgsch@ and me. Fixes PR 4310. O...
[TXT] ar_subs.c  1.29   18 years  markus   append without a file list should not corrupt a tar file; report Rainer Giedat; ...
[TXT] buf_subs.c  1.21   18 years  otto   Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit number. Fixe...
[TXT] cpio.1  1.23   18 years  jmc   tar and ustar formats have 8gb limit; from peter philipp; ok otto
[TXT] cpio.c  1.17   20 years  deraadt   spacing
[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.31   19 years  otto   Use a special crafted string copy function to copy data from ustar headers to th...
[TXT] file_subs.c  1.30   18 years  otto   Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit number. Fixe...
[TXT] ftree.c  1.26   19 years  beck   fix strlcpy abuse in pax - this commit turns potential overflows into potential ...
[TXT] gen_subs.c  1.18   19 years  otto   Use a special crafted string copy function to copy data from ustar headers to th...
[TXT] getoldopt.c  1.8   20 years  deraadt   missing protos
[TXT] options.c  1.63   19 years  jaredy   add -O to getopt (ok otto) and sync usage
[TXT] pat_rep.c  1.30   18 years  djm   strip multiple leading slashes from absolute paths; ok beck@
[TXT] pax.1  1.46   19 years  jaredy   sort options
[TXT] pax.c  1.28   18 years  mpf   Make pax exit unsuccessfully on errors. Patch by fgsch@ and me. Fixes PR 4310. O...
[TXT] pax.h  1.17   18 years  otto   Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit number. Fixe...
[TXT] sel_subs.c  1.18   20 years  deraadt   spacing
[TXT] tables.c  1.23   19 years  beck   fix strlcpy abuse in pax - this commit turns potential overflows into potential ...
[TXT] tar.1  1.47   19 years  jaredy   variety of man page fixes - add non-legacy synopsis (and sync usage) - sort opti...
[TXT] tar.c  1.40   18 years  otto   Avoid sign extend when writing time stamps; fixes "tar: Ustar header field is to...
[TXT] tar.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tty_subs.c  1.12   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] cache.c (in the Attic) [Hide]  1.17   20 years  tedu   actually use the cache instead of throwing away memory. doh! from Rodney Ruddoc...
[TXT] cache.h (in the Attic) [Hide]  1.4   20 years  jmc   typos from Jared Yanovich;
[TXT] ftree.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] options.h (in the Attic) [Hide]  1.4   20 years  millert   Add a -0 flag to make pax use a NUL instead of a newline as the pathname separat...
[TXT] pat_rep.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] sel_subs.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tables.h (in the Attic) [Hide]  1.7   19 years  otto   Build the table of created directories in-memory, instead of using a tmp file. ...