Age | Commit message (Collapse) | Author |
|
correct order.
|
|
|
|
is not fully supported by the kernel, so will just hang the machine.
|
|
|
|
correct argv.
|
|
|
|
|
|
|
|
From Ryan McBride.
|
|
|
|
|
|
some of them.
|
|
|
|
|
|
value.
|
|
From NetBSD
|
|
|
|
|
|
|
|
|
|
o in pmap_clear_modify(), we need to clear the TLB_W bit (ie. the hardware write-enable bit) to re-enable modify-bit emulation even if we're doing HWREF.
o Fix locking problem.
o Change data segment size calculations so we don't need to resize if the bootloader did it for us.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ETHERMTU + sizeof(struct ether_header) not ETHERMTU
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
has not yet been called at this point.
replace arc4random() with the more mundae random()&0xff as the use
of a strong PRNG is not need here, where this code just helps fix
up broken MAC addresses anyway
now to find the real problem with my sis(4) LAN interface...
ok'd by jason@
|
|
restoring it when the copying/copyout/badaddr functions finish.
|
|
cleared. This code restored the old handler on normal completion but
not on fault.
|
|
Should solve 2026.
|
|
|
|
|
|
from FreeBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|