freebsd-dev/sys/amd64
Matthew Dillon 4cc712004c Fix bug in pipe code relating to writes of mmap'd but illegal address
spaces which cross a segment boundry in the page table.  pmap_kextract()
    is not designed for access to the user space portion of the page
    table and cannot handle the null-page-directory-entry case.

    The fix is to have vm_fault_quick() return a success or failure which
    is then used to avoid calling pmap_kextract().
1999-09-20 19:08:48 +00:00
..
amd64 Fix bug in pipe code relating to writes of mmap'd but illegal address 1999-09-20 19:08:48 +00:00
conf Convert the VIA Rhine driver to miibus. 1999-09-19 22:03:31 +00:00
include Make pmap_mapdev() deal with non-page-aligned requests. 1999-09-11 20:31:32 +00:00
isa This adds the i386 specific support for systems with a MicroChannel 1999-09-03 02:04:28 +00:00
pci $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00