| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: use precise width specifier. | ru | 2002-03-15 | 1 | -1/+1 |
* | NAI DBA update. | rwatson | 2002-03-14 | 4 | -4/+4 |
* | 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, | markm | 2002-03-07 | 1 | -1/+2 |
* | Log: | maxim | 2002-03-06 | 1 | -10/+6 |
* | Use ANSI-99 int names (uintXX_t) over traditional BSD int names | imp | 2002-03-05 | 1 | -5/+6 |
* | Use NLSLINKS to setup symbolic links in NLS area | phantom | 2002-03-04 | 1 | -27/+10 |
* | This file is not used anymore | phantom | 2002-03-04 | 1 | -17/+0 |
* | Use bsd.nls.mk for building/installing NLS files | phantom | 2002-03-04 | 11 | -185/+48 |
* | clarify code: | alfred | 2002-03-04 | 1 | -6/+19 |
* | 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 |