tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
bin
/
pax
/
at
jcs
23 files
Makefile
Use the new libc uid_from_user() and gid_from_group() instead of the pax-specific functions in cache.c. OK guenther@
7 years ago
ar_io.c
Tighten pledge in List and Append mode:
2 years ago
ar_subs.c
Zap trailing whitespace
2 years ago
buf_subs.c
correct indentation; no functional change ok tb@
2 years ago
cpio.1
Add basic write support for 'pax' format archives
2 years ago
cpio.c
pax: truncate times to MAX_TIME_T, not INT_MAX If the mtime in the file header is larger than MAX_TIME_T, trucate it to MAX_TIME_T, not INT_MAX. OK otto@
2 years ago
cpio.h
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago
extern.h
Provide a pax format specific option handler
2 years ago
file_subs.c
Zap trailing whitespace
2 years ago
ftree.c
'newercnt' no longer does anything that 'refcnt' doesn't; eliminate the former in favor of the latter.
2 years ago
gen_subs.c
Use propper knf.
2 years ago
getoldopt.c
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
16 years ago
options.c
pax: make list file handle line-buffered unless it is stderr. This fixes a problem where the file list output was fully-buffered when used as part of a pipeline. With this change, files are listed as they are extracted in verbose mode. OK deraadt@ guenther@
2 years ago
pat_rep.c
fix grammar of the comment describing pat_chk(); ok millert@
2 years ago
pax.1
use a more readable explanation of directory creation; from evan silberman, tweaked by millert
1 year ago
pax.c
mark functions as static when they're unused elsewhere, makes the code slightly easier to understand.
2 years ago
pax.h
there is no offical way to get the max value of time_t, but this one works on any sensible posix system (in which time_t must be an integer type) ok deraadt@ millert@
8 years ago
sel_subs.c
gmtime(3) / locatime(3) can fail when timestamps are way off.
2 years ago
tables.c
mark functions as static when they're unused elsewhere, makes the code slightly easier to understand.
2 years ago
tar.1
Switch tar(1) write default format to 'pax'
2 years ago
tar.c
Print a message when failing to write tar, ustar and pax (extended) headers.
9 months ago
tar.h
Zap leading whitespace
12 years ago
tty_subs.c
pax: use safe_print() to display messages which may include file names. Reported by David Leadbeater. OK op@
2 years ago