1 #define NCALLS 98 /* number of system calls allowed */
56 /* Posix signal handling. */
60 #define SIGPROCMASK 74
66 #define GETSYSINFO 79 /* to PM or FS */
67 #define FSTATFS 82 /* to FS */
68 #define SELECT 85 /* to FS */
69 #define FCHDIR 86 /* to FS */
70 #define FSYNC 87 /* to FS */
71 #define GETPRIORITY 88 /* to PM */
72 #define SETPRIORITY 89 /* to PM */
73 #define GETTIMEOFDAY 90 /* to PM */
74 #define SETEUID 91 /* to PM */
75 #define SETEGID 92 /* to PM */
76 #define TRUNCATE 93 /* to FS */
77 #define FTRUNCATE 94 /* to FS */
78 #define FCHMOD 95 /* to FS */
79 #define FCHOWN 96 /* to FS */
80 #define GETSYSINFO_UP 97 /* to PM or FS */
82 /* Calls provided by PM and FS that are not part of the API */
83 #define EXEC_NEWMEM 100 /* from FS or RS to PM: new memory map for
86 #define FORK_NB 101 /* to PM: special fork call for RS */
87 #define EXEC_RESTART 102 /* to PM: final part of exec for RS */
88 #define PROCSTAT 103 /* to PM */
89 #define GETPROCNR 104 /* to PM */
90 #define ALLOCMEM 105 /* to PM */
92 #define FREEMEM 106 /* to PM, not used, not implemented */
95 #define DEVCTL 120 /* to FS, map or unmap a device */
96 #define TASK_REPLY 121 /* to FS: reply code from drivers, not
97 * really a standalone call.