summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* The sysctl has changed from 'kern.ps_showallprocs' tojoe2002-05-161-1/+1
* more file system > filesystemtrhodes2002-05-161-1/+1
* Consistancy check s/file system/filesystem/trhodes2002-05-1620-46/+46
* restore missing default case removed in ls.c:r1.57billf2002-05-152-0/+4
* Make 'user' and 'group' const as to not discard the qualifier from thejmallett2002-05-151-1/+2
* Remove an empty default case to make this syntactically correct. Not therejmallett2002-05-151-1/+0
* Remove the private code for reading UFS superblocks, this does not belongphk2002-05-122-110/+36
* Add semicolon to empty default case to silence warning.jedgar2002-05-111-0/+1
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,wollman2002-05-112-1/+18
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.alfred2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.alfred2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.alfred2002-05-111-0/+1
* Add semicolon to empty default case to silence warning.jedgar2002-05-111-0/+1
* Add semicolon to empty default case to silence warning.alfred2002-05-111-0/+1
* The response to my POSIX interpretation request says that `expr'wollman2002-05-102-46/+88
* Remove gCC'isms.obrien2002-05-101-1/+0
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-2/+2
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-082-45/+10
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in ajmallett2002-05-051-5/+10
* Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)jmallett2002-05-021-2/+2
* Reorder for style.markm2002-04-281-3/+3
* Provide an environment variabloe, EXPR_COMPAT, which disables optionwollman2002-04-222-10/+27
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Use `The .Nm utility'charnier2002-04-211-23/+24
* Use `The .Nm utility'charnier2002-04-203-6/+7
* Add a reference to the kenv(2) manpage.mux2002-04-181-0/+1
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
* Use the new functionalities provided by the kenv(2) syscall.mux2002-04-173-66/+122
* Use `The .Nm utility'charnier2002-04-169-29/+50
* ls(1) is utility not functioncharnier2002-04-161-1/+1
* s/CMOS/hardware as talked about on cvs-committers.trhodes2002-04-161-1/+1
* Little nit pick in date(1) manual page, tell users which clock date(1)trhodes2002-04-151-0/+6
* Stop a null pointer dereference in the builtin hash function.greid2002-04-151-1/+4
* Document option to option dependancy. Fix typo.jwd2002-04-151-3/+7
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.charnier2002-04-121-9/+15
* Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,bmilekic2002-04-091-1/+4
* errx()/strerror() -> err()jedgar2002-04-071-2/+2
* Various mdoc fixes, including a change that corrects spacing askeramida2002-03-311-43/+53
* Use intmax_t as quad_t replacement, like in exprache2002-03-281-5/+6
* Make the columns in the output of df(1) line up, even for very largeiedowse2002-03-261-39/+106
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-03-262-2/+2
* Replace use of __progname with the functionally identical and moremarkm2002-03-241-15/+14
* Disable -Werror when building -- the old version of gcc used on IA32 can'twollman2002-03-231-0/+2
* Typo (if => of).wollman2002-03-221-1/+1
* Add a word of caution about integer arithmetic range and overflow detection.wollman2002-03-221-0/+6
* Fix a few formatting brainos and make the formatting of the EXAMPLESwollman2002-03-221-6/+9
* Make expr POSIX-compliant, and fix some bugs. Specifically:wollman2002-03-222-104/+215
* Update SCM ID.obrien2002-03-221-2/+2
* Note that -n is non-standard.obrien2002-03-221-1/+3
* No need to cast; ().gr_gid is already the correct type.markm2002-03-221-1/+1
OpenPOWER on IntegriCloud