freebsd-skq/sys/i386
peter 6696467650 pmap_enter() masked off the page offset bits, pmap_kenter() did not.
This (I believe) is the cause of the XFree86 startup and/or mptable(8)
panics when programs were reading from /dev/mem at non-page-aligned
offsets.  The offsets were being converted into random page flags in the
page tables. :-(   (including PG_PS = 4MB page size)
2000-05-24 14:22:22 +00:00
..
apm Correctly handle suspend and resume in APM. 2000-02-06 14:57:05 +00:00
bios Correctly handle suspend and resume in APM. 2000-02-06 14:57:05 +00:00
conf sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. 2000-05-22 16:12:28 +00:00
i386 pmap_enter() masked off the page offset bits, pmap_kenter() did not. 2000-05-24 14:22:22 +00:00
ibcs2 Regenerated (fixed the calculation of sy_nargs in sysent tables). 2000-05-09 21:52:02 +00:00
include Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
isa Add OPTi 82C700 chipset. 2000-05-24 09:03:30 +00:00
linux Make exe a symlink. 2000-05-24 07:37:02 +00:00
pci Add OPTi 82C700 chipset. 2000-05-24 09:03:30 +00:00
svr4 AT&T asm syntax requires a leading '*' in front of the operand for indirect 2000-05-10 01:21:15 +00:00
Makefile Add soft updates to the set of things being tagged. Syntax cleanup. 2000-01-27 01:22:06 +00:00