summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typobms2008-05-151-1/+1
* Add an example of how to use ldd -f.bms2008-05-151-1/+8
* Make -t <tty> optional in server mode. If not specified use stdin/stdout.emax2008-05-142-24/+34
* Fix #2.adrian2008-05-131-1/+1
* Fix whitespace bug introduced a couple commits ago.adrian2008-05-131-1/+1
* BSDCan update #2.adrian2008-05-131-0/+1
* BSDCan calendar file update #1.adrian2008-05-131-0/+3
* Improve temporary file handlingkevlo2008-05-131-2/+11
* Fix build.delphij2008-05-101-3/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+25
* Use a sledgehammer cast (that was in the original patch to boot) tojhb2008-05-071-1/+1
* Fix reading the address of a znode_phys from a znode on 64-bit platformsjhb2008-05-071-3/+3
* The debug.sizeof.znode sysctl returns an int, not a size_t. This can causejhb2008-05-071-2/+3
* Only output details about the current working directory of a process ifjhb2008-05-071-1/+2
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-2/+2
* Update the date on the man-page to reflect the date that the '-u name'gad2008-05-061-1/+1
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.bms2008-05-034-0/+12
* Add AUTHORS section[*] and fix HISTORY section.hrs2008-05-021-1/+7
* Documentation updates:kientzle2008-05-022-3/+9
* bsdtar --version should succeed.kientzle2008-05-021-1/+1
* New bsdtar test harness. Still rather skimpy, but a lot easierkientzle2008-05-0211-0/+2203
* Allow -r with -T even if there are no files on the command line.kientzle2008-05-021-1/+1
OpenPOWER on IntegriCloud