NetBSD/sys/arch/i386
maxv 9fe3551bfd x86_copyargs takes as third argument a size, but still copies two chunks of
16 and 24 bytes, without checking the userland<->kernel limit accordingly.
Fix it by just checking the maximum size direcly.

It means that even if 16 bytes are copied, the kernel now makes sure 40
bytes are in userland. We could make it more fine-grained, but it would
probably unoptimize the function, and we don't care enough.
2016-09-16 12:28:41 +00:00
..
acpi Use the stack to save %edx. 2016-08-06 14:54:25 +00:00
bioscall
compile
conf COMPAT_FREEBSD was dropped from GENERIC in rev. 1.1125, no need to disable in MODULAR any more 2016-09-15 20:03:36 +00:00
eisa fix i386 build for MSI/MSI-X support code. 2015-04-27 08:30:10 +00:00
gdbscripts
i386 x86_copyargs takes as third argument a size, but still copies two chunks of 2016-09-16 12:28:41 +00:00
include KNF, and give the structure sizes. 2016-09-02 08:28:06 +00:00
isa KNF. No functional change. 2016-07-11 11:31:49 +00:00
mca
pci - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
pnpbios - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
stand gets_s -> kgets. 2016-06-11 06:20:11 +00:00
Makefile