Deleted Added
full compact
syscalls.master (114016) syscalls.master (114987)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 114016 2003-04-25 15:59:18Z jhb $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 114987 2003-05-14 04:10:49Z peter $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number [M]type nargs namespc name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

--- 22 unchanged lines hidden (view full) ---

32; so the SYSCALL_MODULE macro works
33
34; #ifdef's, etc. may be included, and are copied to the output files.
35
36#include <sys/param.h>
37#include <sys/sysent.h>
38#include <sys/sysproto.h>
39#include <sys/mount.h>
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number [M]type nargs namespc name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

--- 22 unchanged lines hidden (view full) ---

32; so the SYSCALL_MODULE macro works
33
34; #ifdef's, etc. may be included, and are copied to the output files.
35
36#include <sys/param.h>
37#include <sys/sysent.h>
38#include <sys/sysproto.h>
39#include <sys/mount.h>
40#include <ia64/ia32/ia32.h>
41#include <ia64/ia32/ia32_proto.h>
40#include <amd64/ia32/ia32.h>
41#include <amd64/ia32/ia32_proto.h>
42
43; Reserved/unimplemented system calls in the range 0-150 inclusive
44; are reserved for use in future Berkeley releases.
45; Additional system calls implemented in vendor and other
46; redistributions should be placed in the reserved range at the end
47; of the current calls.
48
490 MNOPROTO NOHIDE { int nosys(void); } syscall nosys_args int

--- 429 unchanged lines hidden (view full) ---

479 u_int32_t offsethi, size_t nbytes, \
480 struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
481337 NOPROTO BSD { int kldsym(int fileid, int cmd, void *data); }
482338 MNOPROTO BSD { int jail(struct jail *jail); }
483339 UNIMPL BSD pioctl
484340 MNOPROTO POSIX { int sigprocmask(int how, const sigset_t *set, \
485 sigset_t *oset); }
486341 MNOPROTO POSIX { int sigsuspend(const sigset_t *sigmask); }
42
43; Reserved/unimplemented system calls in the range 0-150 inclusive
44; are reserved for use in future Berkeley releases.
45; Additional system calls implemented in vendor and other
46; redistributions should be placed in the reserved range at the end
47; of the current calls.
48
490 MNOPROTO NOHIDE { int nosys(void); } syscall nosys_args int

--- 429 unchanged lines hidden (view full) ---

479 u_int32_t offsethi, size_t nbytes, \
480 struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
481337 NOPROTO BSD { int kldsym(int fileid, int cmd, void *data); }
482338 MNOPROTO BSD { int jail(struct jail *jail); }
483339 UNIMPL BSD pioctl
484340 MNOPROTO POSIX { int sigprocmask(int how, const sigset_t *set, \
485 sigset_t *oset); }
486341 MNOPROTO POSIX { int sigsuspend(const sigset_t *sigmask); }
487342 STD POSIX { int ia32_sigaction(int sig, \
487342 COMPAT4 POSIX { int ia32_sigaction(int sig, \
488 struct sigaction32 *act, \
489 struct sigaction32 *oact); }
490343 MNOPROTO POSIX { int sigpending(sigset_t *set); }
488 struct sigaction32 *act, \
489 struct sigaction32 *oact); }
490343 MNOPROTO POSIX { int sigpending(sigset_t *set); }
491344 MNOPROTO BSD { int sigreturn(const struct __ucontext *sigcntxp); }
491344 MCOMPAT4 BSD { int ia32_sigreturn(const struct __ucontext *sigcntxp); }
492345 UNIMPL NOHIDE sigtimedwait
493346 UNIMPL NOHIDE sigwaitinfo
494347 MNOPROTO BSD { int __acl_get_file(const char *path, \
495 acl_type_t type, struct acl *aclp); }
496348 MNOPROTO BSD { int __acl_set_file(const char *path, \
497 acl_type_t type, struct acl *aclp); }
498349 MNOPROTO BSD { int __acl_get_fd(int filedes, acl_type_t type, \
499 struct acl *aclp); }

--- 16 unchanged lines hidden (view full) ---

