markm
46520c3514
WARNS=2 fixes, use __FBSDID(), kill register keyword.
2001-12-11 22:34:38 +00:00
markm
4d4f0a49d8
Temporarily "protect" this against the coming WARNS=2 default as it
...
is "hard to fix" (meaning I will come back to fix it if nobody gets
there first).
2001-12-11 22:33:11 +00:00
markm
77bb412269
Remove WARNS=2 as this is to be the default.
2001-12-11 22:31:01 +00:00
markm
ff1e6296f0
WARNS=2 fix, use __FBSDID().
...
WARNS=2 is not in Makefile, as this will be the default.
2001-12-11 22:29:53 +00:00
markm
1f1707d892
Use FBSDID(), WARNS=2 fix.
...
Mkaefile does not use WARNS=2 beacuse this will be made default.
2001-12-11 22:27:26 +00:00
markm
496247b54e
Use __FBSDID(). remove WARNS=2 as this is going to be default.
2001-12-11 22:25:43 +00:00
markm
6a4e19a831
WARNS=2 fix, use __FBSDID().
...
Not added to Makefgile as WARNS=2 will be made default.
2001-12-11 22:23:53 +00:00
markm
c6dc21807e
WARNS=2 fix, use __FBSDID().
...
Not added to Makefile as WARNS=2 will be made default.
2001-12-11 22:22:15 +00:00
markm
a23dd012ce
WARNS=2 fix, use __FBSDID() and sort includes.
...
WARNS=2 not added to Makefile as it is to become default.
2001-12-11 22:18:47 +00:00
markm
9c9a045dca
WARNS=2 fix, but do not set this im Makefile, because this ill be the
...
default for src/usr.bin/
2001-12-11 22:13:02 +00:00
markm
acf06cc72a
WARNS=2 fixes
...
__FBSDID() additions
some include file sorting.
Some Makefile sorting.
WARNS?=2 is not added to the Makefile, because it is going to be
default for usr.bin/
NO_WERROR is set because there are rpc*.h file issues.
2001-12-11 22:08:58 +00:00
dwmalone
d9613ea383
Style improvements recommended by Bruce as a follow up to some
...
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
des
a1922f6bbf
Set fetchDebug if v_level is 3 or more.
...
PR: bin/32615
MFC after: 1 week
2001-12-09 15:07:26 +00:00
jkh
8496a60c31
Don't assume that the number of fds to select on is known quantity (in
...
this case 16). Use dynamic FD_SETs and calculated high-water marks
throughout.
Obtained from: OpenBSD and Apple's Radar database
MFC after: 2 days
2001-12-08 21:51:34 +00:00
mike
d43f783040
Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.
...
PR: 30676
2001-12-08 21:22:42 +00:00
imp
8f226dc222
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
...
not stable) -> current upgrade path.
Reviewed by: markm
2001-12-08 02:28:16 +00:00
dwmalone
ce9ba9f911
Yes seems to be warns clean on alpha and i386.
2001-12-03 21:42:15 +00:00
dwmalone
2d98aab133
Some warns cleanups - I think this is still not warns clean on the alpha.
2001-12-03 21:40:07 +00:00
dwmalone
56460a2eb0
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:39:04 +00:00
dwmalone
383583bd4f
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:37:35 +00:00
dwmalone
d0e180a89a
Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.
2001-12-03 21:33:59 +00:00
dwmalone
8136379bed
Warns cleanups. Add missing prototype.
2001-12-03 21:32:54 +00:00
dwmalone
4713a986f4
Fix one warning - still not warns clean.
2001-12-03 21:32:01 +00:00
dwmalone
cffa7a579a
Strip seems to be warns clean on i386 and alpha.
2001-12-03 21:28:37 +00:00
dwmalone
71a3cce2f6
Warns cleanups.
2001-12-03 21:27:45 +00:00
dwmalone
d2c37ac50b
Warns cleanups. This makes the showmount code warns clean, but some
...
of the rpc headers aren't.
2001-12-03 21:25:28 +00:00
dwmalone
7b333c32e3
Warns cleanups. Add FreeBSD ID.
2001-12-03 21:22:56 +00:00
dwmalone
267de3dc10
Warns cleanups, add FreeBSD IDs.
2001-12-03 21:20:37 +00:00
dwmalone
935f368eab
Warnc cleanups. Add FreeBSD IDs.
2001-12-03 21:15:40 +00:00
dwmalone
a7b69c0f25
Warns cleanups. Don't use gccism -Wall.
2001-12-03 21:13:03 +00:00
dwmalone
3b51ef3427
Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.
2001-12-03 21:12:03 +00:00
dwmalone
ad2914a674
Warns cleanup. Add FreeBSD ID to Makefile and nice.c.
2001-12-03 21:10:47 +00:00
dwmalone
81ff03de25
Warns cleanups.
2001-12-03 21:07:23 +00:00
dwmalone
fc0ee8a40b
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:06:20 +00:00
dwmalone
ffd5084704
Warns cleanup - not ready for WARNS=2 yet.
2001-12-03 21:04:50 +00:00
dwmalone
db0b731dac
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:03:39 +00:00
dwmalone
743061688b
Warns cleanups:
...
Signal handlers are supposed to take an int as an arg.
Don't locally declare crypt or ttyname.
2001-12-03 21:01:52 +00:00
dwmalone
0a2730ac8b
Warns cleanups:
...
Declare functions in advance of using them
There is no printf specifies %k - I think it was supposed to be %s.
2001-12-03 21:00:33 +00:00
dwmalone
d4937950eb
Warns cleanup.
2001-12-03 20:58:56 +00:00
dwmalone
a4427dae23
Warns cleanup (just make main return an int).
2001-12-03 20:57:49 +00:00
dwmalone
2a38aa8ed1
Cast off_t to long long before printing. Use %ll instead of %q incase
...
long long and quad_t are not the same.
2001-12-03 20:56:16 +00:00
jhay
8694133670
Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to
...
the kerberos libraries and includes.
2001-12-03 17:53:09 +00:00
markm
2149facaa0
Merge from master (crypto) telnet. WARNS fixes for alpha.
2001-12-03 12:41:19 +00:00
markm
518bba4cc1
Use __FBSDID().
2001-12-03 01:15:28 +00:00
markm
a37ff29e1e
Reorder Makefile for style.
2001-12-03 01:09:17 +00:00
markm
a8c1d247f8
WARNS=2 and -Wall are not both needed. (The second is a subset of the
...
first)
2001-12-03 00:16:52 +00:00
markm
a6a5a52862
Use __FBSDID().
2001-12-03 00:07:59 +00:00
markm
efb1461388
Style fixes.
...
Use __FBSDID().
Be consistent WRT ANSI use.
OK'ed by: obrien
2001-12-03 00:00:22 +00:00
markm
fc99e4f765
Use __FBSDID().
...
Use a better choice than size_t for vertain variables.
Fix some comment alignment.
2001-12-02 23:58:38 +00:00
markm
45888ee363
Use __FBSDID().
2001-12-02 23:52:47 +00:00