From dc9611ec67c9298e645b9bead0e8c3e0c516aad0 Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 5 Mar 2002 16:11:11 +0000 Subject: Reserve system call numbers for the MAC framework. This will prevent people working on the MAC tree from getting toasted whenever system call numbers are allocated in the main tree (for example, for KSE :-). Calls allocated: __mac_{get,set}_proc, __mac_{get,set}_{fd,file}(). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs --- sys/kern/syscalls.master | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/kern/syscalls.master') diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 86b2c08..e05f68d 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -553,4 +553,9 @@ int new_grp_flag); } 382 STD BSD { int thread_wakeup(struct thread_mailbox *tmbx); } 383 STD BSD { int kse_yield(void); } - +384 UNIMPL BSD __mac_get_proc +385 UNIMPL BSD __mac_set_proc +386 UNIMPL BSD __mac_get_fd +387 UNIMPL BSD __mac_get_file +388 UNIMPL BSD __mac_set_fd +389 UNIMPL BSD __mac_set_file -- cgit v1.1