summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied).jmallett2002-06-302-174/+0
* Minor cleanup: ANSI C function declarations, use argc after getopt(3) to checkjmallett2002-06-301-11/+12
* Make it possible to have this (basename(1)) perform basename(3) on multiplejmallett2002-06-302-8/+50
* Consistently wrap CSRG SCM ID.obrien2002-06-303-4/+6
* Handle relative and absolute pathnames (anything with a `/' in it) in the sametjr2002-06-301-1/+1
* Treat empty PATH elements as "." for tradition and consistency with thetjr2002-06-301-1/+3
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Consistently use FBSDIDobrien2002-06-30109-208/+222
* Untie help and sccs from the build. sccs has been repo copied intojmallett2002-06-297-3689/+0
* Avoid truncating filenames with snprintf().tjr2002-06-291-2/+5
* Simplify TERM handling since now libutil not overwrites existen TERM for "term"ache2002-06-281-3/+1
* Refer to utilities, not commands, for consistency with env(1), nice(1), etc.tjr2002-06-282-8/+8
* Document the fairly obvious effects of the PATH environment variable.tjr2002-06-283-1/+25
* Discourage use of env(1)'s "-" flag by moving its description to thetjr2002-06-282-6/+8
* Overwrite "term" from login.conf(5) for any known TERMache2002-06-281-2/+9
* Add my entry to the mojo file.dillon2002-06-281-0/+1
* add my entry.cjh2002-06-281-0/+1
* Increment morefiles, balance braces. This should really be using getopt(3).jmallett2002-06-271-2/+3
* Instead of not using argc and doing other great evil, check for no argumentsjmallett2002-06-271-5/+6
* Update my name here, pointed out by grep(1).jmallett2002-06-271-1/+1
* Indicate that the semicolon that terminates argument lists should be intjr2002-06-261-2/+8
* Make it more obvious that the semicolon that terminates -exec and -execdirtjr2002-06-261-2/+8
* Make limits(1) aware of the new vmemoryuse resource limit.dillon2002-06-262-16/+37
* Fix mdoc nits in preparation for RLIMIT_VMEM support:sheldonh2002-06-261-3/+5
* This is Alexander Kabaev's patch to solve the signal problem with sudillon2002-06-261-0/+11
* Backout 1.51 on DES's request.dillon2002-06-261-2/+0
* Sort sections, and refer to sed as a utility, not a function.tjr2002-06-251-6/+6
* Add ICBM coordinates and birthday reminderperky2002-06-251-0/+1
* Add support for the 'flipr' option per IEEE 1003.1-2001.mikeh2002-06-252-2/+10
* Use strcasestr() instead of reimplementing it.mikeh2002-06-251-45/+18
* Make the 'searchheaders' option behave how it was supposed to. Ifmikeh2002-06-253-11/+16
* Rearrange a little, specifically:mikeh2002-06-251-86/+131
* Remove deprecated register qualifier.jmallett2002-06-247-40/+40
* Better warnings fixes. Use more sane argument types instead of bogus castsmarkm2002-06-241-3/+3
* Fix unaligned access error.naddy2002-06-241-3/+6
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
* Make egetopt() return -1 not EOF, as getopt(3) do.charnier2002-06-231-4/+4
* Document the fairly obvious effect of the PATH environment variable.tjr2002-06-231-0/+8
* Make the Examples section consistent with the rest of the system manualtjr2002-06-231-5/+5
* add DIAGNOSTICS sectioncharnier2002-06-231-1/+1
* Only got one of the Perl usages.obrien2002-06-231-2/+3
* Replace a perl usage with an AWK one.obrien2002-06-231-1/+1
* Stylistic nit:jmallett2002-06-221-5/+5
* Check for results of repeated calls to strnsubst(), as well as for thejmallett2002-06-221-6/+17
* When giving an example that relies on shell expansion/globbing, don't use ajmallett2002-06-221-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'tjr2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-222-11/+12
* Better fix for style.markm2002-06-211-6/+6
* Fix warnings generated elsewhere.markm2002-06-211-1/+1
* Style tidy-up.markm2002-06-211-2/+4
OpenPOWER on IntegriCloud