Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-27 | Fix cpio -it: don't close(fd) unless we opened it. | Isaac Dunham | |
2014-03-26 | More cpio bugfixes from Isaac Dunham. | Rob Landley | |
Fix FLAG_o to actually be 1 like the comment says, don't try to strlen(name) before reading it, pad TRAILER!!! entry correctly. | |||
2014-03-25 | Promote cpio out of pending. | Rob Landley | |
After some waffling I put it in "posix", even though it was last specified in susv2 (where it was the obsolete 6 byte header entries predating susv4). LSB specifies it, including the 8 byte header fields, but for the actual command it just references SUSv2. (LSB isn't so much a standard as Red Hat's "notes to self".) |