freebsd-src/sys
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
..
alpha Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
amd64 Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned 1996-09-24 17:47:59 +00:00
compat/linux
compile
conf
ddb
dev Fixed a bug with the management of the pointer to the first TxCB in the 1996-09-22 11:48:54 +00:00
fs Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:56:36 +00:00
geom
gnu Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
i386 Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned 1996-09-24 17:47:59 +00:00
isa
isofs/cd9660 Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
kern call srandom() during the boot to start the sequence with a slightly less 1996-09-23 04:37:54 +00:00
libkern add simple srandom() and prototype 1996-09-23 04:31:43 +00:00
miscfs Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:56:36 +00:00
modules add forgotten $Id$ 1996-09-22 21:56:57 +00:00
msdosfs In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
net
netatalk
netinet I don't understand, I committed this fix (move a counter and fixed a typo) 1996-09-21 06:39:20 +00:00
netipx
netkey
netns
nfs In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfsclient In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfsserver In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
pc98
pccard Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
pci Fixed a bug with the management of the pointer to the first TxCB in the 1996-09-22 11:48:54 +00:00
powerpc/include
rpc
scsi
sys add simple srandom() and prototype 1996-09-23 04:31:43 +00:00
tools
ufs Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
vm Fixed bug with reversed trunc/round_page() in madvise...start must be 1996-09-19 10:12:41 +00:00
Makefile