minix/servers
Ben Gras 7e73260cf5 - enable remembering of device memory ranges set by PCI and
told to kernel
  - makes VM ask the kernel if a certain process is allowed
    to map in a range of physical memory (VM rounds it to page
    boundaries afterwards - but it's impossible to map anything
    smaller otherwise so I assume this is safe, i.e. there won't
    be anything else in that page; certainly no regular memory)
  - VM permission check cleanup (no more hardcoded calls, less
    hardcoded logic, more readable main loop), a loose end left
    by GQ
  - remove do_copy warning, as the ipc server triggers this but
    it's no more harmful than the special cases already excluded
    explicitly (VFS, PM, etc).
2009-11-03 11:12:23 +00:00
..
ds DS: do not panic when sending reply fails 2009-10-27 17:06:45 +00:00
inet inet: fix TCP connection corruption bug (causing test40 to fail sometimes) 2009-10-06 20:32:58 +00:00
init stingy stack. 2009-02-06 16:29:00 +00:00
ipc fix compiler warning by including for prototype. 2009-10-05 16:45:03 +00:00
is Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
iso9660fs Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
mfs Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
pm Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
rs Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
vfs Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
vm - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
Makefile Fixes to ISOFS 2009-10-01 14:34:17 +00:00