| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer to utilities, not commands, for consistency with env(1), nice(1), etc. | tjr | 2002-06-28 | 2 | -8/+8 |
* | Document the fairly obvious effects of the PATH environment variable. | tjr | 2002-06-28 | 3 | -1/+25 |
* | Discourage use of env(1)'s "-" flag by moving its description to the | tjr | 2002-06-28 | 2 | -6/+8 |
* | Overwrite "term" from login.conf(5) for any known TERM | ache | 2002-06-28 | 1 | -2/+9 |
* | Add my entry to the mojo file. | dillon | 2002-06-28 | 1 | -0/+1 |
* | add my entry. | cjh | 2002-06-28 | 1 | -0/+1 |
* | Increment morefiles, balance braces. This should really be using getopt(3). | jmallett | 2002-06-27 | 1 | -2/+3 |
* | Instead of not using argc and doing other great evil, check for no arguments | jmallett | 2002-06-27 | 1 | -5/+6 |
* | Update my name here, pointed out by grep(1). | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Indicate that the semicolon that terminates argument lists should be in | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make limits(1) aware of the new vmemoryuse resource limit. | dillon | 2002-06-26 | 2 | -16/+37 |
* | Fix mdoc nits in preparation for RLIMIT_VMEM support: | sheldonh | 2002-06-26 | 1 | -3/+5 |
* | This is Alexander Kabaev's patch to solve the signal problem with su | dillon | 2002-06-26 | 1 | -0/+11 |
* | Backout 1.51 on DES's request. | dillon | 2002-06-26 | 1 | -2/+0 |
* | Sort sections, and refer to sed as a utility, not a function. | tjr | 2002-06-25 | 1 | -6/+6 |
* | Add ICBM coordinates and birthday reminder | perky | 2002-06-25 | 1 | -0/+1 |
* | Add support for the 'flipr' option per IEEE 1003.1-2001. | mikeh | 2002-06-25 | 2 | -2/+10 |
* | Use strcasestr() instead of reimplementing it. | mikeh | 2002-06-25 | 1 | -45/+18 |
* | Make the 'searchheaders' option behave how it was supposed to. If | mikeh | 2002-06-25 | 3 | -11/+16 |
* | Rearrange a little, specifically: | mikeh | 2002-06-25 | 1 | -86/+131 |
* | Remove deprecated register qualifier. | jmallett | 2002-06-24 | 7 | -40/+40 |
* | Better warnings fixes. Use more sane argument types instead of bogus casts | markm | 2002-06-24 | 1 | -3/+3 |
* | Fix unaligned access error. | naddy | 2002-06-24 | 1 | -3/+6 |
* | Fix off by one in `y' (transliterate) command which caused the last character | tjr | 2002-06-24 | 1 | -1/+1 |
* | Make egetopt() return -1 not EOF, as getopt(3) do. | charnier | 2002-06-23 | 1 | -4/+4 |
* | Document the fairly obvious effect of the PATH environment variable. | tjr | 2002-06-23 | 1 | -0/+8 |
* | Make the Examples section consistent with the rest of the system manual | tjr | 2002-06-23 | 1 | -5/+5 |
* | add DIAGNOSTICS section | charnier | 2002-06-23 | 1 | -1/+1 |
* | Only got one of the Perl usages. | obrien | 2002-06-23 | 1 | -2/+3 |
* | Replace a perl usage with an AWK one. | obrien | 2002-06-23 | 1 | -1/+1 |
* | Stylistic nit: | jmallett | 2002-06-22 | 1 | -5/+5 |
* | Check for results of repeated calls to strnsubst(), as well as for the | jmallett | 2002-06-22 | 1 | -6/+17 |
* | When giving an example that relies on shell expansion/globbing, don't use a | jmallett | 2002-06-22 | 1 | -1/+1 |
* | Now that the pattern space contains no trailing newline, modify the `l' | tjr | 2002-06-22 | 1 | -1/+5 |
* | Don't store newlines at the end of each line in the hold/pattern spaces, | tjr | 2002-06-22 | 2 | -11/+12 |
* | Better fix for style. | markm | 2002-06-21 | 1 | -6/+6 |
* | Fix warnings generated elsewhere. | markm | 2002-06-21 | 1 | -1/+1 |
* | Style tidy-up. | markm | 2002-06-21 | 1 | -2/+4 |
* | Modernise this code by rounding up the usual suspects: register keyword, | markm | 2002-06-21 | 2 | -120/+87 |
* | #include <sys/time.h> before <sys/stat.h> to get timespec. | phk | 2002-06-21 | 1 | -0/+1 |
* | Skip fields in the manner required by POSIX, and the way V7 did it. | tjr | 2002-06-21 | 1 | -10/+8 |
* | Newline characters should not participate in line comparisons. Only apparent | tjr | 2002-06-21 | 1 | -4/+22 |
* | Give a C rewriter the necessary credit. | ru | 2002-06-21 | 1 | -3/+9 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -0/+4 |
* | Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused | jmallett | 2002-06-20 | 1 | -0/+8 |
* | More unsigned char casts to isupper(3). | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Provide a heuristic for RCS conflicts. | jmallett | 2002-06-20 | 1 | -2/+9 |
* | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | jmallett | 2002-06-20 | 1 | -2/+18 |
* | Expand a buffer to reduce diffs to NetBSD. | jmallett | 2002-06-20 | 1 | -2/+2 |