aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous eofmarker.Remko Lodder2008-06-171-1/+0
* Add my birthday to the calendar.Ermal Luçi2008-06-161-0/+1
* Struct cdev is always the member of the struct cdev_priv. When devfsKonstantin Belousov2008-06-161-3/+2
* Include bsd.own.mk to pick up the definition of MK_GNU_CPIODoug Barton2008-06-161-0/+2
* 1. Make the BSD version of cpio the default [1]Doug Barton2008-06-162-2/+6
* MfP4: Minor portability fix.Tim Kientzle2008-06-151-1/+9
* MfP4: test harness cleanup.Tim Kientzle2008-06-152-19/+21
* Add myself to the calendar.Ivan Voras2008-06-121-0/+1
* Fix build of fstat after minor() changes.Ed Schouten2008-06-121-1/+1
* Make one-bit fields unsigned instead of signed. This has no effect,Colin Percival2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from theColin Percival2008-06-091-2/+4
* I missed some "register"s in non-dot-C files.David Malone2008-06-085-28/+28
* Make usage() 'static'.Wojciech A. Koszek2008-06-081-1/+1
* De-register declarations.David Malone2008-06-049-86/+86
* Fix a strict aliasing warning - I think it is really telling usDavid Malone2008-06-041-2/+3
* Similar to changes previously made to src/usr.bin/uniq/uniq.c,Guy Helmer2008-05-281-22/+90
* Limit the EOF marker length to a maximum of 79Remko Lodder2008-05-271-2/+5
* Compatibility fix: define REG_BASIC if it isn't already. In particular,Tim Kientzle2008-05-271-0/+4
* Connect bsdcpio up to the build.Tim Kientzle2008-05-261-0/+1
* bsdcpio is always installed as 'bsdcpio', symlink it to 'cpio'Tim Kientzle2008-05-261-1/+4
* Initial commit of bsdcpio 0.9.11b.Tim Kientzle2008-05-2644-0/+5986
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-2614-316/+695
* Use _WANT_FILE to make struct file visible from userland. This isPawel Jakub Dawidek2008-05-261-1/+2
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-252-7/+0
* Add myself to the calendarOleksandr Tymoshenko2008-05-241-0/+1
* Add myself to calendar.freebsdManolis Kiagias2008-05-241-0/+1
* The value le->name cannot be NULL when we're freeing an entry in theColin Percival2008-05-231-2/+1
* Improve portability via s/struct siginfo/struct siginfo_data/. This wasColin Percival2008-05-222-3/+3
* Last but not least, add myself to the list of birthdays as well.Ed Schouten2008-05-221-0/+1
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,Colin Percival2008-05-191-2/+2
* There's no way for entry to possibly be NULL at the end of write_entryColin Percival2008-05-191-2/+1
* Add -L to usage().Bruce M Simpson2008-05-191-1/+1
* Add an -L option to ignore loopback Internet sockets.Bruce M Simpson2008-05-192-3/+24
* Add myself.Rui Paulo2008-05-181-0/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)Colin Percival2008-05-185-1/+205
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignoreColin Percival2008-05-172-0/+9
* Retire some stale alpha references.John Baldwin2008-05-162-7/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. SomeJohn Baldwin2008-05-167-43/+108
* Update the kernel to count the number of mbufs and clustersGeorge V. Neville-Neil2008-05-154-11/+67
* Change a use of u_int32_t to uint32_t.Brooks Davis2008-05-151-1/+1
* getopt.c is public domain. Add a comment to that effect.Brooks Davis2008-05-152-57/+5
* TypoBruce M Simpson2008-05-151-1/+1
* Add an example of how to use ldd -f.Bruce M Simpson2008-05-151-1/+8
* Make -t <tty> optional in server mode. If not specified use stdin/stdout.Maksim Yevmenkin2008-05-142-24/+34
* Fix #2.Adrian Chadd2008-05-131-1/+1
* Fix whitespace bug introduced a couple commits ago.Adrian Chadd2008-05-131-1/+1
* BSDCan update #2.Adrian Chadd2008-05-131-0/+1
* BSDCan calendar file update #1.Adrian Chadd2008-05-131-0/+3
* Improve temporary file handlingKevin Lo2008-05-131-2/+11
* Fix build.Xin LI2008-05-101-3/+4