freebsd kernel with SKQ
Go to file
Bruce Evans 388dfa7112 Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned
comparisons in the inb() and outb() macros.  I decided that int args
are OK here.  Any type that can hold a u_int16_t without overflow
is correct, and 32-bit types are optimal.

Introduced a few tens of warnings (100 in LINT) for use of pessimized
(short) types for the port arg.  Only a few drivers are affected by
this.  u_short pessimizations aren't detected.

Added `__extension__' before the statement-expression in inb() so
that it can be compiled without warnings by gcc -pedantic.
1996-09-24 17:47:59 +00:00
bin add forgotten $Id$ 1996-09-22 21:56:57 +00:00
contrib Merge local changes. 1996-09-18 14:24:33 +00:00
eBones Fix up some compilation warnings. 1996-09-22 00:55:46 +00:00
etc Fix a possible syntax error in rc when swapfile isn't defined at all. 1996-09-22 06:36:49 +00:00
games Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
gnu Really eliminated includes of the "temporary" backwards compatibility 1996-09-24 08:43:04 +00:00
include Fixed CLEANFILES. osreldate was missing. 1996-09-20 13:42:26 +00:00
lib Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
libexec add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
lkm add forgotten $Id$ 1996-09-22 21:56:57 +00:00
release Remove some gratutious screen saves. 1996-09-22 00:48:55 +00:00
sbin Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not 1996-09-24 06:48:22 +00:00
sys Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned 1996-09-24 17:47:59 +00:00
tools Fixed CLEANFILES. The *.3 links were missing. 1996-09-20 14:12:32 +00:00
usr.bin Changed 'd' to 'D' in getopt arg too. 1996-09-24 17:29:42 +00:00
usr.sbin Really eliminated includes of the "temporary" backwards compatibility 1996-09-24 08:43:04 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Unlocalize date 1996-09-21 06:06:41 +00:00