freebsd-nq/sys
Bruce Evans 3aae7b16d2 Fixed the type of some ivar access functions. Ivars have type uintptr_t,
not u_long.  On i386's with 64-bit longs, returning u_longs indirectly
in (more than) the space reserved for uintptr_t's tended to corrupt the
previous frame pointer in the stack frame, so it was not easy to debug.
The type mismatches are hidden by the bogus cast in DEVMETHOD().
2000-04-30 10:01:56 +00:00
..
alpha Include <sys/random.h> for rand_initialize(). 2000-04-30 09:41:35 +00:00
amd64 Mark two functions as private. 2000-04-29 07:48:37 +00:00
boot Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30. 2000-04-30 08:24:36 +00:00
cam Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
coda
compat Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
compile
conf - Added UKBD_DFLT_KEYMAP option. 2000-04-30 09:12:48 +00:00
contrib
crypto
ddb
dev Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
fs Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
geom
gnu s/biowait/bufwait/g 2000-04-29 16:25:22 +00:00
i4b Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
i386 Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
isa Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
isofs/cd9660
kern Hmm, diff/patch still doesn't like me. 2000-04-30 06:16:03 +00:00
libkern
miscfs Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
modules Update the man page to reflect the recent changes to the kernel API for 2000-04-30 10:01:11 +00:00
msdosfs
net Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
netatalk
netatm
netgraph Minimal tweak to make the ng_XXX modules depend on netgraph so that they 2000-04-29 13:36:07 +00:00
netinet Replace PacketAliasRedirectPptp() (which had nothing specific 2000-04-28 13:44:49 +00:00
netinet6 Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
netipx Calculate checksum properly for propagated IPX/NetBIOS packets. 2000-04-27 10:29:14 +00:00
netkey
netnatm
netncp nwfs depends on ncp 2000-04-29 13:34:28 +00:00
netns
nfs s/biowait/bufwait/g 2000-04-29 16:25:22 +00:00
nfsclient s/biowait/bufwait/g 2000-04-29 16:25:22 +00:00
nfsserver
ntfs Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
nwfs nwfs depends on ncp 2000-04-29 13:34:28 +00:00
pc98 Clean up MAXMEM routine. 2000-04-30 08:52:47 +00:00
pccard
pci Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
posix4 Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
powerpc
rpc
svr4 Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
sys Removed a stale forward struct declaration. 2000-04-30 06:47:24 +00:00
tools
ufs s/biowait/bufwait/g 2000-04-29 16:25:22 +00:00
vm
Makefile