freebsd-dev/sys/i386
bde 1da7a29798 Fixed the type of timeout functions and removed casts that hid the
type mismatches.  There was no problem in practice (at least on 386's).

Don't cast NULL in calls to timeout functions.  pcvt is fully prototyped
and doesn't support K&R.

Timeout functions take args of type `void *', so use magic numbers of
type `void *' for UPDATE_* to reduce the danger of wrong conversions.

Removed FreeBSD-pre-1.1-related TIMEOUT_FUNC_T macro.  It was especially
bogus for the pre-1.1 case.
1997-04-20 16:38:22 +00:00
..
apm Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
bios Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
boot Don't attempt to read past EOF. 1997-03-15 16:49:51 +00:00
conf GENERIC, LINT: 1997-04-14 00:35:25 +00:00
eisa Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include 1997-03-24 11:25:10 +00:00
i386 Fix up the "hlt vector" change I made. 1997-04-20 06:41:26 +00:00
ibcs2 Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
include Fixed linting of and compilation of the gcc byte-swapping macros 1997-04-20 11:44:32 +00:00
isa Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:38:22 +00:00
linux Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
pci Mask out revision register in consistency test of class register. 1997-04-09 11:34:50 +00:00
scsi No longer use AAP for queueing SCBs to the QINFIFO. 1997-04-18 16:34:36 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00