aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use intmax_t as quad_t replacement, like in exprAndrey A. Chernov2002-03-281-5/+6
* Make the columns in the output of df(1) line up, even for very largeIan Dowse2002-03-261-39/+106
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-262-2/+2
* Replace use of __progname with the functionally identical and moreMark Murray2002-03-241-15/+14
* Disable -Werror when building -- the old version of gcc used on IA32 can'tGarrett Wollman2002-03-231-0/+2
* Typo (if => of).Garrett Wollman2002-03-221-1/+1
* Add a word of caution about integer arithmetic range and overflow detection.Garrett Wollman2002-03-221-0/+6
* Fix a few formatting brainos and make the formatting of the EXAMPLESGarrett Wollman2002-03-221-6/+9
* Make expr POSIX-compliant, and fix some bugs. Specifically:Garrett Wollman2002-03-222-104/+215
* Update SCM ID.David E. O'Brien2002-03-221-2/+2
* Note that -n is non-standard.David E. O'Brien2002-03-221-1/+3
* No need to cast; ().gr_gid is already the correct type.Mark Murray2002-03-221-1/+1
* Add the -n option, which automatically answers "no" to the overwrite question.David E. O'Brien2002-03-222-6/+27
* remove __PWarner Losh2002-03-221-2/+2
* mdoc(7) police: use precise width specifier.Ruslan Ermilov2002-03-151-1/+1
* NAI DBA update.Robert Watson2002-03-144-4/+4
* 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,Mark Murray2002-03-071-1/+2
* Log:Maxim Konovalov2002-03-061-10/+6
* Use ANSI-99 int names (uintXX_t) over traditional BSD int namesWarner Losh2002-03-051-5/+6
* Use NLSLINKS to setup symbolic links in NLS areaAlexey Zelkin2002-03-041-27/+10
* This file is not used anymoreAlexey Zelkin2002-03-041-17/+0
* Use bsd.nls.mk for building/installing NLS filesAlexey Zelkin2002-03-0411-185/+48
* clarify code:Alfred Perlstein2002-03-041-6/+19
* Update STANDARDS section on rm(1) to reflect current conformance.Doug White2002-03-021-16/+2
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesAndrey A. Chernov2002-02-281-1/+1
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemMaxim Sobolev2002-02-251-1/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-2/+1
* Fixed unsorting.Bruce Evans2002-02-231-6/+6
* Fixed some style bugs in revs 1.1 and 1.4.Bruce Evans2002-02-231-4/+4
* ANSIfy.Mark Murray2002-02-221-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-224-21/+20
* Fix a boatload of warnings inspired by lint, a commercial lintMark Murray2002-02-221-16/+14
* Warnings fixes.Mark Murray2002-02-221-1/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-223-6/+10
* Partially fix (well, work around) warnings inspired by lint, aMark Murray2002-02-221-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-2/+3
* Warnings fixes inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-5/+4
* Warning fix. Enter into the spirit of getopt(3) a bit more.Mark Murray2002-02-221-0/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-227-36/+35
* Fix warnings inspired by lint, a commercial lint and WARNS=4Mark Murray2002-02-221-9/+8
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepMatthew Dillon2002-02-215-3/+34
* Remove extraneous blank lineChris D. Faulhaber2002-02-191-1/+0
* Use acl_dup() to duplicate an ACL instead of rolling our ownChris D. Faulhaber2002-02-191-14/+2
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-192-0/+4
* Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition andWarner Losh2002-02-183-14/+1
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-02-171-7/+13