summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Yes seems to be warns clean on alpha and i386.dwmalone2001-12-031-0/+2
|
* Some warns cleanups - I think this is still not warns clean on the alpha.dwmalone2001-12-032-7/+9
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-038-14/+24
|
* Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add missing prototype.dwmalone2001-12-032-2/+5
|
* Fix one warning - still not warns clean.dwmalone2001-12-031-1/+1
|
* Strip seems to be warns clean on i386 and alpha.dwmalone2001-12-031-0/+1
|
* Warns cleanups.dwmalone2001-12-0312-11/+21
|
* Warns cleanups. This makes the showmount code warns clean, but somedwmalone2001-12-031-3/+3
| | | | of the rpc headers aren't.
* Warns cleanups. Add FreeBSD ID.dwmalone2001-12-032-2/+4
|
* Warns cleanups, add FreeBSD IDs.dwmalone2001-12-032-3/+9
|
* Warnc cleanups. Add FreeBSD IDs.dwmalone2001-12-032-2/+8
|
* Warns cleanups. Don't use gccism -Wall.dwmalone2001-12-032-2/+2
|
* Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.dwmalone2001-12-031-0/+2
|
* Warns cleanup. Add FreeBSD ID to Makefile and nice.c.dwmalone2001-12-032-2/+8
|
* Warns cleanups.dwmalone2001-12-036-5/+8
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-7/+9
|
* Warns cleanup - not ready for WARNS=2 yet.dwmalone2001-12-031-2/+3
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-032-3/+5
|
* Warns cleanups:dwmalone2001-12-032-8/+8
| | | | | Signal handlers are supposed to take an int as an arg. Don't locally declare crypt or ttyname.
* Warns cleanups:dwmalone2001-12-032-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.dwmalone2001-12-032-1/+2
|
* Warns cleanup (just make main return an int).dwmalone2001-12-032-0/+2
|
* Cast off_t to long long before printing. Use %ll instead of %q incasedwmalone2001-12-033-5/+8
| | | | long long and quad_t are not the same.
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths tojhay2001-12-031-1/+7
| | | | the kerberos libraries and includes.
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-031-1/+1
|
* Use __FBSDID().markm2001-12-034-16/+20
|
* Reorder Makefile for style.markm2001-12-031-2/+1
|
* WARNS=2 and -Wall are not both needed. (The second is a subset of themarkm2001-12-031-1/+0
| | | | first)
* Use __FBSDID().markm2001-12-037-30/+29
|
* Style fixes.markm2001-12-031-9/+8
| | | | | | | Use __FBSDID(). Be consistent WRT ANSI use. OK'ed by: obrien
* Use __FBSDID().markm2001-12-022-12/+14
| | | | | Use a better choice than size_t for vertain variables. Fix some comment alignment.
* Use __FBSDID().markm2001-12-022-10/+12
|
* Style stuff.markm2001-12-021-7/+9
| | | | | | Sort includes. Remove 'register' Use __FBSDID().
* WARNS=2 fixup.markm2001-12-023-20/+29
| | | | | | Use __FBSDID(). Set NO_WERROR because this would rely on some lex(1) fixes that cannot be committed yet.
* Use __FBSDID().markm2001-12-022-11/+11
|
* Turn on WARNS=2.markm2001-12-025-17/+22
| | | | Use __FBSDID().
* WARNS=2 fixes. Also, use __FBSDID(), and sort includes.markm2001-12-022-7/+21
|
* Protect "make world", as I am doing some (potentially) dangerousmarkm2001-12-021-0/+6
| | | | | | WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions.
* Turn on WARNS=2. this compiles cleanly.markm2001-12-021-0/+1
|
* Slight makefile style.markm2001-12-022-7/+7
| | | | Use __FBSDID().
* Use __FBSDID().markm2001-12-021-6/+6
|
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)markm2001-12-027-54/+66
| | | | | Use __FBSDID(). Sort some headers.
* Use __FBSDID().markm2001-12-0212-42/+56
|
* Use __FBSDID(). Also do a bit of cosmetic #if and header-ordermarkm2001-12-023-13/+13
| | | | cleaning-up.
* Use __FBSDID().markm2001-12-0210-18/+50
|
* Use __FBSDID().markm2001-12-021-5/+4
|
* Use __FBSDID()markm2001-12-024-16/+12
|
* WARNS=2 fix, remove 'register' and use __FBSDID().markm2001-12-027-72/+77
|
OpenPOWER on IntegriCloud