| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove duplicate entries. | Greg Lehey | 2001-10-04 | 2 | -2/+0 |
| * | - First shot at PIC emulation; | Thomas Gellekum | 2001-10-02 | 13 | -587/+739 |
| * | Allow "obsolete" (but commonly-used) command line style to be used | Bill Fenner | 2001-10-02 | 1 | -2/+3 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 2 | -2/+2 |
| * | mdoc(7) police: make double quotes in #include statement visible. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
| * | mdoc(7) police: s/FreeBSD/.Fx/, bump document date. | Ruslan Ermilov | 2001-10-01 | 1 | -2/+4 |
| * | Adjust to the libedit enhancements some functions now take more parameters. | David E. O'Brien | 2001-10-01 | 3 | -3/+5 |
| * | Add description for calendar.freebsd. | Greg Lehey | 2001-10-01 | 1 | -0/+2 |
| * | Correct spelling of Labour Day in Australia, and clarify which states observ... | Greg Lehey | 2001-10-01 | 1 | -4/+6 |
| * | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | Bosko Milekic | 2001-09-30 | 2 | -77/+62 |
| * | use openpty() instead of rolling a custom function (which didn't support | Bill Fumerola | 2001-09-28 | 2 | -30/+18 |
| * | Clarify that -h implies -c. | David E. O'Brien | 2001-09-24 | 1 | -0/+5 |
| * | Don't print running stats unless we're the foreground process. | Dag-Erling Smørgrav | 2001-09-23 | 1 | -0/+11 |
| * | Don't add space after comma unless there was already one (prevents a | Mike Heffner | 2001-09-23 | 1 | -4/+4 |
| * | blah, remove debugging code that crept in with last commit. | David E. O'Brien | 2001-09-23 | 1 | -1/+0 |
| * | Add the 'h' flag to operate on symlinks rather than what they point to. | David E. O'Brien | 2001-09-22 | 2 | -6/+19 |
| * | Fixing a bug that causes very short uptimes (less than one minute) to | Crist J. Clark | 2001-09-22 | 1 | -1/+2 |
| * | mdoc(7) police: markup nits. | Ruslan Ermilov | 2001-09-21 | 1 | -6/+10 |
| * | Cross-reference jot(1). | Garrett Wollman | 2001-09-21 | 1 | -1/+2 |
| * | Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly used | Garrett Wollman | 2001-09-21 | 1 | -2/+7 |
| * | Cross-reference between lam(1) and paste(1). Add a STANDARDS section to | Garrett Wollman | 2001-09-21 | 2 | -3/+12 |
| * | Userland part of nfs client/server split and cleanup. | Peter Wemm | 2001-09-18 | 2 | -89/+108 |
| * | Fix multiple uses of commas to separate countries. This construct is | Greg Lehey | 2001-09-17 | 1 | -28/+28 |
| * | When bootstrapping install(1), libc may not have the strtofflags(3) support. | Ruslan Ermilov | 2001-09-17 | 1 | -0/+6 |
| * | Correct spelling of PNG. | Greg Lehey | 2001-09-15 | 1 | -2/+2 |
| * | o Modify NFS rights comment to note that the early credential changes | Robert Watson | 2001-09-15 | 1 | -1/+7 |
| * | Fold groups(1) and whoami(1) into id(1). | Ruslan Ermilov | 2001-09-14 | 4 | -87/+35 |
| * | Simplify f_Xtime(). | Ruslan Ermilov | 2001-09-14 | 1 | -24/+11 |
| * | Bloat find(1) even more, and introduce the concept | Ruslan Ermilov | 2001-09-14 | 3 | -18/+166 |
| * | Now that we have it, replace `afterinstall' target with SCRIPTS. | Ruslan Ermilov | 2001-09-13 | 1 | -7/+1 |
| * | Fixed the BINGRP handling mess. | Ruslan Ermilov | 2001-09-13 | 1 | -3/+3 |
| * | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 11 | -0/+12 |
| * | Reinstate complete (and now correctly functioning) WARNS=2. | Mark Murray | 2001-09-12 | 2 | -9/+11 |
| * | Fixed some of style bugs. | Ruslan Ermilov | 2001-09-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -10/+30 |
| * | Correct the entry for Sudetenland. It also has nothing to do with the south. | Greg Lehey | 2001-09-12 | 1 | -1/+1 |
| * | Correct the invasion of Südetenland. Any involvement of ducks was insignifi... | Greg Lehey | 2001-09-12 | 1 | -1/+1 |
| * | Implement the ``-f address_family'' filter for -i. | Ruslan Ermilov | 2001-09-11 | 3 | -3/+14 |
| * | Update usage() to match reality. | Ruslan Ermilov | 2001-09-11 | 1 | -5/+12 |
| * | mdoc(7) police: Fixed the .Ex calls in manpages that describe more | Ruslan Ermilov | 2001-09-11 | 2 | -2/+2 |
| * | Add a cast to silence a warning (error because of WARNS=2) on Alpha. | Mike Barcroft | 2001-09-10 | 1 | -1/+1 |
| * | Do not overrun entry array when printing output tables. | Ruslan Ermilov | 2001-09-10 | 1 | -24/+22 |
| * | Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w). | Ruslan Ermilov | 2001-09-10 | 1 | -1/+3 |
| * | Fixed the -z option handling: | Ruslan Ermilov | 2001-09-10 | 1 | -3/+6 |
| * | - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd | Dima Dorfman | 2001-09-09 | 3 | -7/+15 |
| * | Iron out an identity crisis. I'm Irish, not English. | Brian Somers | 2001-09-09 | 1 | -1/+1 |
| * | Make sure that all non-root-owned binaries in standard system | Matthew Dillon | 2001-09-09 | 1 | -0/+1 |
| * | Remove a bogus cast and lockdown users(1) with WARNS?=2 | Mike Barcroft | 2001-09-09 | 2 | -1/+3 |
| * | Add Dennis Ritchie. | Greg Lehey | 2001-09-09 | 1 | -0/+1 |
| * | If the local file does not exist, or is a regular file, and we're not trying | Dag-Erling Smørgrav | 2001-09-08 | 1 | -27/+71 |