summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add myself.amdmi32008-06-191-0/+1
* Remove superfluous eofmarker.remko2008-06-171-1/+0
* Add my birthday to the calendar.eri2008-06-161-0/+1
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-3/+2
* Include bsd.own.mk to pick up the definition of MK_GNU_CPIOdougb2008-06-161-0/+2
* 1. Make the BSD version of cpio the default [1]dougb2008-06-162-2/+6
* MfP4: Minor portability fix.kientzle2008-06-151-1/+9
* MfP4: test harness cleanup.kientzle2008-06-152-19/+21
* Add myself to the calendar.ivoras2008-06-121-0/+1
* Fix build of fstat after minor() changes.ed2008-06-121-1/+1
* Make one-bit fields unsigned instead of signed. This has no effect,cperciva2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
* I missed some "register"s in non-dot-C files.dwmalone2008-06-085-28/+28
* Make usage() 'static'.wkoszek2008-06-081-1/+1
* De-register declarations.dwmalone2008-06-049-86/+86
* Fix a strict aliasing warning - I think it is really telling usdwmalone2008-06-041-2/+3
* Similar to changes previously made to src/usr.bin/uniq/uniq.c,ghelmer2008-05-281-22/+90
* Limit the EOF marker length to a maximum of 79remko2008-05-271-2/+5
* Compatibility fix: define REG_BASIC if it isn't already. In particular,kientzle2008-05-271-0/+4
* Connect bsdcpio up to the build.kientzle2008-05-261-0/+1
* bsdcpio is always installed as 'bsdcpio', symlink it to 'cpio'kientzle2008-05-261-1/+4
* Initial commit of bsdcpio 0.9.11b.kientzle2008-05-2644-0/+5986
* MFp4: bsdtar 2.5.4bkientzle2008-05-2614-316/+695
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-1/+2
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-252-7/+0
* Add myself to the calendargonzo2008-05-241-0/+1
* Add myself to calendar.freebsdmanolis2008-05-241-0/+1
* The value le->name cannot be NULL when we're freeing an entry in thecperciva2008-05-231-2/+1
* Improve portability via s/struct siginfo/struct siginfo_data/. This wascperciva2008-05-222-3/+3
* Last but not least, add myself to the list of birthdays as well.ed2008-05-221-0/+1
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,cperciva2008-05-191-2/+2
* There's no way for entry to possibly be NULL at the end of write_entrycperciva2008-05-191-2/+1
* Add -L to usage().bms2008-05-191-1/+1
* Add an -L option to ignore loopback Internet sockets.bms2008-05-192-3/+24
* Add myself.rpaulo2008-05-181-0/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-185-1/+205
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignorecperciva2008-05-172-0/+9
* Retire some stale alpha references.jhb2008-05-162-7/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Somejhb2008-05-167-43/+108
* Update the kernel to count the number of mbufs and clustersgnn2008-05-154-11/+67
* Change a use of u_int32_t to uint32_t.brooks2008-05-151-1/+1
* getopt.c is public domain. Add a comment to that effect.brooks2008-05-152-57/+5
OpenPOWER on IntegriCloud