]> Zhao Yanbai Git Server - minix.git/commit
Sys calls are called ipc calls now
authorTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:13:07 +0000 (15:13 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:13:07 +0000 (15:13 +0000)
commitb14a86ca5cf0f5a30204aa14897e785ed6f4b5f1
treeee5a60f34f034c4a6501317b42007f35b62e3e07
parent8a03d497b81135eb1dcf9e4e0f4e9a18b59d1abb
Sys calls are called ipc calls now

- the syscalls are pretty much just ipc calls, however, sendrec() is
  used to implement system task (sys) calls

- sendrec() won't be used anymore for this, therefore ipc calls will
  become pure ipc calls
kernel/arch/i386/apic.c
kernel/arch/i386/mpx386.S
kernel/arch/i386/protect.c
kernel/arch/i386/proto.h
kernel/arch/i386/system.c
kernel/proc.c
kernel/proto.h