aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-259-15/+15
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andJuli Mallett2002-08-253-3/+11
* Tweak chain example to show more possibilitiesAndrey A. Chernov2002-08-231-2/+2
* Fix warning when calling w(1) when logged in via xdm/kdm. This isSean Chittenden2002-08-231-4/+3
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryAndrey A. Chernov2002-08-233-37/+37
* Use correct document date for the -a option.Johan Karlsson2002-08-221-1/+1
* Add the -a option to report all matches instead of only theJohan Karlsson2002-08-223-57/+145
* Jump in.Thomas Quinot2002-08-211-0/+1
* For scripts that are called in non-login environments (in particularJoerg Wunsch2002-08-212-1/+52
* Add myself.Oliver Braun2002-08-211-0/+1
* Document SWIDTH*Andrey A. Chernov2002-08-201-0/+12
* Allow embedded `:' and `!' in target names.Ruslan Ermilov2002-08-201-2/+31
* When login tries to do the chmod/chflags on a read only file system,Warner Losh2002-08-191-3/+12
* Remove local prototypes for main().Juli Mallett2002-08-1915-19/+0
* Add a unary -not operator ala -false and !, for sake of completeness.Juli Mallett2002-08-192-0/+2
* Correctly handle empty path arguments, e.g., whereis -S -f biff.Johan Karlsson2002-08-181-7/+3
* Add swidth definitions and lex code to mklocaleMichael C . Wu2002-08-161-0/+4
* Forgot to change branches for my src tree. MFS my birthdate.Sean Chittenden2002-08-161-0/+1
* Bump document date for the 'beep only' change.Johan Karlsson2002-08-161-1/+1
* Bah! Use the full name for Florida.Joe Marcus Clarke2002-08-151-1/+1
* Add myself.Joe Marcus Clarke2002-08-151-0/+1
* Add myself.David Greenman2002-08-151-0/+1
* Oops, add -false to the operators list in the manual page for find(1), as addedJuli Mallett2002-08-151-0/+1
* Add support for -false instead of '!' cause it can be hard to use that inJuli Mallett2002-08-151-0/+1
* I was too conservative with my header changes, so restore some sanityDoug Barton2002-08-151-2/+3
* Unbreak building of fstat following version 1.23 ofBosko Milekic2002-08-141-1/+1
* Use proper #includeAndrey A. Chernov2002-08-141-1/+1
* Add #undefs to separate local buffers declaration and now dinamic libc buffersAndrey A. Chernov2002-08-141-0/+5
* mdoc(7) police: simplify.Ruslan Ermilov2002-08-141-3/+1
* mdoc(7) police: Forgot to bump .Dd.Ruslan Ermilov2002-08-141-1/+1
* mdoc(7) police:Ruslan Ermilov2002-08-141-11/+17
* Fix the usage() to match style(9).Ruslan Ermilov2002-08-141-3/+4
* mdoc(7) police: nits.Ruslan Ermilov2002-08-141-3/+5
* A much better description of the -q option.Doug Barton2002-08-131-5/+10
* If a timeout is specified, make sure that rcmd() completes withinIan Dowse2002-08-131-0/+18
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-2/+2
* mdoc(7) police: untangle.Ruslan Ermilov2002-08-131-1/+1
* A cooperative effort...Doug Barton2002-08-133-100/+150
* Fix typing error in prev. commitAndrey A. Chernov2002-08-121-1/+1
* Fix style bug in prev. commitAndrey A. Chernov2002-08-121-2/+1
* Fix su job control (recently introduced for PAM cleanup purposes) to notAndrey A. Chernov2002-08-121-3/+6
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-112-3/+3
* main.c:450: warning: `targs' might be used uninitialized in this functionRuslan Ermilov2002-08-111-1/+1
* Locale environment variables influence wc(1) regardless of whether theTim J. Robbins2002-08-111-4/+1
* Use the iswspace(3) function now that it's been implemented.Tim J. Robbins2002-08-112-5/+5
* Correct boundary condition error in `D' and `P' commands when the lastTim J. Robbins2002-08-111-6/+3
* Add #include <sys/sysctl.h>. In my tree, mount.h includesMaxime Henrion2002-08-111-0/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-103-12/+19
* truss hasn't been ported to ia64 yet.Jake Burkholder2002-08-101-2/+1
* xlint seems to build fine on sparc64.Jake Burkholder2002-08-101-1/+1