516 int attrnamespace, const char *attrname, \
517 void *data, size_t nbytes); }
518358 NOPROTO BSD { int extattr_delete_file(const char *path, \
519 int attrnamespace, const char *attrname); }
520359 UNIMPL NOHIDE aio_waitcomplete
521360 MNOPROTO BSD { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
522361 MNOPROTO BSD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
523362 MNOPROTO BSD { int kqueue(void); }
492345 UNIMPL NOHIDE sigtimedwait
493346 UNIMPL NOHIDE sigwaitinfo
494347 MNOPROTO BSD { int __acl_get_file(const char *path, \
495 acl_type_t type, struct acl *aclp); }
496348 MNOPROTO BSD { int __acl_set_file(const char *path, \
497 acl_type_t type, struct acl *aclp); }
498349 MNOPROTO BSD { int __acl_get_fd(int filedes, acl_type_t type, \
499 struct acl *aclp); }

--- 16 unchanged lines hidden (view full) ---

516 int attrnamespace, const char *attrname, \
517 void *data, size_t nbytes); }
518358 NOPROTO BSD { int extattr_delete_file(const char *path, \
519 int attrnamespace, const char *attrname); }
520359 UNIMPL NOHIDE aio_waitcomplete
521360 MNOPROTO BSD { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
522361 MNOPROTO BSD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
523362 MNOPROTO BSD { int kqueue(void); }
524363 MNOPROTO BSD { int kevent(int fd, \
524363 MSTD BSD { int ia32_kevent(int fd, \
525 const struct kevent *changelist, int nchanges, \
526 struct kevent *eventlist, int nevents, \
527 const struct timespec *timeout); }
528364 UNIMPL NOHIDE __cap_get_proc
529365 UNIMPL NOHIDE __cap_set_proc
530366 UNIMPL NOHIDE __cap_get_fd
531367 UNIMPL NOHIDE __cap_get_file
532368 UNIMPL NOHIDE __cap_set_fd

--- 48 unchanged lines hidden (view full) ---

581408 UNIMPL NOHIDE ksem_destroy
582409 UNIMPL BSD __mac_get_pid
583410 UNIMPL BSD __mac_get_link
584411 UNIMPL BSD __mac_set_link
585412 UNIMPL BSD extattr_set_link
586413 UNIMPL BSD extattr_get_link
587414 UNIMPL BSD extattr_delete_link
588415 UNIMPL BSD __mac_execve
525 const struct kevent *changelist, int nchanges, \
526 struct kevent *eventlist, int nevents, \
527 const struct timespec *timeout); }
528364 UNIMPL NOHIDE __cap_get_proc
529365 UNIMPL NOHIDE __cap_set_proc
530366 UNIMPL NOHIDE __cap_get_fd
531367 UNIMPL NOHIDE __cap_get_file
532368 UNIMPL NOHIDE __cap_set_fd

--- 48 unchanged lines hidden (view full) ---

581408 UNIMPL NOHIDE ksem_destroy
582409 UNIMPL BSD __mac_get_pid
583410 UNIMPL BSD __mac_get_link
584411 UNIMPL BSD __mac_set_link
585412 UNIMPL BSD extattr_set_link
586413 UNIMPL BSD extattr_get_link
587414 UNIMPL BSD extattr_delete_link
588415 UNIMPL BSD __mac_execve
589416 UNIMPL BSD newsigreturn
590417 UNIMPL BSD newsigaction
589416 MSTD BSD { int ia32_sigreturn(const struct ia32_ucontext *sigcntxp); }
590417 STD POSIX { int ia32_sigaction(int sig, \
591 struct sigaction32 *act, \
592 struct sigaction32 *oact); }
591418 UNIMPL BSD __xstat
592419 UNIMPL BSD __xfstat
593420 UNIMPL BSD __xlstat
594421 UNIMPL BSD getcontext
595422 UNIMPL BSD setcontext
596423 UNIMPL BSD swapcontext
597424 UNIMPL BSD swapoff
598425 UNIMPL BSD __acl_get_link

--- 13 unchanged lines hidden ---
593418 UNIMPL BSD __xstat
594419 UNIMPL BSD __xfstat
595420 UNIMPL BSD __xlstat
596421 UNIMPL BSD getcontext
597422 UNIMPL BSD setcontext
598423 UNIMPL BSD swapcontext
599424 UNIMPL BSD swapoff
600425 UNIMPL BSD __acl_get_link

--- 13 unchanged lines hidden ---