aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Handle relative and absolute pathnames (anything with a `/' in it) in the sameTim J. Robbins2002-06-301-1/+1
* Treat empty PATH elements as "." for tradition and consistency with theTim J. Robbins2002-06-301-1/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-30109-208/+222
* Untie help and sccs from the build. sccs has been repo copied intoJuli Mallett2002-06-297-3689/+0
* Avoid truncating filenames with snprintf().Tim J. Robbins2002-06-291-2/+5
* Simplify TERM handling since now libutil not overwrites existen TERM for "term"Andrey A. Chernov2002-06-281-3/+1
* Refer to utilities, not commands, for consistency with env(1), nice(1), etc.Tim J. Robbins2002-06-282-8/+8
* Document the fairly obvious effects of the PATH environment variable.Tim J. Robbins2002-06-283-1/+25
* Discourage use of env(1)'s "-" flag by moving its description to theTim J. Robbins2002-06-282-6/+8
* Overwrite "term" from login.conf(5) for any known TERMAndrey A. Chernov2002-06-281-2/+9
* Add my entry to the mojo file.Matthew Dillon2002-06-281-0/+1
* add my entry.CHOI Junho2002-06-281-0/+1
* Increment morefiles, balance braces. This should really be using getopt(3).Juli Mallett2002-06-271-2/+3
* Instead of not using argc and doing other great evil, check for no argumentsJuli Mallett2002-06-271-5/+6
* Update my name here, pointed out by grep(1).Juli Mallett2002-06-271-1/+1
* Indicate that the semicolon that terminates argument lists should be inTim J. Robbins2002-06-261-2/+8
* Make it more obvious that the semicolon that terminates -exec and -execdirTim J. Robbins2002-06-261-2/+8
* Make limits(1) aware of the new vmemoryuse resource limit.Matthew Dillon2002-06-262-16/+37
* Fix mdoc nits in preparation for RLIMIT_VMEM support:Sheldon Hearn2002-06-261-3/+5
* This is Alexander Kabaev's patch to solve the signal problem with suMatthew Dillon2002-06-261-0/+11
* Backout 1.51 on DES's request.Matthew Dillon2002-06-261-2/+0
* Sort sections, and refer to sed as a utility, not a function.Tim J. Robbins2002-06-251-6/+6
* Add ICBM coordinates and birthday reminderHye-Shik Chang2002-06-251-0/+1
* Add support for the 'flipr' option per IEEE 1003.1-2001.Mike Heffner2002-06-252-2/+10
* Use strcasestr() instead of reimplementing it.Mike Heffner2002-06-251-45/+18
* Make the 'searchheaders' option behave how it was supposed to. IfMike Heffner2002-06-253-11/+16
* Rearrange a little, specifically:Mike Heffner2002-06-251-86/+131
* Remove deprecated register qualifier.Juli Mallett2002-06-247-40/+40
* Better warnings fixes. Use more sane argument types instead of bogus castsMark Murray2002-06-241-3/+3
* Fix unaligned access error.Christian Weisgerber2002-06-241-3/+6
* Fix off by one in `y' (transliterate) command which caused the last characterTim J. Robbins2002-06-241-1/+1
* Make egetopt() return -1 not EOF, as getopt(3) do.Philippe Charnier2002-06-231-4/+4
* Document the fairly obvious effect of the PATH environment variable.Tim J. Robbins2002-06-231-0/+8
* Make the Examples section consistent with the rest of the system manualTim J. Robbins2002-06-231-5/+5
* add DIAGNOSTICS sectionPhilippe Charnier2002-06-231-1/+1
* Only got one of the Perl usages.David E. O'Brien2002-06-231-2/+3
* Replace a perl usage with an AWK one.David E. O'Brien2002-06-231-1/+1
* Stylistic nit:Juli Mallett2002-06-221-5/+5
* Check for results of repeated calls to strnsubst(), as well as for theJuli Mallett2002-06-221-6/+17
* When giving an example that relies on shell expansion/globbing, don't use aJuli Mallett2002-06-221-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'Tim J. Robbins2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,Tim J. Robbins2002-06-222-11/+12
* Better fix for style.Mark Murray2002-06-211-6/+6
* Fix warnings generated elsewhere.Mark Murray2002-06-211-1/+1
* Style tidy-up.Mark Murray2002-06-211-2/+4
* Modernise this code by rounding up the usual suspects: register keyword,Mark Murray2002-06-212-120/+87
* #include <sys/time.h> before <sys/stat.h> to get timespec.Poul-Henning Kamp2002-06-211-0/+1
* Skip fields in the manner required by POSIX, and the way V7 did it.Tim J. Robbins2002-06-211-10/+8
* Newline characters should not participate in line comparisons. Only apparentTim J. Robbins2002-06-211-4/+22