aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* When blocked on a mutex, display the mutex name via the wchan string fieldMatthew Dillon2002-02-161-1/+4
* Document the 'M' state.Dag-Erling Smørgrav2002-02-161-0/+2
* Move user_from_uid to pwd.hWarner Losh2002-02-142-0/+4
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.Mark Peek2002-02-121-0/+3
* Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1',Mike Barcroft2002-02-111-68/+0
* o Remove old code from pwd(1); realpath(1) is now in its own directory.Mike Barcroft2002-02-113-19/+4
* Move the realpath(1) source into its own directory. Previously, itMike Barcroft2002-02-112-0/+74
* Use the getprogname(3) function instead of directly accessingMike Barcroft2002-02-101-4/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Correct a logic bug that snuck in and broke multiplication of off_ts.Brian Feldman2002-02-071-1/+1
* Fix the race between the stat() and the mkdir().Dave Zarzycki2002-02-051-16/+19
* Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldMike Barcroft2002-02-042-28/+84
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-045-11/+7
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-0410-1/+16
* __printflike() should really be __printf0like() since verrx() canKris Kennaway2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1Kris Kennaway2002-02-041-1/+2
* Use __FBSDID() and clean up the vendor tags.Mark Murray2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.Mark Murray2002-02-037-72/+84