| Commit message (Expand) | Author | Age | Files | Lines |
* | Use %zd for size_t. With this gcore(1) is WARNS=6 clean. | delphij | 2008-07-18 | 1 | -3/+3 |
* | Indent the else path, reduce diff against OpenBSD. | delphij | 2008-07-18 | 1 | -1/+1 |
* | Fix a longstanding bug, from Otto Moerbeck: | kevlo | 2008-07-18 | 1 | -1/+5 |
* | add __unused to succeed at WARNS=6 | charnier | 2008-07-10 | 1 | -1/+1 |
* | Added my birthday to the FreeBSD calendar. | sson | 2008-07-08 | 1 | -0/+1 |
* | Preserve ownership if cpio is run as root. | kientzle | 2008-07-06 | 1 | -1/+2 |
* | Move duplicated code from tar_mode_[cru] into archive_write. | cperciva | 2008-07-05 | 1 | -32/+15 |
* | Use malloc in write_archive to allocate a 64kB buffer for holding file data | cperciva | 2008-07-05 | 2 | -12/+21 |
* | Clean up write_entry by eliminating fd except in the #ifdef __linux block | cperciva | 2008-07-05 | 1 | -13/+14 |
* | bsdcpio is now at version 1.0.0. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | In -pl mode, only hardlink regular files. I need to test | kientzle | 2008-07-05 | 1 | -6/+8 |
* | Remove an unused define. | kientzle | 2008-07-05 | 1 | -1/+0 |
* | Revert CVS revision 1.68; it is now possible for entry to be NULL at the end | cperciva | 2008-07-05 | 1 | -1/+2 |
* | FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere. | kientzle | 2008-07-05 | 1 | -1/+0 |
* | Stop using the deprecated linux/ext2_fs.h. | kientzle | 2008-07-05 | 1 | -3/+0 |
* | Use %H:%M for strftime() time formatting instead of the non-portable %R. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | On 64 bit architectures, you can run 32 bit executables and the rtld can trac... | edwin | 2008-07-03 | 2 | -2/+82 |
* | Extract the determination of the kind of (dynamic) executable from | edwin | 2008-07-03 | 1 | -81/+120 |
* | stylify ldd.c, no functional changes. | edwin | 2008-07-03 | 1 | -37/+34 |
* | - add the -m option to the example commands because they would fail w/o it | danger | 2008-07-01 | 1 | -4/+9 |
* | Don't try to hardlink directories. While I'm here, expand some | kientzle | 2008-07-01 | 1 | -3/+10 |
* | Reflect the fact that we actually have NetBSD revision 1.3. | delphij | 2008-06-30 | 1 | -1/+1 |
* | Remove clause 3 and 4 of NetBSD license. | delphij | 2008-06-30 | 1 | -8/+1 |
* | Make it clear that gzcat expects each argument to be separate files. | delphij | 2008-06-30 | 1 | -1/+13 |
* | Update man page for -t. | des | 2008-06-30 | 1 | -2/+5 |
* | Quick shot at implementing -t (test). | des | 2008-06-30 | 1 | -4/+42 |
* | Note that the .POSIX special target disables the "Remaking Makefiles" feature. | obrien | 2008-06-27 | 1 | -0/+3 |
* | Rework the lifetime management of the kernel implementation of POSIX | jhb | 2008-06-27 | 1 | -0/+4 |
* | As reported by Alexey Shuvaev, -dumpl overwrote files after | kientzle | 2008-06-26 | 1 | -0/+2 |
* | Pass the entry down into the core write loop, so we | kientzle | 2008-06-25 | 1 | -4/+6 |
* | In -p mode, don't gaurd against '..' in paths. We continue to | kientzle | 2008-06-24 | 1 | -0/+1 |
* | If we're using -l and can't hardlink the file because of a cross-device | kientzle | 2008-06-21 | 1 | -3/+17 |
* | Rework line-processing framework to add support for --null and | kientzle | 2008-06-21 | 4 | -62/+130 |
* | Various long options for GNU cpio compat. | kientzle | 2008-06-21 | 1 | -0/+8 |
* | MfP4: test improvements, mostly for portability. | kientzle | 2008-06-21 | 2 | -20/+68 |
* | Make the search for sources in PATH_PORTS more accurate. I only | joerg | 2008-06-20 | 1 | -2/+21 |
* | Add myself. Better late then never. | mav | 2008-06-19 | 1 | -0/+1 |
* | Add myself. | amdmi3 | 2008-06-19 | 1 | -0/+1 |
* | Remove superfluous eofmarker. | remko | 2008-06-17 | 1 | -1/+0 |
* | Add my birthday to the calendar. | eri | 2008-06-16 | 1 | -0/+1 |
* | Struct cdev is always the member of the struct cdev_priv. When devfs | kib | 2008-06-16 | 1 | -3/+2 |
* | Include bsd.own.mk to pick up the definition of MK_GNU_CPIO | dougb | 2008-06-16 | 1 | -0/+2 |
* | 1. Make the BSD version of cpio the default [1] | dougb | 2008-06-16 | 2 | -2/+6 |
* | MfP4: Minor portability fix. | kientzle | 2008-06-15 | 1 | -1/+9 |
* | MfP4: test harness cleanup. | kientzle | 2008-06-15 | 2 | -19/+21 |
* | Add myself to the calendar. | ivoras | 2008-06-12 | 1 | -0/+1 |
* | Fix build of fstat after minor() changes. | ed | 2008-06-12 | 1 | -1/+1 |
* | Make one-bit fields unsigned instead of signed. This has no effect, | cperciva | 2008-06-09 | 1 | -1/+1 |
* | Rework code to avoid using a pointer after freeing it. Aside from the | cperciva | 2008-06-09 | 1 | -2/+4 |