summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Log:maxim2002-03-061-10/+6
* Use ANSI-99 int names (uintXX_t) over traditional BSD int namesimp2002-03-051-5/+6
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-27/+10
* This file is not used anymorephantom2002-03-041-17/+0
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-0411-185/+48
* clarify code:alfred2002-03-041-6/+19
* Update STANDARDS section on rm(1) to reflect current conformance.dwhite2002-03-021-16/+2
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesache2002-02-281-1/+1
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemsobomax2002-02-251-1/+1
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-2/+1
* Fixed unsorting.bde2002-02-231-6/+6
* Fixed some style bugs in revs 1.1 and 1.4.bde2002-02-231-4/+4
* ANSIfy.markm2002-02-221-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-224-21/+20
* Fix a boatload of warnings inspired by lint, a commercial lintmarkm2002-02-221-16/+14
* Warnings fixes.markm2002-02-221-1/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-223-6/+10
* Partially fix (well, work around) warnings inspired by lint, amarkm2002-02-221-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-2/+3
* Warnings fixes inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-5/+4
* Warning fix. Enter into the spirit of getopt(3) a bit more.markm2002-02-221-0/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-227-36/+35
* Fix warnings inspired by lint, a commercial lint and WARNS=4markm2002-02-221-9/+8
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-215-3/+34
* Remove extraneous blank linejedgar2002-02-191-1/+0
* Use acl_dup() to duplicate an ACL instead of rolling our ownjedgar2002-02-191-14/+2
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-0/+4
* Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition andimp2002-02-183-14/+1
* Update build infrastructure for sendmail 8.12.gshapiro2002-02-171-7/+13
* When blocked on a mutex, display the mutex name via the wchan string fielddillon2002-02-161-1/+4
* Document the 'M' state.des2002-02-161-0/+2
* Move user_from_uid to pwd.himp2002-02-142-0/+4
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+3
* Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1',mike2002-02-111-68/+0
* o Remove old code from pwd(1); realpath(1) is now in its own directory.mike2002-02-113-19/+4
* Move the realpath(1) source into its own directory. Previously, itmike2002-02-112-0/+74
* Use the getprogname(3) function instead of directly accessingmike2002-02-101-4/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Correct a logic bug that snuck in and broke multiplication of off_ts.green2002-02-071-1/+1
* Fix the race between the stat() and the mkdir().zarzycki2002-02-051-16/+19
* Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldmike2002-02-042-28/+84
* Correct inadvertent style botches in previous commit.kris2002-02-045-11/+7
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-0410-1/+16
* __printflike() should really be __printf0like() since verrx() cankris2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1kris2002-02-041-1/+2
* Use __FBSDID() and clean up the vendor tags.markm2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-037-72/+84
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-0310-235/+239
* Work around a buffer overflow problem on argv that has been exposedknu2002-02-031-6/+16
* Use a more correct method of copying entire ACLs (fixesjedgar2002-02-031-3/+16
OpenPOWER on IntegriCloud