aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical'Tim J. Robbins2002-05-202-23/+109
* Remove a small, annoying, nit I ran in to editing this file, a lone tabJuli Mallett2002-05-191-1/+1
* Implement the -u (-o nounset) option, which gives an error message ifTim J. Robbins2002-05-192-1/+11
* Make the fg and bg commands give the output required by SUSv3.Tim J. Robbins2002-05-191-0/+10
* Implement the -C (-o noclobber) option, which prevents existing regularTim J. Robbins2002-05-198-1/+19
* Add missing options required by SUSv3:Tim J. Robbins2002-05-195-16/+100
* Unconditionally update the maximum field width statistics when weIan Dowse2002-05-181-5/+3
* Back out part of previous commit: make -P the default again until I'mTim J. Robbins2002-05-182-2/+2
* Make -L the default, allow both -L and -P to be specified (last one usedTim J. Robbins2002-05-182-11/+16
* Optimize prev. commit code a bitAndrey A. Chernov2002-05-171-4/+4
* Trailing slash fixes.Andrey A. Chernov2002-05-171-2/+12
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in theJuli Mallett2002-05-172-1/+1
* The sysctl has changed from 'kern.ps_showallprocs' toJosef Karthauser2002-05-161-1/+1
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-1620-46/+46
* restore missing default case removed in ls.c:r1.57Bill Fumerola2002-05-152-0/+4
* Make 'user' and 'group' const as to not discard the qualifier from theJuli Mallett2002-05-151-1/+2
* Remove an empty default case to make this syntactically correct. Not thereJuli Mallett2002-05-151-1/+0
* Remove the private code for reading UFS superblocks, this does not belongPoul-Henning Kamp2002-05-122-109/+35
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,Garrett Wollman2002-05-112-1/+18
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.Alfred Perlstein2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.Alfred Perlstein2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.Alfred Perlstein2002-05-111-0/+1
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* Add semicolon to empty default case to silence warning.Alfred Perlstein2002-05-111-0/+1
* The response to my POSIX interpretation request says that `expr'Garrett Wollman2002-05-102-46/+88
* Remove gCC'isms.David E. O'Brien2002-05-101-1/+0
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-2/+2
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-45/+10
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in aJuli Mallett2002-05-051-5/+10
* Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)Juli Mallett2002-05-021-2/+2
* Reorder for style.Mark Murray2002-04-281-3/+3
* Provide an environment variabloe, EXPR_COMPAT, which disables optionGarrett Wollman2002-04-222-10/+27
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-211-23/+24
* Use `The .Nm utility'Philippe Charnier2002-04-203-6/+7
* Add a reference to the kenv(2) manpage.Maxime Henrion2002-04-181-0/+1
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* Use the new functionalities provided by the kenv(2) syscall.Maxime Henrion2002-04-173-66/+122
* Use `The .Nm utility'Philippe Charnier2002-04-169-29/+50
* ls(1) is utility not functionPhilippe Charnier2002-04-161-1/+1
* s/CMOS/hardware as talked about on cvs-committers.Tom Rhodes2002-04-161-1/+1
* Little nit pick in date(1) manual page, tell users which clock date(1)Tom Rhodes2002-04-151-0/+6
* Stop a null pointer dereference in the builtin hash function.George C A Reid2002-04-151-1/+4
* Document option to option dependancy. Fix typo.John W. De Boskey2002-04-151-3/+7
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.Philippe Charnier2002-04-121-9/+15
* Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,Bosko Milekic2002-04-091-1/+4
* errx()/strerror() -> err()Chris D. Faulhaber2002-04-071-2/+2
* Various mdoc fixes, including a change that corrects spacing asGiorgos Keramidas2002-03-311-43/+53