freebsd-skq/sys/i386
bde e449cadeeb Changed the type used to represent the user stack pointer from `long *'
to `register_t *'.  This fixes bugs like misplacement of argc and argv
on the user stack on i386's with 64-bit longs.  We still use longs to
represent "words" like argc and argv, and assume that they are on the
stack (and that there is stack).  The suword() and fuword() families
should also use register_t.
1999-12-27 10:42:55 +00:00
..
apm Remove code to select APM version with flags to the apm0 device. This 1999-12-02 03:13:11 +00:00
bios Remove code to select APM version with flags to the apm0 device. This 1999-12-02 03:13:11 +00:00
boot Removed vestiges of BAD144 support. 1999-12-23 17:52:00 +00:00
conf Zap kvm_kernel.db stuff now that libkvm gets it directly from the running 1999-12-27 07:17:51 +00:00
eisa Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
i386 Don't include <isa/isavar.h> or compile code depending on it when isa 1999-12-26 16:21:19 +00:00
ibcs2 Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
include update to isdn4bsd beta release 0.90 1999-12-14 20:54:38 +00:00
isa Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$. 1999-12-27 04:37:19 +00:00
linux Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
pci Don't use a bogus bus number for Ross host-pci bridges. 1999-12-05 18:41:34 +00:00
svr4 Use genassym(1) and <sys/assym.h> to generate assembler symbols. 1999-12-23 21:19:32 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00