| Commit message (Expand) | Author | Age | Files | Lines |
* | Update STANDARDS section on rm(1) to reflect current conformance. | dwhite | 2002-03-02 | 1 | -16/+2 |
* | Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit locales | ache | 2002-02-28 | 1 | -1/+1 |
* | Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system | sobomax | 2002-02-25 | 1 | -1/+1 |
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -2/+1 |
* | Fixed unsorting. | bde | 2002-02-23 | 1 | -6/+6 |
* | Fixed some style bugs in revs 1.1 and 1.4. | bde | 2002-02-23 | 1 | -4/+4 |
* | ANSIfy. | markm | 2002-02-22 | 1 | -1/+1 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 4 | -21/+20 |
* | Fix a boatload of warnings inspired by lint, a commercial lint | markm | 2002-02-22 | 1 | -16/+14 |
* | Warnings fixes. | markm | 2002-02-22 | 1 | -1/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 3 | -6/+10 |
* | Partially fix (well, work around) warnings inspired by lint, a | markm | 2002-02-22 | 1 | -2/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 1 | -2/+3 |
* | Warnings fixes inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 1 | -5/+4 |
* | Warning fix. Enter into the spirit of getopt(3) a bit more. | markm | 2002-02-22 | 1 | -0/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 7 | -36/+35 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4 | markm | 2002-02-22 | 1 | -9/+8 |
* | Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep | dillon | 2002-02-21 | 5 | -3/+34 |
* | Remove extraneous blank line | jedgar | 2002-02-19 | 1 | -1/+0 |
* | Use acl_dup() to duplicate an ACL instead of rolling our own | jedgar | 2002-02-19 | 1 | -14/+2 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 2 | -0/+4 |
* | Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and | imp | 2002-02-18 | 3 | -14/+1 |
* | Update build infrastructure for sendmail 8.12. | gshapiro | 2002-02-17 | 1 | -7/+13 |
* | When blocked on a mutex, display the mutex name via the wchan string field | dillon | 2002-02-16 | 1 | -1/+4 |
* | Document the 'M' state. | des | 2002-02-16 | 1 | -0/+2 |
* | Move user_from_uid to pwd.h | imp | 2002-02-14 | 2 | -0/+4 |
* | Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh. | mp | 2002-02-12 | 1 | -0/+3 |
* | Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1', | mike | 2002-02-11 | 1 | -68/+0 |
* | o Remove old code from pwd(1); realpath(1) is now in its own directory. | mike | 2002-02-11 | 3 | -19/+4 |
* | Move the realpath(1) source into its own directory. Previously, it | mike | 2002-02-11 | 2 | -0/+74 |
* | Use the getprogname(3) function instead of directly accessing | mike | 2002-02-10 | 1 | -4/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Correct a logic bug that snuck in and broke multiplication of off_ts. | green | 2002-02-07 | 1 | -1/+1 |
* | Fix the race between the stat() and the mkdir(). | zarzycki | 2002-02-05 | 1 | -16/+19 |
* | Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) would | mike | 2002-02-04 | 2 | -28/+84 |
* | Correct inadvertent style botches in previous commit. | kris | 2002-02-04 | 5 | -11/+7 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 10 | -1/+16 |
* | __printflike() should really be __printf0like() since verrx() can | kris | 2002-02-04 | 1 | -1/+1 |
* | Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1 | kris | 2002-02-04 | 1 | -1/+2 |
* | Use __FBSDID() and clean up the vendor tags. | markm | 2002-02-03 | 5 | -21/+27 |
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint. | markm | 2002-02-03 | 7 | -72/+84 |
* | WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra | markm | 2002-02-03 | 10 | -235/+239 |
* | Work around a buffer overflow problem on argv that has been exposed | knu | 2002-02-03 | 1 | -6/+16 |
* | Use a more correct method of copying entire ACLs (fixes | jedgar | 2002-02-03 | 1 | -3/+16 |
* | Fix unused variable. | imp | 2002-02-02 | 1 | -0/+1 |
* | missed a few registers | imp | 2002-02-02 | 1 | -3/+3 |
* | Ooops, forgot to remove the registers here. | imp | 2002-02-02 | 14 | -318/+318 |
* | %.* takes an int, not a size_t. | imp | 2002-02-02 | 1 | -1/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 62 | -1412/+780 |
* | o __P has been reoved | imp | 2002-02-02 | 42 | -1809/+447 |