summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unused variable.imp2002-02-021-0/+1
* missed a few registersimp2002-02-021-3/+3
* Ooops, forgot to remove the registers here.imp2002-02-0214-318/+318
* %.* takes an int, not a size_t.imp2002-02-021-1/+2
* o __P has been reovedimp2002-02-0262-1412/+780
* o __P has been reovedimp2002-02-0242-1809/+447
* o __P has been reovedimp2002-02-0211-348/+207
* o __P has been reovedimp2002-02-0211-156/+106
* Modernization effort for bin/c*:imp2002-02-026-129/+67
* Drag cat(1) kicking and screaming into the late 1980's:imp2002-02-021-21/+11
* Refer to the original mode of the file, not the mode of the originalsheldonh2002-02-011-3/+3
* Remove a stray `:' after `v' in the getopt() call.ru2002-01-281-2/+2
* GC the -W option. kvm(3) doesn't read swap for almost 10 years.ru2002-01-282-21/+7
* Commit general cleanups (separate get_num() and get_off_t() functions togreen2002-01-253-59/+109
* Prevent overflowing the buffer that stores the command arguments.mikeh2002-01-201-4/+8
* Add missed includes.sobomax2002-01-153-0/+3
* The fix for >/dev/stdout, including Tor Egge's fix for the bug in thebabkin2002-01-131-4/+4
OpenPOWER on IntegriCloud