summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r--sys/i386/linux/syscalls.master28
1 files changed, 27 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 910710a..b1ae549 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp $
+ $Id: syscalls.master,v 1.6 1997/12/17 03:12:35 kato Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@@ -207,3 +207,29 @@
u_int iovcnt); }
146 NOPROTO LINUX { int writev(int fd, struct iovec *iovp, \
u_int iovcnt); }
+
+; Turn on getsid after checking that it matches.
+
+147 UNIMPL LINUX getsid
+148 UNIMPL LINUX fdatasync
+149 UNIMPL LINUX _sysctl
+
+150 NOPROTO BSD { int mlock(const void *addr, size_t len); }
+151 NOPROTO BSD { int munlock(const void *addr, size_t len); }
+152 NOPROTO BSD { int mlockall(int how); }
+153 NOPROTO BSD { int munlockall(void); }
+
+
+154 NOPROTO POSIX { int sched_setparam (pid_t pid, const struct sched_param *param); }
+155 NOPROTO POSIX { int sched_getparam (pid_t pid, struct sched_param *param); }
+
+156 NOPROTO POSIX { int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); }
+157 NOPROTO POSIX { int sched_getscheduler (pid_t pid); }
+
+158 NOPROTO POSIX { int sched_yield (void); }
+159 NOPROTO POSIX { int sched_get_priority_max (int policy); }
+160 NOPROTO POSIX { int sched_get_priority_min (int policy); }
+161 NOPROTO POSIX { int sched_rr_get_interval (pid_t pid, struct timespec *interval); }
+
+162 NOPROTO POSIX { int nanosleep(const struct timespec *rqtp, \
+ struct timespec *rmtp); }
OpenPOWER on IntegriCloud