cvs commit: src/usr.bin/cpio cpio.c

2008-09-03 Thread Tim Kientzle
kientzle2008-09-04 05:20:46 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 182746 on 2008-09-04 05:20:46Z by kientzle Don't destroy the archive until after you finish pulling useful information out of it. As reported by Giorgos

cvs commit: src/usr.bin/cpio cpio.c

2008-08-20 Thread Tim Kientzle
kientzle2008-08-20 16:39:18 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 181929 on 2008-08-20 16:39:18Z by kientzle cpio should restore file flags and ACLs when they're available Revision ChangesPath 1.11 +2 -0

cvs commit: src/usr.bin/cpio cpio.c

2008-07-30 Thread Tim Kientzle
kientzle2008-07-30 03:35:45 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 180987 on 2008-07-30 03:35:45Z by kientzle MfP4: Preserve permissions by default. In particular, this fixes the oddity that -dumpl would apply umask to

cvs commit: src/usr.bin/cpio cpio.c

2008-07-06 Thread Tim Kientzle
kientzle2008-07-06 16:39:18 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 180328 on 2008-07-06 16:39:18Z by kientzle Preserve ownership if cpio is run as root. Revision ChangesPath 1.8 +2 -1

cvs commit: src/usr.bin/cpio cpio.c

2008-07-04 Thread Tim Kientzle
kientzle2008-07-05 05:16:23 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 180279 on 2008-07-05 05:16:23Z by kientzle In -pl mode, only hardlink regular files. I need to test other implementations, but it's clear that dirs and

cvs commit: src/usr.bin/cpio cpio.c

2008-06-30 Thread Tim Kientzle
kientzle2008-07-01 05:45:03 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 180138 on 2008-07-01 05:45:03Z by kientzle Don't try to hardlink directories. While I'm here, expand some comments to make this section of code a little

cvs commit: src/usr.bin/cpio cpio.c

2008-06-26 Thread Tim Kientzle
kientzle2008-06-26 15:46:01 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 180033 on 2008-06-26 15:46:01Z by kientzle As reported by Alexey Shuvaev, -dumpl overwrote files after linking them, with predictably bad results. Revision

cvs commit: src/usr.bin/cpio cpio.c

2008-06-24 Thread Tim Kientzle
kientzle2008-06-24 15:18:40 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 179972 on 2008-06-24 15:18:40Z by kientzle In -p mode, don't gaurd against '..' in paths. We continue to check in -i mode unless --insecure is specified.

cvs commit: src/usr.bin/cpio cpio.c

2008-06-21 Thread Tim Kientzle
kientzle2008-06-21 17:47:56 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 179913 on 2008-06-21 17:47:56Z by kientzle If we're using -l and can't hardlink the file because of a cross-device link, just ignore the -l option and copy the