freebsd-skq/sys
Bruce Evans 4b04349ab9 Fixed the type of a timeout function and removed casts that hid the
type mismatches.  There was no problem in practice (at least on 386's).
The timeout args still get bogusly cast from int to `void *' via
caddr_t and back to int.
1997-04-20 18:02:40 +00:00
..
alpha Removed unused #includes. 1997-04-09 15:34:09 +00:00
amd64 Fix up the "hlt vector" change I made. 1997-04-20 06:41:26 +00:00
compat/linux Remove dependancy on UFS' DIRBLKSIZ definition. 1997-04-06 10:10:50 +00:00
compile
conf Synchronize with sys/i386/conf/files.i386 revision 1.159. 1997-04-15 11:43:10 +00:00
ddb Everyone's favorite, i think: make DDB understand the arrow keys for the 1997-04-12 17:35:02 +00:00
dev Fixed the type of timeout functions and removed casts that hid the 1997-04-20 17:26:55 +00:00
fs Fix both a problem with accessing backing objects, and also release 1997-04-20 17:12:11 +00:00
geom
gnu
i386 Fixed the type of a timeout function and removed casts that hid the 1997-04-20 18:02:40 +00:00
isa Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:05:33 +00:00
isofs/cd9660 Removed more traces of ISODEVMAP. 1997-04-15 08:05:08 +00:00
kern Re-institute the efficent version of vfork. It appears to make a 1997-04-20 16:57:12 +00:00
libkern
miscfs Fix both a problem with accessing backing objects, and also release 1997-04-20 17:12:11 +00:00
modules Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
msdosfs Get the declaration of `struct dirent' from <sys/dirent.h>, not from 1997-04-10 14:56:49 +00:00
net Use LIST macros instead of insque/remque 1997-04-14 18:23:25 +00:00
netatalk Fixed the type of timeout functions and removed casts that hid the 1997-04-20 15:36:12 +00:00
netinet Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
netipx Change IPX to use the pr_usrreqs structure. 1997-04-05 20:05:11 +00:00
netkey
netns Remove unneeded member nsp_head from struct nspcb. 1997-04-14 18:26:51 +00:00
nfs Fix a bug where a program which appended many small records to a file could 1997-04-19 14:28:36 +00:00
nfsclient Fix a bug where a program which appended many small records to a file could 1997-04-19 14:28:36 +00:00
nfsserver
pc98 Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.25. 1997-04-20 05:16:06 +00:00
pccard 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier 1997-04-20 07:21:12 +00:00
pci Fixed the type of timeout functions and removed casts that hid the 1997-04-20 15:48:17 +00:00
powerpc/include
rpc
scsi
sys Add LIST_FIRST, LIST_FOREACH and LIST_NEXT 1997-04-14 18:22:02 +00:00
tools
ufs Use smalllblktosize() instead of multiplying small block numbers 1997-04-10 13:17:09 +00:00
vm Unused variable (upobj is now purely handled within pmap) 1997-04-14 03:40:42 +00:00
Makefile