Commit ID: 1005C105BC86262A0B7
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/12 00:53:02 UTC
Modified files:
bin/pax : Tag: npax Makefile ar_io.c ar_subs.c cache.c extern.h
gen_subs.c options.c pax.c pax.h sel_subs.c tables.c
tar.c
Log message:
Wrangle the OpenBSD branch into shape as starting point:
• Revert “Use the new libc uid_from_user() and gid_from_group()
instead of the pax-specific functions in cache.c” (revisit later)
• fix MAX_TIME_T (plain wrong), mirtoconf later
• drop all NOCPIO
• Revert “Replace name_{uid,gid}() with the libc routines
user_from_uid() and group_from_gid()”
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.4 -r1.1.1.4.2.1 src/bin/pax/Makefile
cvs -R rdiff -kk -upr1.1.1.9 -r1.1.1.9.2.1 src/bin/pax/ar_io.c
cvs -R rdiff -kk -upr1.1.1.8 -r1.1.1.8.2.1 src/bin/pax/ar_subs.c
cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.5.2.1 src/bin/pax/cache.c
cvs -R rdiff -kk -upr1.1.1.10 -r1.1.1.10.2.1 src/bin/pax/extern.h
cvs -R rdiff -kk -upr1.1.1.8 -r1.1.1.8.2.1 src/bin/pax/gen_subs.c
cvs -R rdiff -kk -upr1.1.1.11 -r1.1.1.11.2.1 src/bin/pax/options.c
cvs -R rdiff -kk -upr1.1.1.9 -r1.1.1.9.2.1 src/bin/pax/pax.c
cvs -R rdiff -kk -upr1.1.1.8 -r1.1.1.8.2.1 src/bin/pax/pax.h
cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.5.2.1 src/bin/pax/sel_subs.c
cvs -R rdiff -kk -upr1.1.1.9 -r1.1.1.9.2.1 src/bin/pax/tables.c
cvs -R rdiff -kk -upr1.1.1.10 -r1.1.1.10.2.1 src/bin/pax/tar.c