minix/drivers
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
..
amddev Removed macros that depend on NOTIFY_FROM from servers and drivers. They 2009-09-29 18:47:56 +00:00
at_wini Don't check DMA_ST_ERROR before DMA_ST_INT is set (which is done too) 2009-10-22 14:31:29 +00:00
audio moving OSS to a package. 2009-10-12 12:53:36 +00:00
bios_wini Fix bios_wini using wrong size for vector (Bug#280, reported by John Peace) 2009-10-01 16:59:04 +00:00
dp8390 Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
dpeth Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
floppy Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
fxp Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
lance Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
libdriver Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
libdriver_asyn Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
log Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
memory support for OSS. 2009-10-01 16:36:14 +00:00
orinoco Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
pci - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
printer Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
random moved type and constants for random data to include file; 2009-04-02 15:24:44 +00:00
readclock readclock easily runs out of stack with so little of it. 2009-02-06 16:28:35 +00:00
rtl8139 Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
sb16 Removed macros that depend on NOTIFY_FROM from servers and drivers. They 2009-09-29 18:47:56 +00:00
ti1225 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
tty Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Build libdriver_asyn for target image 2008-02-25 14:38:09 +00:00