| Commit message (Expand) | Author | Age | Files | Lines |
| * | It's actually 11 minutes when the machine is assumed to be down and removed | Suleiman Souhlal | 2005-08-07 | 1 | -1/+1 |
| * | Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extracting | Robert Watson | 2005-08-06 | 1 | -96/+19 |
| * | Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined | Poul-Henning Kamp | 2005-08-06 | 1 | -1/+1 |
| * | Change the data type of the upper shared memory limits from a signed | Christian S.J. Peron | 2005-08-06 | 1 | -5/+5 |
| * | Put hesinfo(1) under buildoption "YES_HESIOD" | Poul-Henning Kamp | 2005-08-06 | 1 | -1/+5 |
| * | Include ../Makefile.inc, since without it programs get installed in the | Colin Percival | 2005-08-06 | 1 | -0/+3 |
| * | Add bsdiff and bspatch to the base system. These are tools for | Colin Percival | 2005-08-06 | 9 | -0/+753 |
| * | Don't include -lipx twice. | Poul-Henning Kamp | 2005-08-05 | 1 | -2/+2 |
| * | Make IPX support depend on NO_IPX | Poul-Henning Kamp | 2005-08-05 | 2 | -2/+16 |
| * | Let NO_MAN control catman | Poul-Henning Kamp | 2005-08-05 | 1 | -1/+5 |
| * | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-08-05 | 2 | -3/+4 |
| * | Include <err.h> where needed. Add $FreeBSD$ where missing. | Stefan Farfeleder | 2005-08-05 | 7 | -0/+11 |
| * | Prefer {u,}intmax_t over the deprecated {u_,}quad_t. | Stefan Farfeleder | 2005-08-05 | 1 | -17/+18 |
| * | Don't throw away the adjusted `runtimer' value. | Stefan Farfeleder | 2005-08-05 | 1 | -3/+1 |
| * | Call usage() instead of being insolent. | Juli Mallett | 2005-08-05 | 1 | -5/+4 |
| * | Bug fix: a numeric flag specification in the substitute command would | Diomidis Spinellis | 2005-08-04 | 1 | -2/+8 |
| * | Add NO_CALENDAR | Poul-Henning Kamp | 2005-08-03 | 1 | -1/+5 |
| * | Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8). | Sean Chittenden | 2005-08-02 | 2 | -0/+2 |
| * | The bsdtar_warnc() reporting function requires the program name to be | Tim Kientzle | 2005-08-02 | 1 | -10/+12 |
| * | Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvm | Robert Watson | 2005-08-01 | 1 | -14/+19 |
| * | Fix all the spelling mistakes I could find in the man pages for words | Giorgos Keramidas | 2005-07-31 | 7 | -8/+8 |
| * | Introduce kdevtoname, which when given the kernel address of a | Christian S.J. Peron | 2005-07-30 | 1 | -4/+16 |
| * | Minor syntax tweaks: | Robert Watson | 2005-07-28 | 1 | -17/+0 |
| * | Teach vmstat -m and vmstat -z to use libmemstat(3). Certain | Robert Watson | 2005-07-25 | 2 | -23/+96 |
| * | Disable thread support in BIND. It appears to reduce performance rather | Dag-Erling Smørgrav | 2005-07-25 | 4 | -8/+8 |
| * | Since libmemstat(3) now supports its own error management mechanism, | Robert Watson | 2005-07-24 | 1 | -1/+2 |
| * | In 2003, a -s flag was added to ministat to separate the | Poul-Henning Kamp | 2005-07-21 | 2 | -5/+8 |
| * | Fix the "..." special command. If this command is found all further | Hartmut Brandt | 2005-07-19 | 1 | -1/+1 |
| * | Fix minor memory leak when expanding ${variable}s | Garance A Drosehn | 2005-07-18 | 1 | -1/+5 |
| * | Modify "netstat -mb" to use libmemstat(3) when acting on a live system, | Robert Watson | 2005-07-18 | 2 | -36/+197 |
| * | remove myself as maintainer | Wolfram Schneider | 2005-07-17 | 1 | -2/+0 |
| * | Note the events of 0707, lest we forget. | Ceri Davies | 2005-07-15 | 1 | -0/+1 |
| * | Fix loder(1) to work with libraries. This can be useful to | Ruslan Ermilov | 2005-07-15 | 1 | -5/+14 |
| * | Add myself to FreeBSD calendar | Renato Botelho | 2005-07-15 | 1 | -0/+1 |
| * | Print newly exported pfsync statistics with netstat(8). | Max Laier | 2005-07-14 | 3 | -0/+51 |
| * | - Remove MLINKS to nonexistant manpages | Christian Brueffer | 2005-07-14 | 5 | -7/+7 |
| * | Fix two minor parsing bugs in -S processing: | Garance A Drosehn | 2005-07-13 | 1 | -14/+23 |
| * | add myself as a new committer | Jung-uk Kim | 2005-07-07 | 1 | -0/+1 |
| * | Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values | Johan Karlsson | 2005-06-30 | 1 | -1/+1 |
| * | Fixed troff warnings. | Ruslan Ermilov | 2005-06-27 | 1 | -1/+1 |
| * | Tidy up the markup. | Ruslan Ermilov | 2005-06-22 | 1 | -33/+48 |
| * | Fix a bug where the value of ${SOMEVAR} would simply disappear if there | Garance A Drosehn | 2005-06-21 | 1 | -23/+48 |
| * | Put in a more descriptive heading for the `env' command. | Garance A Drosehn | 2005-06-21 | 1 | -1/+1 |
| * | Undo r1.14 to env.c. While it is unusual for environment variables to | Garance A Drosehn | 2005-06-21 | 2 | -7/+2 |
| * | Add the '-S' and '-P' options. The '-S' option can be used to split | Garance A Drosehn | 2005-06-20 | 5 | -32/+829 |
| * | If the `utility' specified starts with a '/' character, then execute it | Garance A Drosehn | 2005-06-20 | 1 | -1/+2 |
| * | Move the code that clears the environment when `-i' is specified, so it that | Garance A Drosehn | 2005-06-20 | 1 | -5/+9 |
| * | Add a '-v' option to `env', to make it easier to discover exactly what steps | Garance A Drosehn | 2005-06-20 | 1 | -4/+25 |
| * | Decode chroot(2) args. | Alfred Perlstein | 2005-06-14 | 1 | -0/+2 |
| * | Markup and wording fixes. | Ruslan Ermilov | 2005-06-14 | 9 | -18/+25 |