| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed unsorting. | Bruce Evans | 2002-02-23 | 1 | -6/+6 |
* | Fixed some style bugs in revs 1.1 and 1.4. | Bruce Evans | 2002-02-23 | 1 | -4/+4 |
* | ANSIfy. | Mark Murray | 2002-02-22 | 1 | -1/+1 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 4 | -21/+20 |
* | Fix a boatload of warnings inspired by lint, a commercial lint | Mark Murray | 2002-02-22 | 1 | -16/+14 |
* | Warnings fixes. | Mark Murray | 2002-02-22 | 1 | -1/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 3 | -6/+10 |
* | Partially fix (well, work around) warnings inspired by lint, a | Mark Murray | 2002-02-22 | 1 | -2/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -2/+3 |
* | Warnings fixes inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -5/+4 |
* | Warning fix. Enter into the spirit of getopt(3) a bit more. | Mark Murray | 2002-02-22 | 1 | -0/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 7 | -36/+35 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4 | Mark Murray | 2002-02-22 | 1 | -9/+8 |
* | Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep | Matthew Dillon | 2002-02-21 | 5 | -3/+34 |
* | Remove extraneous blank line | Chris D. Faulhaber | 2002-02-19 | 1 | -1/+0 |
* | Use acl_dup() to duplicate an ACL instead of rolling our own | Chris D. Faulhaber | 2002-02-19 | 1 | -14/+2 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | Warner Losh | 2002-02-19 | 2 | -0/+4 |
* | Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and | Warner Losh | 2002-02-18 | 3 | -14/+1 |
* | Update build infrastructure for sendmail 8.12. | Gregory Neil Shapiro | 2002-02-17 | 1 | -7/+13 |
* | When blocked on a mutex, display the mutex name via the wchan string field | Matthew Dillon | 2002-02-16 | 1 | -1/+4 |
* | Document the 'M' state. | Dag-Erling Smørgrav | 2002-02-16 | 1 | -0/+2 |
* | Move user_from_uid to pwd.h | Warner Losh | 2002-02-14 | 2 | -0/+4 |
* | Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh. | Mark Peek | 2002-02-12 | 1 | -0/+3 |
* | Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1', | Mike Barcroft | 2002-02-11 | 1 | -68/+0 |
* | o Remove old code from pwd(1); realpath(1) is now in its own directory. | Mike Barcroft | 2002-02-11 | 3 | -19/+4 |
* | Move the realpath(1) source into its own directory. Previously, it | Mike Barcroft | 2002-02-11 | 2 | -0/+74 |
* | Use the getprogname(3) function instead of directly accessing | Mike Barcroft | 2002-02-10 | 1 | -4/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 1 | -1/+0 |
* | Correct a logic bug that snuck in and broke multiplication of off_ts. | Brian Feldman | 2002-02-07 | 1 | -1/+1 |
* | Fix the race between the stat() and the mkdir(). | Dave Zarzycki | 2002-02-05 | 1 | -16/+19 |
* | Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) would | Mike Barcroft | 2002-02-04 | 2 | -28/+84 |
* | Correct inadvertent style botches in previous commit. | Kris Kennaway | 2002-02-04 | 5 | -11/+7 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | Kris Kennaway | 2002-02-04 | 10 | -1/+16 |
* | __printflike() should really be __printf0like() since verrx() can | Kris Kennaway | 2002-02-04 | 1 | -1/+1 |
* | Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1 | Kris Kennaway | 2002-02-04 | 1 | -1/+2 |
* | Use __FBSDID() and clean up the vendor tags. | Mark Murray | 2002-02-03 | 5 | -21/+27 |
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint. | Mark Murray | 2002-02-03 | 7 | -72/+84 |
* | WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra | Mark Murray | 2002-02-03 | 10 | -235/+239 |
* | Work around a buffer overflow problem on argv that has been exposed | Akinori MUSHA | 2002-02-03 | 1 | -6/+16 |
* | Use a more correct method of copying entire ACLs (fixes | Chris D. Faulhaber | 2002-02-03 | 1 | -3/+16 |
* | Fix unused variable. | Warner Losh | 2002-02-02 | 1 | -0/+1 |
* | missed a few registers | Warner Losh | 2002-02-02 | 1 | -3/+3 |
* | Ooops, forgot to remove the registers here. | Warner Losh | 2002-02-02 | 14 | -318/+318 |
* | %.* takes an int, not a size_t. | Warner Losh | 2002-02-02 | 1 | -1/+2 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 62 | -1412/+780 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 42 | -1809/+447 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 11 | -348/+207 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 11 | -156/+106 |
* | Modernization effort for bin/c*: | Warner Losh | 2002-02-02 | 6 | -129/+67 |
* | Drag cat(1) kicking and screaming into the late 1980's: | Warner Losh | 2002-02-02 | 1 | -21/+11 |