]> Zhao Yanbai Git Server - minix.git/commit
. Allow drivers to to physcopy() (table.c)
authorBen Gras <ben@minix3.org>
Mon, 8 Aug 2005 12:18:45 +0000 (12:18 +0000)
committerBen Gras <ben@minix3.org>
Mon, 8 Aug 2005 12:18:45 +0000 (12:18 +0000)
commitb293e689a9d97396731d24f3f7816d38ed547bd0
tree887d3490eaba1b5f3b3447643ea67905881ac737
parent48469b737bc29d5cdfbe6a2e8205b6c57db3099e
. Allow drivers to to physcopy() (table.c)

. Also allow receive() to be done from kernel processes, not just
  sendrec(). This is because receive()s can't harm the kernel processes,
  but are done from the CLOCK task (without sendrec()).
kernel/proc.c
kernel/table.c