Moved stime, time, times POSIX calls from FS to PM. Removed child time
accounting from kernel (now in PM). Large amount of files in this commit is due to system time problems during development.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
|
||||
#include "../kernel.h"
|
||||
#include "../ipc.h"
|
||||
#include "../system.h"
|
||||
#include "../protect.h"
|
||||
#include <sys/svrctl.h>
|
||||
@@ -97,6 +98,7 @@ message *m_ptr; /* pointer to request message */
|
||||
/* fall through */
|
||||
}
|
||||
case SYSSENDMASK: {
|
||||
rp->p_call_mask = SYSTEM_CALL_MASK;
|
||||
rp->p_type = P_SERVER;
|
||||
rp->p_sendmask = ALLOW_ALL_MASK;
|
||||
send_mask_allow(proc_addr(USR8139)->p_sendmask, proc_nr);
|
||||
|
||||
Reference in New Issue
Block a user