summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Try to make this code slightly less painful to read.des2008-07-312-690/+673
* Add POSIX -p flag to make(1).ed2008-07-302-4/+19
* MfP4: Preserve permissions by default.kientzle2008-07-301-0/+1
* Fix buildemax2008-07-291-1/+1
* Fix buildemax2008-07-291-0/+1
* Add --no-preserve-owner, which seems to be required by some ports.kientzle2008-07-293-0/+5
* Fix text in the comment why we check for ELF32_R_TYPEedwin2008-07-281-8/+5
* Fix a small typo in the procstat(1) manpage: messsage queue.ed2008-07-281-1/+1
* - Fix mtree example so it works.simon2008-07-261-0/+7
* Adding myself as a new ports committerpgollucci2008-07-231-0/+1
* Sync with NetBSD's license changes.delphij2008-07-232-10/+4
* After the commit of SVN rev 180236, wilko@ noticed that the approachedwin2008-07-211-4/+18
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.delphij2008-07-181-3/+3
* Indent the else path, reduce diff against OpenBSD.delphij2008-07-181-1/+1
* Fix a longstanding bug, from Otto Moerbeck:kevlo2008-07-181-1/+5
* add __unused to succeed at WARNS=6charnier2008-07-101-1/+1
* Added my birthday to the FreeBSD calendar.sson2008-07-081-0/+1
* Preserve ownership if cpio is run as root.kientzle2008-07-061-1/+2
* Move duplicated code from tar_mode_[cru] into archive_write.cperciva2008-07-051-32/+15
* Use malloc in write_archive to allocate a 64kB buffer for holding file datacperciva2008-07-052-12/+21
* Clean up write_entry by eliminating fd except in the #ifdef __linux blockcperciva2008-07-051-13/+14
* bsdcpio is now at version 1.0.0.kientzle2008-07-051-1/+1
* In -pl mode, only hardlink regular files. I need to testkientzle2008-07-051-6/+8
* Remove an unused define.kientzle2008-07-051-1/+0
* Revert CVS revision 1.68; it is now possible for entry to be NULL at the endcperciva2008-07-051-1/+2
* FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5.kientzle2008-07-051-1/+1
* Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere.kientzle2008-07-051-1/+0
* Stop using the deprecated linux/ext2_fs.h.kientzle2008-07-051-3/+0
* Use %H:%M for strftime() time formatting instead of the non-portable %R.kientzle2008-07-051-1/+1
* On 64 bit architectures, you can run 32 bit executables and the rtld can trac...edwin2008-07-032-2/+82
* Extract the determination of the kind of (dynamic) executable fromedwin2008-07-031-81/+120
* stylify ldd.c, no functional changes.edwin2008-07-031-37/+34
* - add the -m option to the example commands because they would fail w/o itdanger2008-07-011-4/+9
* Don't try to hardlink directories. While I'm here, expand somekientzle2008-07-011-3/+10
* Reflect the fact that we actually have NetBSD revision 1.3.delphij2008-06-301-1/+1
* Remove clause 3 and 4 of NetBSD license.delphij2008-06-301-8/+1
* Make it clear that gzcat expects each argument to be separate files.delphij2008-06-301-1/+13
* Update man page for -t.des2008-06-301-2/+5
* Quick shot at implementing -t (test).des2008-06-301-4/+42
* Note that the .POSIX special target disables the "Remaking Makefiles" feature.obrien2008-06-271-0/+3
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+4
* As reported by Alexey Shuvaev, -dumpl overwrote files afterkientzle2008-06-261-0/+2
* Pass the entry down into the core write loop, so wekientzle2008-06-251-4/+6
* In -p mode, don't gaurd against '..' in paths. We continue tokientzle2008-06-241-0/+1
* If we're using -l and can't hardlink the file because of a cross-devicekientzle2008-06-211-3/+17
* Rework line-processing framework to add support for --null andkientzle2008-06-214-62/+130
* Various long options for GNU cpio compat.kientzle2008-06-211-0/+8
* MfP4: test improvements, mostly for portability.kientzle2008-06-212-20/+68
* Make the search for sources in PATH_PORTS more accurate. I onlyjoerg2008-06-201-2/+21
* Add myself. Better late then never.mav2008-06-191-0/+1
OpenPOWER on IntegriCloud