| Commit message (Expand) | Author | Age | Files | Lines |
| * | Untie help and sccs from the build. sccs has been repo copied into | Juli Mallett | 2002-06-29 | 7 | -3689/+0 |
| * | Avoid truncating filenames with snprintf(). | Tim J. Robbins | 2002-06-29 | 1 | -2/+5 |
| * | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | Andrey A. Chernov | 2002-06-28 | 1 | -3/+1 |
| * | Refer to utilities, not commands, for consistency with env(1), nice(1), etc. | Tim J. Robbins | 2002-06-28 | 2 | -8/+8 |
| * | Document the fairly obvious effects of the PATH environment variable. | Tim J. Robbins | 2002-06-28 | 3 | -1/+25 |
| * | Discourage use of env(1)'s "-" flag by moving its description to the | Tim J. Robbins | 2002-06-28 | 2 | -6/+8 |
| * | Overwrite "term" from login.conf(5) for any known TERM | Andrey A. Chernov | 2002-06-28 | 1 | -2/+9 |
| * | Add my entry to the mojo file. | Matthew Dillon | 2002-06-28 | 1 | -0/+1 |
| * | add my entry. | CHOI Junho | 2002-06-28 | 1 | -0/+1 |
| * | Increment morefiles, balance braces. This should really be using getopt(3). | Juli Mallett | 2002-06-27 | 1 | -2/+3 |
| * | Instead of not using argc and doing other great evil, check for no arguments | Juli Mallett | 2002-06-27 | 1 | -5/+6 |
| * | Update my name here, pointed out by grep(1). | Juli Mallett | 2002-06-27 | 1 | -1/+1 |
| * | Indicate that the semicolon that terminates argument lists should be in | Tim J. Robbins | 2002-06-26 | 1 | -2/+8 |
| * | Make it more obvious that the semicolon that terminates -exec and -execdir | Tim J. Robbins | 2002-06-26 | 1 | -2/+8 |
| * | Make limits(1) aware of the new vmemoryuse resource limit. | Matthew Dillon | 2002-06-26 | 2 | -16/+37 |
| * | Fix mdoc nits in preparation for RLIMIT_VMEM support: | Sheldon Hearn | 2002-06-26 | 1 | -3/+5 |
| * | This is Alexander Kabaev's patch to solve the signal problem with su | Matthew Dillon | 2002-06-26 | 1 | -0/+11 |
| * | Backout 1.51 on DES's request. | Matthew Dillon | 2002-06-26 | 1 | -2/+0 |
| * | Sort sections, and refer to sed as a utility, not a function. | Tim J. Robbins | 2002-06-25 | 1 | -6/+6 |
| * | Add ICBM coordinates and birthday reminder | Hye-Shik Chang | 2002-06-25 | 1 | -0/+1 |
| * | Add support for the 'flipr' option per IEEE 1003.1-2001. | Mike Heffner | 2002-06-25 | 2 | -2/+10 |
| * | Use strcasestr() instead of reimplementing it. | Mike Heffner | 2002-06-25 | 1 | -45/+18 |
| * | Make the 'searchheaders' option behave how it was supposed to. If | Mike Heffner | 2002-06-25 | 3 | -11/+16 |
| * | Rearrange a little, specifically: | Mike Heffner | 2002-06-25 | 1 | -86/+131 |
| * | Remove deprecated register qualifier. | Juli Mallett | 2002-06-24 | 7 | -40/+40 |
| * | Better warnings fixes. Use more sane argument types instead of bogus casts | Mark Murray | 2002-06-24 | 1 | -3/+3 |
| * | Fix unaligned access error. | Christian Weisgerber | 2002-06-24 | 1 | -3/+6 |
| * | Fix off by one in `y' (transliterate) command which caused the last character | Tim J. Robbins | 2002-06-24 | 1 | -1/+1 |
| * | Make egetopt() return -1 not EOF, as getopt(3) do. | Philippe Charnier | 2002-06-23 | 1 | -4/+4 |
| * | Document the fairly obvious effect of the PATH environment variable. | Tim J. Robbins | 2002-06-23 | 1 | -0/+8 |
| * | Make the Examples section consistent with the rest of the system manual | Tim J. Robbins | 2002-06-23 | 1 | -5/+5 |
| * | add DIAGNOSTICS section | Philippe Charnier | 2002-06-23 | 1 | -1/+1 |
| * | Only got one of the Perl usages. | David E. O'Brien | 2002-06-23 | 1 | -2/+3 |
| * | Replace a perl usage with an AWK one. | David E. O'Brien | 2002-06-23 | 1 | -1/+1 |
| * | Stylistic nit: | Juli Mallett | 2002-06-22 | 1 | -5/+5 |
| * | Check for results of repeated calls to strnsubst(), as well as for the | Juli Mallett | 2002-06-22 | 1 | -6/+17 |
| * | When giving an example that relies on shell expansion/globbing, don't use a | Juli Mallett | 2002-06-22 | 1 | -1/+1 |
| * | Now that the pattern space contains no trailing newline, modify the `l' | Tim J. Robbins | 2002-06-22 | 1 | -1/+5 |
| * | Don't store newlines at the end of each line in the hold/pattern spaces, | Tim J. Robbins | 2002-06-22 | 2 | -11/+12 |
| * | Better fix for style. | Mark Murray | 2002-06-21 | 1 | -6/+6 |
| * | Fix warnings generated elsewhere. | Mark Murray | 2002-06-21 | 1 | -1/+1 |
| * | Style tidy-up. | Mark Murray | 2002-06-21 | 1 | -2/+4 |
| * | Modernise this code by rounding up the usual suspects: register keyword, | Mark Murray | 2002-06-21 | 2 | -120/+87 |
| * | #include <sys/time.h> before <sys/stat.h> to get timespec. | Poul-Henning Kamp | 2002-06-21 | 1 | -0/+1 |
| * | Skip fields in the manner required by POSIX, and the way V7 did it. | Tim J. Robbins | 2002-06-21 | 1 | -9/+7 |
| * | Newline characters should not participate in line comparisons. Only apparent | Tim J. Robbins | 2002-06-21 | 1 | -4/+22 |
| * | Give a C rewriter the necessary credit. | Ruslan Ermilov | 2002-06-21 | 1 | -3/+9 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -0/+4 |
| * | Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused | Juli Mallett | 2002-06-20 | 1 | -0/+8 |
| * | More unsigned char casts to isupper(3). | Juli Mallett | 2002-06-20 | 1 | -2/+2 |