HardenedBSD/sys
Peter Wemm 832e06d4dc From Bruce Evans: (prototype related changes, other cleanups)
Add prototypes.  Use static for function definitions to match existing
prototypes.  Otherwise leave functions that should be static as extern.
TODO: declare everthing except sidriver and siintr as static.  I use
some new cdevs registration functions to do this for syscons and pcvt.

Fix siintr() to match its prototype in ioconf.c (don't return anything).
This may break the eisa support, but Julian says that eisa interrupts
never worked anyway.

(EISA support was never tested anyway - Peter)

Submitted by:	bde
1995-09-13 08:45:28 +00:00
..
alpha
amd64 Make pcvt and syscons live in the same kernel. If both are enabled, then 1995-09-10 21:36:12 +00:00
compat/linux
compile
conf
ddb
dev From Bruce Evans: (prototype related changes, other cleanups) 1995-09-13 08:45:28 +00:00
fs
gnu
i386 From Bruce Evans: (prototype related changes, other cleanups) 1995-09-13 08:45:28 +00:00
isa Make pcvt and syscons live in the same kernel. If both are enabled, then 1995-09-10 21:36:12 +00:00
isofs/cd9660
kern Generate prototypes for VOP functions. I decided to keep the old-style 1995-09-11 16:05:16 +00:00
libkern
miscfs
modules
msdosfs
net
netccitt
netinet
netiso
netns
nfs
nfsclient
nfsserver
pc98/pc98
pccard
pci Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addresses 1995-09-11 19:34:30 +00:00
powerpc/include
rpc
scsi
sys Increased SOMAXCONN from 5 to 32. 5 was too small a value for just about 1995-09-13 05:35:49 +00:00
tools Generate prototypes for VOP functions. I decided to keep the old-style 1995-09-11 16:05:16 +00:00
ufs Fix benign type mismatch in a call to VOP_BMAP(). 1995-09-11 15:56:46 +00:00
vm Fix really bogus casting of a block number to a long. Also change the 1995-09-12 14:42:43 +00:00
Makefile