| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied). | jmallett | 2002-06-30 | 2 | -174/+0 |
* | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check | jmallett | 2002-06-30 | 1 | -11/+12 |
* | Make it possible to have this (basename(1)) perform basename(3) on multiple | jmallett | 2002-06-30 | 2 | -8/+50 |
* | Consistently wrap CSRG SCM ID. | obrien | 2002-06-30 | 3 | -4/+6 |
* | Handle relative and absolute pathnames (anything with a `/' in it) in the same | tjr | 2002-06-30 | 1 | -1/+1 |
* | Treat empty PATH elements as "." for tradition and consistency with the | tjr | 2002-06-30 | 1 | -1/+3 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 109 | -208/+222 |
* | Untie help and sccs from the build. sccs has been repo copied into | jmallett | 2002-06-29 | 7 | -3689/+0 |
* | Avoid truncating filenames with snprintf(). | tjr | 2002-06-29 | 1 | -2/+5 |
* | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | ache | 2002-06-28 | 1 | -3/+1 |
* | 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 |