Mon Nov 2 18:55:12 2020 UTC ()
PR/55777: Ruslan Nikolaev: Make clock_getcpuclockid2 accessible from rump


(christos)
diff -r1.306 -r1.307 src/sys/kern/syscalls.master

cvs diff -r1.306 -r1.307 src/sys/kern/syscalls.master (expand / switch to unified diff)

--- src/sys/kern/syscalls.master 2020/08/14 00:53:16 1.306
+++ src/sys/kern/syscalls.master 2020/11/02 18:55:12 1.307
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: syscalls.master,v 1.306 2020/08/14 00:53:16 riastradh Exp $ 1 $NetBSD: syscalls.master,v 1.307 2020/11/02 18:55:12 christos Exp $
2 2
3; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 3; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
4 4
5; NetBSD system call name/number "master" file. 5; NetBSD system call name/number "master" file.
6; (See syscalls.conf to see what it is processed into.) 6; (See syscalls.conf to see what it is processed into.)
7; 7;
8; Fields: number type [type-dependent ...] 8; Fields: number type [type-dependent ...]
9; number system call number, must be in order 9; number system call number, must be in order
10; type one of STD, OBSOL, UNIMPL, IGNORED, NODEF, NOARGS, or one of 10; type one of STD, OBSOL, UNIMPL, IGNORED, NODEF, NOARGS, or one of
11; the compatibility options defined in syscalls.conf. 11; the compatibility options defined in syscalls.conf.
12; 12;
13; Optional fields are specified after the type field 13; Optional fields are specified after the type field
14; (NOTE! they *must* be specified in this order): 14; (NOTE! they *must* be specified in this order):
@@ -1001,27 +1001,27 @@ @@ -1001,27 +1001,27 @@
1001477 NOERR RUMP { int|sys||clock_nanosleep(clockid_t clock_id, \ 1001477 NOERR RUMP { int|sys||clock_nanosleep(clockid_t clock_id, \
1002 int flags, const struct timespec *rqtp, \ 1002 int flags, const struct timespec *rqtp, \
1003 struct timespec *rmtp); } 1003 struct timespec *rmtp); }
1004478 STD { int|sys|60|_lwp_park(clockid_t clock_id, int flags, \ 1004478 STD { int|sys|60|_lwp_park(clockid_t clock_id, int flags, \
1005 struct timespec *ts, lwpid_t unpark, \ 1005 struct timespec *ts, lwpid_t unpark, \
1006 const void *hint, const void *unparkhint); } 1006 const void *hint, const void *unparkhint); }
1007479 NOERR RUMP { int|sys||posix_fallocate(int fd, int PAD, off_t pos, \ 1007479 NOERR RUMP { int|sys||posix_fallocate(int fd, int PAD, off_t pos, \
1008 off_t len); } 1008 off_t len); }
1009480 STD RUMP { int|sys||fdiscard(int fd, int PAD, off_t pos, \ 1009480 STD RUMP { int|sys||fdiscard(int fd, int PAD, off_t pos, \
1010 off_t len); } 1010 off_t len); }
1011481 STD { int|sys||wait6(idtype_t idtype, id_t id, \ 1011481 STD { int|sys||wait6(idtype_t idtype, id_t id, \
1012 int *status, int options, struct wrusage *wru, \ 1012 int *status, int options, struct wrusage *wru, \
1013 siginfo_t *info); } 1013 siginfo_t *info); }
1014482 STD { int|sys||clock_getcpuclockid2(idtype_t idtype, \ 1014482 STD RUMP { int|sys||clock_getcpuclockid2(idtype_t idtype, \
1015 id_t id, clockid_t *clock_id); } 1015 id_t id, clockid_t *clock_id); }
1016483 STD RUMP { int|sys|90|getvfsstat(struct statvfs *buf, \ 1016483 STD RUMP { int|sys|90|getvfsstat(struct statvfs *buf, \
1017 size_t bufsize, int flags); } 1017 size_t bufsize, int flags); }
1018484 STD RUMP { int|sys|90|statvfs1(const char *path, \ 1018484 STD RUMP { int|sys|90|statvfs1(const char *path, \
1019 struct statvfs *buf, int flags); } 1019 struct statvfs *buf, int flags); }
1020485 STD RUMP { int|sys|90|fstatvfs1(int fd, \ 1020485 STD RUMP { int|sys|90|fstatvfs1(int fd, \
1021 struct statvfs *buf, int flags); } 1021 struct statvfs *buf, int flags); }
1022486 STD RUMP { int|sys|90|fhstatvfs1(const void *fhp, \ 1022486 STD RUMP { int|sys|90|fhstatvfs1(const void *fhp, \
1023 size_t fh_size, struct statvfs *buf, int flags); } 1023 size_t fh_size, struct statvfs *buf, int flags); }
1024487 STD { int|sys||__acl_get_link(const char *path, \ 1024487 STD { int|sys||__acl_get_link(const char *path, \
1025 acl_type_t type, struct acl *aclp); } 1025 acl_type_t type, struct acl *aclp); }
1026488 STD { int|sys||__acl_set_link(const char *path, \ 1026488 STD { int|sys||__acl_set_link(const char *path, \
1027 acl_type_t type, struct acl *aclp); } 1027 acl_type_t type, struct acl *aclp); }