Reserve a syscall for the arla folks. I'm assuming that since syscalls.c
and init_sysent.c are checked into CVS, I should also commit the regenerated copies even though they're built by syscalls.master. Correct? Bruce? :)
This commit is contained in:
parent
a116586012
commit
b24eb2795d
@ -358,4 +358,5 @@ struct sysent sysent[] = {
|
||||
{ 8, (sy_call_t *)sendfile }, /* 336 = sendfile */
|
||||
{ 3, (sy_call_t *)kldsym }, /* 337 = kldsym */
|
||||
{ 1, (sy_call_t *)jail }, /* 338 = jail */
|
||||
{ 0, (sy_call_t *)nosys }, /* 339 = pioctl */
|
||||
};
|
||||
|
@ -345,4 +345,5 @@ char *syscallnames[] = {
|
||||
"sendfile", /* 336 = sendfile */
|
||||
"kldsym", /* 337 = kldsym */
|
||||
"jail", /* 338 = jail */
|
||||
"#339", /* 339 = pioctl */
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: syscalls.master,v 1.58 1999/04/28 11:28:49 phk Exp $
|
||||
$Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp $
|
||||
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
;
|
||||
; System call name/number master file.
|
||||
@ -275,9 +275,9 @@
|
||||
177 UNIMPL NOHIDE sfork (BSD/OS 2.x)
|
||||
178 UNIMPL NOHIDE getdescriptor (BSD/OS 2.x)
|
||||
179 UNIMPL NOHIDE setdescriptor (BSD/OS 2.x)
|
||||
180 UNIMPL NOHIDE nosys
|
||||
|
||||
; Syscalls 180-199 are used by/reserved for BSD
|
||||
180 UNIMPL NOHIDE nosys
|
||||
181 STD POSIX { int setgid(gid_t gid); }
|
||||
182 STD BSD { int setegid(gid_t egid); }
|
||||
183 STD BSD { int seteuid(uid_t euid); }
|
||||
@ -474,3 +474,4 @@
|
||||
struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
|
||||
337 STD BSD { int kldsym(int fileid, int cmd, void *data); }
|
||||
338 STD BSD { int jail(struct jail *jail); }
|
||||
339 UNIMPL BSD pioctl
|
||||
|
Loading…
x
Reference in New Issue
Block a user