Deleted Added
full compact
syscalls.master (85890) syscalls.master (88633)
1 $FreeBSD: head/sys/kern/syscalls.master 85890 2001-11-02 17:58:26Z phk $
1 $FreeBSD: head/sys/kern/syscalls.master 88633 2001-12-29 07:13:47Z alfred $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

449306 MSTD BSD { int kldfind(const char *file); }
450307 MSTD BSD { int kldnext(int fileid); }
451308 MSTD BSD { int kldstat(int fileid, struct kld_file_stat* stat); }
452309 MSTD BSD { int kldfirstmod(int fileid); }
453310 MSTD BSD { int getsid(pid_t pid); }
454311 MSTD BSD { int setresuid(uid_t ruid, uid_t euid, uid_t suid); }
455312 MSTD BSD { int setresgid(gid_t rgid, gid_t egid, gid_t sgid); }
456313 OBSOL NOHIDE signanosleep
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

449306 MSTD BSD { int kldfind(const char *file); }
450307 MSTD BSD { int kldnext(int fileid); }
451308 MSTD BSD { int kldstat(int fileid, struct kld_file_stat* stat); }
452309 MSTD BSD { int kldfirstmod(int fileid); }
453310 MSTD BSD { int getsid(pid_t pid); }
454311 MSTD BSD { int setresuid(uid_t ruid, uid_t euid, uid_t suid); }
455312 MSTD BSD { int setresgid(gid_t rgid, gid_t egid, gid_t sgid); }
456313 OBSOL NOHIDE signanosleep
457314 STD BSD { int aio_return(struct aiocb *aiocbp); }
458315 STD BSD { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
459316 STD BSD { int aio_cancel(int fd, struct aiocb *aiocbp); }
460317 STD BSD { int aio_error(struct aiocb *aiocbp); }
461318 STD BSD { int aio_read(struct aiocb *aiocbp); }
462319 STD BSD { int aio_write(struct aiocb *aiocbp); }
463320 STD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
457314 NOSTD BSD { int aio_return(struct aiocb *aiocbp); }
458315 NOSTD BSD { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
459316 NOSTD BSD { int aio_cancel(int fd, struct aiocb *aiocbp); }
460317 NOSTD BSD { int aio_error(struct aiocb *aiocbp); }
461318 NOSTD BSD { int aio_read(struct aiocb *aiocbp); }
462319 NOSTD BSD { int aio_write(struct aiocb *aiocbp); }
463320 NOSTD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
464321 MSTD BSD { int yield(void); }
465322 OBSOL NOHIDE thr_sleep
466323 OBSOL NOHIDE thr_wakeup
467324 MSTD BSD { int mlockall(int how); }
468325 MSTD BSD { int munlockall(void); }
469326 STD BSD { int __getcwd(u_char *buf, u_int buflen); }
470
471327 MSTD POSIX { int sched_setparam (pid_t pid, const struct sched_param *param); }

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

514356 STD BSD { int extattr_set_file(const char *path, \
515 int attrnamespace, const char *attrname, \
516 struct iovec *iovp, unsigned iovcnt); }
517357 STD BSD { int extattr_get_file(const char *path, \
518 int attrnamespace, const char *attrname, \
519 struct iovec *iovp, unsigned iovcnt); }
520358 STD BSD { int extattr_delete_file(const char *path, \
521 int attrnamespace, const char *attrname); }
464321 MSTD BSD { int yield(void); }
465322 OBSOL NOHIDE thr_sleep
466323 OBSOL NOHIDE thr_wakeup
467324 MSTD BSD { int mlockall(int how); }
468325 MSTD BSD { int munlockall(void); }
469326 STD BSD { int __getcwd(u_char *buf, u_int buflen); }
470
471327 MSTD POSIX { int sched_setparam (pid_t pid, const struct sched_param *param); }

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

514356 STD BSD { int extattr_set_file(const char *path, \
515 int attrnamespace, const char *attrname, \
516 struct iovec *iovp, unsigned iovcnt); }
517357 STD BSD { int extattr_get_file(const char *path, \
518 int attrnamespace, const char *attrname, \
519 struct iovec *iovp, unsigned iovcnt); }
520358 STD BSD { int extattr_delete_file(const char *path, \
521 int attrnamespace, const char *attrname); }
522359 STD BSD { int aio_waitcomplete(struct aiocb **aiocbp, struct timespec *timeout); }
522359 NOSTD BSD { int aio_waitcomplete(struct aiocb **aiocbp, struct timespec *timeout); }
523360 MSTD BSD { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
524361 MSTD BSD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
525362 MSTD BSD { int kqueue(void); }
526363 MSTD BSD { int kevent(int fd, \
527 const struct kevent *changelist, int nchanges, \
528 struct kevent *eventlist, int nevents, \
529 const struct timespec *timeout); }
530364 STD BSD { int __cap_get_proc(struct cap *cap_p); }

--- 21 unchanged lines hidden ---
523360 MSTD BSD { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
524361 MSTD BSD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
525362 MSTD BSD { int kqueue(void); }
526363 MSTD BSD { int kevent(int fd, \
527 const struct kevent *changelist, int nchanges, \
528 struct kevent *eventlist, int nevents, \
529 const struct timespec *timeout); }
530364 STD BSD { int __cap_get_proc(struct cap *cap_p); }

--- 21 unchanged lines hidden ---