| Commit message (Expand) | Author | Age | Files | Lines |
| * | Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit, | Colin Percival | 2008-05-19 | 1 | -2/+2 |
| * | There's no way for entry to possibly be NULL at the end of write_entry | Colin Percival | 2008-05-19 | 1 | -2/+1 |
| * | Add -L to usage(). | Bruce M Simpson | 2008-05-19 | 1 | -1/+1 |
| * | Add an -L option to ignore loopback Internet sockets. | Bruce M Simpson | 2008-05-19 | 2 | -3/+24 |
| * | Add myself. | Rui Paulo | 2008-05-18 | 1 | -0/+1 |
| * | Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) | Colin Percival | 2008-05-18 | 5 | -1/+205 |
| * | Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore | Colin Percival | 2008-05-17 | 2 | -0/+9 |
| * | Retire some stale alpha references. | John Baldwin | 2008-05-16 | 2 | -7/+0 |
| * | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | John Baldwin | 2008-05-16 | 7 | -43/+108 |
| * | Update the kernel to count the number of mbufs and clusters | George V. Neville-Neil | 2008-05-15 | 4 | -11/+67 |
| * | Change a use of u_int32_t to uint32_t. | Brooks Davis | 2008-05-15 | 1 | -1/+1 |
| * | getopt.c is public domain. Add a comment to that effect. | Brooks Davis | 2008-05-15 | 2 | -57/+5 |
| * | Typo | Bruce M Simpson | 2008-05-15 | 1 | -1/+1 |
| * | Add an example of how to use ldd -f. | Bruce M Simpson | 2008-05-15 | 1 | -1/+8 |
| * | Make -t <tty> optional in server mode. If not specified use stdin/stdout. | Maksim Yevmenkin | 2008-05-14 | 2 | -24/+34 |
| * | Fix #2. | Adrian Chadd | 2008-05-13 | 1 | -1/+1 |
| * | Fix whitespace bug introduced a couple commits ago. | Adrian Chadd | 2008-05-13 | 1 | -1/+1 |
| * | BSDCan update #2. | Adrian Chadd | 2008-05-13 | 1 | -0/+1 |
| * | BSDCan calendar file update #1. | Adrian Chadd | 2008-05-13 | 1 | -0/+3 |
| * | Improve temporary file handling | Kevin Lo | 2008-05-13 | 1 | -2/+11 |
| * | Fix build. | Xin LI | 2008-05-10 | 1 | -3/+4 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -3/+24 |
| * | Use a sledgehammer cast (that was in the original patch to boot) to | John Baldwin | 2008-05-07 | 1 | -1/+1 |
| * | Fix reading the address of a znode_phys from a znode on 64-bit platforms | John Baldwin | 2008-05-07 | 1 | -3/+3 |
| * | The debug.sizeof.znode sysctl returns an int, not a size_t. This can cause | John Baldwin | 2008-05-07 | 1 | -2/+3 |
| * | Only output details about the current working directory of a process if | John Baldwin | 2008-05-07 | 1 | -1/+2 |
| * | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | Doug Rabson | 2008-05-07 | 1 | -2/+2 |
| * | Update the date on the man-page to reflect the date that the '-u name' | Garance A Drosehn | 2008-05-06 | 1 | -1/+1 |
| * | Relinquish exclusive TTY access when tip(1) or cu(1) exit. | Bruce M Simpson | 2008-05-03 | 4 | -0/+12 |
| * | Add AUTHORS section[*] and fix HISTORY section. | Hiroki Sato | 2008-05-02 | 1 | -1/+7 |
| * | Documentation updates: | Tim Kientzle | 2008-05-02 | 2 | -3/+9 |
| * | bsdtar --version should succeed. | Tim Kientzle | 2008-05-02 | 1 | -1/+1 |
| * | New bsdtar test harness. Still rather skimpy, but a lot easier | Tim Kientzle | 2008-05-02 | 11 | -0/+2203 |
| * | Allow -r with -T even if there are no files on the command line. | Tim Kientzle | 2008-05-02 | 1 | -1/+1 |
| * | Fix some section references. | Pawel Jakub Dawidek | 2008-04-29 | 1 | -1/+1 |
| * | The referenced section name is 'Formats', not 'FORMATS'. | Pawel Jakub Dawidek | 2008-04-29 | 1 | -1/+1 |
| * | Don't depend on the modification time of the "zfs" subdir. | Ruslan Ermilov | 2008-04-29 | 1 | -2/+1 |
| * | - Fix makefile so it doesn't break the build in some corner cases. [1] | Ruslan Ermilov | 2008-04-29 | 2 | -134/+3 |
| * | ANSIfy function prototypes. While I am there, constify some parameters and | Xin LI | 2008-04-28 | 13 | -61/+36 |
| * | Capitalize "Eve". This is the correct form and now matches | Sean Farley | 2008-04-24 | 1 | -1/+1 |
| * | Add: | Gabor Pali | 2008-04-22 | 1 | -0/+1 |
| * | Use ddb(4), not DDB(4) for man page cross-references. | Robert Watson | 2008-04-21 | 1 | -1/+1 |
| * | Provide more detailed information about each procstat(1) display mode, | Robert Watson | 2008-04-19 | 1 | -7/+248 |
| * | It is a bug that procstat(8) works only on live kernels and not crashdumps; | Robert Watson | 2008-04-19 | 1 | -0/+4 |
| * | Add the '-u name' option to the env command, which will completely unset | Garance A Drosehn | 2008-04-17 | 2 | -8/+31 |
| * | Fixes typo's in sctp.c | Randall Stewart | 2008-04-16 | 1 | -4/+4 |
| * | system_info.cpustates isn't sparse, so a bitmask of available CPU states | Ruslan Ermilov | 2008-04-11 | 1 | -2/+0 |
| * | Allocate enough memory for pcpu_cp_time[] to stop sysctl() from | Ruslan Ermilov | 2008-04-11 | 1 | -1/+1 |
| * | - Add support for interrupt bindig to cpuset(1). Interrupts are bound | Jeff Roberson | 2008-04-11 | 1 | -7/+19 |
| * | Fix "top -P" (`&' mistyped as `&&' and a botched logic). | Ruslan Ermilov | 2008-04-10 | 1 | -2/+3 |