| Commit message (Expand) | Author | Age | Files | Lines |
* | Add POSIX -p flag to make(1). | Ed Schouten | 2008-07-30 | 2 | -4/+19 |
* | MfP4: Preserve permissions by default. | Tim Kientzle | 2008-07-30 | 1 | -0/+1 |
* | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -1/+1 |
* | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -0/+1 |
* | Add --no-preserve-owner, which seems to be required by some ports. | Tim Kientzle | 2008-07-29 | 3 | -0/+5 |
* | Fix text in the comment why we check for ELF32_R_TYPE | Edwin Groothuis | 2008-07-28 | 1 | -8/+5 |
* | Fix a small typo in the procstat(1) manpage: messsage queue. | Ed Schouten | 2008-07-28 | 1 | -1/+1 |
* | - Fix mtree example so it works. | Simon L. B. Nielsen | 2008-07-26 | 1 | -0/+7 |
* | Adding myself as a new ports committer | Philip M. Gollucci | 2008-07-23 | 1 | -0/+1 |
* | Sync with NetBSD's license changes. | Xin LI | 2008-07-23 | 2 | -10/+4 |
* | After the commit of SVN rev 180236, wilko@ noticed that the approach | Edwin Groothuis | 2008-07-21 | 1 | -4/+18 |
* | Use %zd for size_t. With this gcore(1) is WARNS=6 clean. | Xin LI | 2008-07-18 | 1 | -3/+3 |
* | Indent the else path, reduce diff against OpenBSD. | Xin LI | 2008-07-18 | 1 | -1/+1 |
* | Fix a longstanding bug, from Otto Moerbeck: | Kevin Lo | 2008-07-18 | 1 | -1/+5 |
* | add __unused to succeed at WARNS=6 | Philippe Charnier | 2008-07-10 | 1 | -1/+1 |
* | Added my birthday to the FreeBSD calendar. | Stacey Son | 2008-07-08 | 1 | -0/+1 |
* | Preserve ownership if cpio is run as root. | Tim Kientzle | 2008-07-06 | 1 | -1/+2 |
* | Move duplicated code from tar_mode_[cru] into archive_write. | Colin Percival | 2008-07-05 | 1 | -32/+15 |
* | Use malloc in write_archive to allocate a 64kB buffer for holding file data | Colin Percival | 2008-07-05 | 2 | -12/+21 |
* | Clean up write_entry by eliminating fd except in the #ifdef __linux block | Colin Percival | 2008-07-05 | 1 | -13/+14 |
* | bsdcpio is now at version 1.0.0. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
* | In -pl mode, only hardlink regular files. I need to test | Tim Kientzle | 2008-07-05 | 1 | -6/+8 |
* | Remove an unused define. | Tim Kientzle | 2008-07-05 | 1 | -1/+0 |
* | Revert CVS revision 1.68; it is now possible for entry to be NULL at the end | Colin Percival | 2008-07-05 | 1 | -1/+2 |
* | FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
* | Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere. | Tim Kientzle | 2008-07-05 | 1 | -1/+0 |
* | Stop using the deprecated linux/ext2_fs.h. | Tim Kientzle | 2008-07-05 | 1 | -3/+0 |
* | Use %H:%M for strftime() time formatting instead of the non-portable %R. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
* | On 64 bit architectures, you can run 32 bit executables and the rtld can trac... | Edwin Groothuis | 2008-07-03 | 2 | -2/+82 |
* | Extract the determination of the kind of (dynamic) executable from | Edwin Groothuis | 2008-07-03 | 1 | -81/+120 |
* | stylify ldd.c, no functional changes. | Edwin Groothuis | 2008-07-03 | 1 | -37/+34 |
* | - add the -m option to the example commands because they would fail w/o it | Daniel Gerzo | 2008-07-01 | 1 | -4/+9 |
* | Don't try to hardlink directories. While I'm here, expand some | Tim Kientzle | 2008-07-01 | 1 | -3/+10 |
* | Reflect the fact that we actually have NetBSD revision 1.3. | Xin LI | 2008-06-30 | 1 | -1/+1 |
* | Remove clause 3 and 4 of NetBSD license. | Xin LI | 2008-06-30 | 1 | -8/+1 |
* | Make it clear that gzcat expects each argument to be separate files. | Xin LI | 2008-06-30 | 1 | -1/+13 |
* | Update man page for -t. | Dag-Erling Smørgrav | 2008-06-30 | 1 | -2/+5 |
* | Quick shot at implementing -t (test). | Dag-Erling Smørgrav | 2008-06-30 | 1 | -4/+42 |
* | Note that the .POSIX special target disables the "Remaking Makefiles" feature. | David E. O'Brien | 2008-06-27 | 1 | -0/+3 |
* | Rework the lifetime management of the kernel implementation of POSIX | John Baldwin | 2008-06-27 | 1 | -0/+4 |
* | As reported by Alexey Shuvaev, -dumpl overwrote files after | Tim Kientzle | 2008-06-26 | 1 | -0/+2 |
* | Pass the entry down into the core write loop, so we | Tim Kientzle | 2008-06-25 | 1 | -4/+6 |
* | In -p mode, don't gaurd against '..' in paths. We continue to | Tim Kientzle | 2008-06-24 | 1 | -0/+1 |
* | If we're using -l and can't hardlink the file because of a cross-device | Tim Kientzle | 2008-06-21 | 1 | -3/+17 |
* | Rework line-processing framework to add support for --null and | Tim Kientzle | 2008-06-21 | 4 | -62/+130 |
* | Various long options for GNU cpio compat. | Tim Kientzle | 2008-06-21 | 1 | -0/+8 |
* | MfP4: test improvements, mostly for portability. | Tim Kientzle | 2008-06-21 | 2 | -20/+68 |
* | Make the search for sources in PATH_PORTS more accurate. I only | Joerg Wunsch | 2008-06-20 | 1 | -2/+21 |
* | Add myself. Better late then never. | Alexander Motin | 2008-06-19 | 1 | -0/+1 |
* | Add myself. | Dmitry Marakasov | 2008-06-19 | 1 | -0/+1 |