HardenedBSD/sys/i386
John Birrell 013239afdf Suggested by: bde
Move sigjmp_buf and jmp_buf structure definitions to machine/setjmp.h
so that i386 can continue to use int as the basic register type and
alpha can use long. Bruce was concerned about possible differing
alignment. I've left the definition of _JBLEN in machine/setjmp.h
even though Bruce's example used the number directly. I don't know if
any other code relies on _JBLEN, so I left it to avoid potential
breakage.
1998-01-20 09:09:24 +00:00
..
apm
bios
boot Don't throw away bootp reply packets that are shorter than our extended-length 1998-01-18 18:53:46 +00:00
conf Bring in IDE ATAPI floppy support. 1998-01-16 22:13:07 +00:00
eisa Make INET a proper option. 1998-01-08 23:42:31 +00:00
i386 Nondestructive attempts to get simple locks when SL_DEBUG is defined. 1998-01-19 17:33:08 +00:00
ibcs2
include Suggested by: bde 1998-01-20 09:09:24 +00:00
isa - Add binary compatibility support for obsolete console/mouse ioctls 1998-01-20 03:37:27 +00:00
linux
pci
scsi
Makefile