]> Zhao Yanbai Git Server - minix.git/commit
do_safecopy split
authorTomas Hruby <tom@minix3.org>
Tue, 1 Jun 2010 08:51:37 +0000 (08:51 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 1 Jun 2010 08:51:37 +0000 (08:51 +0000)
commitebbd319ac0caacb4a10b6b56903871732fe7abd5
tree8f314bb9fb74049c107fce637e70d5e7fabd9a12
parent8bca982581c549fc2445d373e508e1e6509d6388
do_safecopy split

- removes dependency of do_safecopy() on the m_type field of the kcall
  messages.

- instead of do_safecopy() figuring out what action is requested, the
  correct safecopy method is called right away.
kernel/proc.c
kernel/system.c
kernel/system.h
kernel/system/do_safecopy.c