aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-3/+24
* Use a sledgehammer cast (that was in the original patch to boot) toJohn Baldwin2008-05-071-1/+1
* Fix reading the address of a znode_phys from a znode on 64-bit platformsJohn Baldwin2008-05-071-3/+3
* The debug.sizeof.znode sysctl returns an int, not a size_t. This can causeJohn Baldwin2008-05-071-2/+3
* Only output details about the current working directory of a process ifJohn Baldwin2008-05-071-1/+2
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
* Update the date on the man-page to reflect the date that the '-u name'Garance A Drosehn2008-05-061-1/+1
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.Bruce M Simpson2008-05-034-0/+12
* Add AUTHORS section[*] and fix HISTORY section.Hiroki Sato2008-05-021-1/+7
* Documentation updates:Tim Kientzle2008-05-022-3/+9
* bsdtar --version should succeed.Tim Kientzle2008-05-021-1/+1
* New bsdtar test harness. Still rather skimpy, but a lot easierTim Kientzle2008-05-0211-0/+2203
* Allow -r with -T even if there are no files on the command line.Tim Kientzle2008-05-021-1/+1
* Fix some section references.Pawel Jakub Dawidek2008-04-291-1/+1
* The referenced section name is 'Formats', not 'FORMATS'.Pawel Jakub Dawidek2008-04-291-1/+1
* Don't depend on the modification time of the "zfs" subdir.Ruslan Ermilov2008-04-291-2/+1
* - Fix makefile so it doesn't break the build in some corner cases. [1]Ruslan Ermilov2008-04-292-134/+3
* ANSIfy function prototypes. While I am there, constify some parameters andXin LI2008-04-2813-61/+36
* Capitalize "Eve". This is the correct form and now matchesSean Farley2008-04-241-1/+1
* Add:Gabor Pali2008-04-221-0/+1
* Use ddb(4), not DDB(4) for man page cross-references.Robert Watson2008-04-211-1/+1
* Provide more detailed information about each procstat(1) display mode,Robert Watson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson2008-04-191-0/+4
* Add the '-u name' option to the env command, which will completely unsetGarance A Drosehn2008-04-172-8/+31
* Fixes typo's in sctp.cRandall Stewart2008-04-161-4/+4
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesRuslan Ermilov2008-04-111-2/+0
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromRuslan Ermilov2008-04-111-1/+1
* - Add support for interrupt bindig to cpuset(1). Interrupts are boundJeff Roberson2008-04-111-7/+19
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).Ruslan Ermilov2008-04-101-2/+3