Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yes seems to be warns clean on alpha and i386. | dwmalone | 2001-12-03 | 1 | -0/+2 |
| | |||||
* | Some warns cleanups - I think this is still not warns clean on the alpha. | dwmalone | 2001-12-03 | 2 | -7/+9 |
| | |||||
* | Warns cleanup. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -1/+3 |
| | |||||
* | Warns cleanups. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 8 | -14/+24 |
| | |||||
* | Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -1/+3 |
| | |||||
* | Warns cleanups. Add missing prototype. | dwmalone | 2001-12-03 | 2 | -2/+5 |
| | |||||
* | Fix one warning - still not warns clean. | dwmalone | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Strip seems to be warns clean on i386 and alpha. | dwmalone | 2001-12-03 | 1 | -0/+1 |
| | |||||
* | Warns cleanups. | dwmalone | 2001-12-03 | 12 | -11/+21 |
| | |||||
* | Warns cleanups. This makes the showmount code warns clean, but some | dwmalone | 2001-12-03 | 1 | -3/+3 |
| | | | | of the rpc headers aren't. | ||||
* | Warns cleanups. Add FreeBSD ID. | dwmalone | 2001-12-03 | 2 | -2/+4 |
| | |||||
* | Warns cleanups, add FreeBSD IDs. | dwmalone | 2001-12-03 | 2 | -3/+9 |
| | |||||
* | Warnc cleanups. Add FreeBSD IDs. | dwmalone | 2001-12-03 | 2 | -2/+8 |
| | |||||
* | Warns cleanups. Don't use gccism -Wall. | dwmalone | 2001-12-03 | 2 | -2/+2 |
| | |||||
* | Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile. | dwmalone | 2001-12-03 | 1 | -0/+2 |
| | |||||
* | Warns cleanup. Add FreeBSD ID to Makefile and nice.c. | dwmalone | 2001-12-03 | 2 | -2/+8 |
| | |||||
* | Warns cleanups. | dwmalone | 2001-12-03 | 6 | -5/+8 |
| | |||||
* | Warns cleanup. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -7/+9 |
| | |||||
* | Warns cleanup - not ready for WARNS=2 yet. | dwmalone | 2001-12-03 | 1 | -2/+3 |
| | |||||
* | Warns cleanups. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -3/+5 |
| | |||||
* | Warns cleanups: | dwmalone | 2001-12-03 | 2 | -8/+8 |
| | | | | | Signal handlers are supposed to take an int as an arg. Don't locally declare crypt or ttyname. | ||||
* | Warns cleanups: | dwmalone | 2001-12-03 | 2 | -2/+9 |
| | | | | | Declare functions in advance of using them There is no printf specifies %k - I think it was supposed to be %s. | ||||
* | Warns cleanup. | dwmalone | 2001-12-03 | 2 | -1/+2 |
| | |||||
* | Warns cleanup (just make main return an int). | dwmalone | 2001-12-03 | 2 | -0/+2 |
| | |||||
* | Cast off_t to long long before printing. Use %ll instead of %q incase | dwmalone | 2001-12-03 | 3 | -5/+8 |
| | | | | long long and quad_t are not the same. | ||||
* | Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to | jhay | 2001-12-03 | 1 | -1/+7 |
| | | | | the kerberos libraries and includes. | ||||
* | Merge from master (crypto) telnet. WARNS fixes for alpha. | markm | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Use __FBSDID(). | markm | 2001-12-03 | 4 | -16/+20 |
| | |||||
* | Reorder Makefile for style. | markm | 2001-12-03 | 1 | -2/+1 |
| | |||||
* | WARNS=2 and -Wall are not both needed. (The second is a subset of the | markm | 2001-12-03 | 1 | -1/+0 |
| | | | | first) | ||||
* | Use __FBSDID(). | markm | 2001-12-03 | 7 | -30/+29 |
| | |||||
* | Style fixes. | markm | 2001-12-03 | 1 | -9/+8 |
| | | | | | | | Use __FBSDID(). Be consistent WRT ANSI use. OK'ed by: obrien | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 2 | -12/+14 |
| | | | | | Use a better choice than size_t for vertain variables. Fix some comment alignment. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 2 | -10/+12 |
| | |||||
* | Style stuff. | markm | 2001-12-02 | 1 | -7/+9 |
| | | | | | | Sort includes. Remove 'register' Use __FBSDID(). | ||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 3 | -20/+29 |
| | | | | | | Use __FBSDID(). Set NO_WERROR because this would rely on some lex(1) fixes that cannot be committed yet. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 2 | -11/+11 |
| | |||||
* | Turn on WARNS=2. | markm | 2001-12-02 | 5 | -17/+22 |
| | | | | Use __FBSDID(). | ||||
* | WARNS=2 fixes. Also, use __FBSDID(), and sort includes. | markm | 2001-12-02 | 2 | -7/+21 |
| | |||||
* | Protect "make world", as I am doing some (potentially) dangerous | markm | 2001-12-02 | 1 | -0/+6 |
| | | | | | | WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions. | ||||
* | Turn on WARNS=2. this compiles cleanly. | markm | 2001-12-02 | 1 | -0/+1 |
| | |||||
* | Slight makefile style. | markm | 2001-12-02 | 2 | -7/+7 |
| | | | | Use __FBSDID(). | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -6/+6 |
| | |||||
* | WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set) | markm | 2001-12-02 | 7 | -54/+66 |
| | | | | | Use __FBSDID(). Sort some headers. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 12 | -42/+56 |
| | |||||
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | markm | 2001-12-02 | 3 | -13/+13 |
| | | | | cleaning-up. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 10 | -18/+50 |
| | |||||
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -5/+4 |
| | |||||
* | Use __FBSDID() | markm | 2001-12-02 | 4 | -16/+12 |
| | |||||
* | WARNS=2 fix, remove 'register' and use __FBSDID(). | markm | 2001-12-02 | 7 | -72/+77 |
| |