bde d307f5bacf Don't pretend to support ix86's with 16-bit ints by using longs
just to ensure 32-bit variables.  Doing so broke and/or pessimized
i386's with 64-bit longs (unnecessary use of 64-bit variables
caused remarkably few problems in C code, but the inline asm here
tended to fail because there are no 64-bit registers).  Since the
interfaces here are very machine-dependent and shouldn't be used
outside of the kernel, use a standard types of "known" width instead
of fixed-width types.

Changed all quad_t's to u_int64_t's.  quad_t isn't standard, and
using signed types for 64-bit registers was bogus (but made no
difference).
1998-07-11 04:58:25 +00:00
..
1998-07-11 04:46:27 +00:00
1998-07-08 01:24:37 +00:00
1998-06-21 14:53:44 +00:00
1998-04-06 05:11:42 +00:00
1998-07-08 16:01:34 +00:00
1998-07-08 01:24:37 +00:00