summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
...
* Mark this as 2.6.901a - as of this point, FreeBSD-CURRENT is in sync withTim Kientzle2009-03-071-1/+1
* On Windows, pass test_option_L in bsdcpio_test.Michihiro NAKAJIMA2009-03-061-5/+29
* On Windows, pass test_option_B in bsdcpio_test.Michihiro NAKAJIMA2009-03-062-2/+19
* Comment fix.Michihiro NAKAJIMA2009-03-061-1/+1
* On Windows, pass test_gcpio_compat in bsdcpio_test.Michihiro NAKAJIMA2009-03-062-4/+20
* Eliminate warning.Michihiro NAKAJIMA2009-03-061-0/+2
* On Windows, pass test_format_newc in bsdcpio_test.Michihiro NAKAJIMA2009-03-063-7/+36
* On Windows, simulate POSIX stat. Add a reference countMichihiro NAKAJIMA2009-03-061-0/+2
* On Windows, pass test_basic in bsdcpio_test.Michihiro NAKAJIMA2009-03-061-8/+43
* Make sure close file descriptor in bsdcpio_test.Michihiro NAKAJIMA2009-03-061-1/+8
* On Windows, use "rmdir" command instead of "rm" command.Michihiro NAKAJIMA2009-03-061-0/+4
* On Windows, use "NUL" instead of "/dev/null"Michihiro NAKAJIMA2009-03-061-2/+7
* We can build bsdcpio on Windows. But it hasn't tested yet.Michihiro NAKAJIMA2009-03-0610-1/+1100
* In bsdcpio_test, Do not use getopt() function, which isn'tMichihiro NAKAJIMA2009-03-062-35/+59
* Both cpio/test/test.h and cpio/cpio_platform.h try to define __FBSDIDTim Kientzle2009-02-181-1/+1
* Fill in a couple of missing casts.Tim Kientzle2009-02-091-3/+3
* On second thought, another guard here wouldn't hurt.Tim Kientzle2009-02-091-0/+1
* Make the fake __FBSDID() macro match the one in cpio/cpio_platform.h,Tim Kientzle2009-02-091-1/+1
* Resolve the problem of list.h that compiling errorMichihiro NAKAJIMA2009-01-271-0/+8
* Include sys/time.h; Linux requires it for futimes/lutimes.Tim Kientzle2009-01-261-0/+3
* Report srcpath here. I'm not sure it really matters, but someTim Kientzle2009-01-221-1/+1
* Fix Solaris 10 and OpenSolaris builds of bsdcpio.Tim Kientzle2009-01-211-0/+3
* Rely on the compiler's include search path to find config.h files.Tim Kientzle2009-01-181-3/+3
* ".." is unnecessary here.Tim Kientzle2009-01-181-1/+1
* Remember to do this someday...Tim Kientzle2009-01-181-0/+2
* Merge r355 from release/2.6: Fix cpio build without zlib or bzlib.Tim Kientzle2009-01-041-1/+10
* The new and improved cpio -tv output relies on local systemTim Kientzle2008-12-071-1/+5
* IFCTim Kientzle2008-12-056-6/+6
* IFCTim Kientzle2008-12-043-16/+228
* Update NEWS with a few of the things that have happenedTim Kientzle2008-11-091-1/+1
* Implement a custom command-line parser for cpio. In return forTim Kientzle2008-10-214-118/+197
* __LA_DEAD is a private convention; don't publicize it.Tim Kientzle2008-10-191-0/+8
* Introduce __LA_DEAD to replace current unportable use ofJoerg Sonnenberger2008-10-011-1/+1
* IFCTim Kientzle2008-09-041-2/+2
* IFCTim Kientzle2008-08-271-1/+1
* IFCTim Kientzle2008-08-248-31/+31
* IFCTim Kientzle2008-08-239-24/+242
* IFC: Colin's __dead2 markersTim Kientzle2008-08-091-2/+2
* IFCTim Kientzle2008-08-035-5/+10
* Modify test_basic to verify that cpio is ignoring umaskTim Kientzle2008-07-291-5/+28
* Preserve all permissions by default.Tim Kientzle2008-07-291-0/+1
* Minor code reorg.Tim Kientzle2008-07-061-4/+2
* Preserve owner if cpio is run as root.Tim Kientzle2008-07-061-0/+3
* Ignore -l for non-regular files. Comment that this isTim Kientzle2008-07-021-6/+8
* IFC: CommentTim Kientzle2008-06-301-0/+1
* Don't try to hardlink dirs for -pl; this always failsTim Kientzle2008-06-301-3/+10
* When hardlinking files for -l by using archive_write_header(),Tim Kientzle2008-06-261-0/+1
* Eliminate some autoconf options that are no longer in use.Tim Kientzle2008-06-241-1/+0
* IFCTim Kientzle2008-06-241-1/+2
* When using -l, if a link fails because of a cross-device link,Tim Kientzle2008-06-211-5/+13