summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-02-04 21:57:00 +0000
committerjhb <jhb@FreeBSD.org>2004-02-04 21:57:00 +0000
commitbb001b4d31bb63864fde21538761de070d0b316b (patch)
treedc0ebf2238a6d46a1e5b047a0ac7397f96972d9e /sys/compat/svr4
parent279b2b827810d149b5b8453900cdea57874ae234 (diff)
downloadFreeBSD-src-bb001b4d31bb63864fde21538761de070d0b316b.zip
FreeBSD-src-bb001b4d31bb63864fde21538761de070d0b316b.tar.gz
The following compat syscalls are now mpsafe: linux_getrlimit(),
linux_setrlimit(), linux_old_getrlimit(), osf1_getrlimit(), osf1_setrlimit(), svr4_sys_ulimit(), svr4_sys_setrlimit(), svr4_sys_getrlimit(), svr4_sys_setrlimit64(), svr4_sys_getrlimit64(), ibcs2_sysconf(), and ibcs2_ulimit().
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/syscalls.master10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index af96bef..1de9d77 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -101,7 +101,7 @@
60 NOPROTO { int umask(int newmask); }
61 NOPROTO { int chroot(char *path); }
62 STD { int svr4_sys_fcntl(int fd, int cmd, char *arg); }
-63 STD { int svr4_sys_ulimit(int cmd, long newlimit); }
+63 MSTD { int svr4_sys_ulimit(int cmd, long newlimit); }
64 UNIMPL reserved
65 UNIMPL reserved
66 UNIMPL reserved
@@ -178,9 +178,9 @@
126 STD { int svr4_sys_xmknod(int two, char *path, svr4_mode_t mode, \
svr4_dev_t dev); }
127 UNIMPL clocal
-128 STD { int svr4_sys_setrlimit(int which, \
+128 MSTD { int svr4_sys_setrlimit(int which, \
const struct svr4_rlimit *rlp); }
-129 STD { int svr4_sys_getrlimit(int which, \
+129 MSTD { int svr4_sys_getrlimit(int which, \
struct svr4_rlimit *rlp); }
130 NOPROTO { int lchown(char *path, uid_t uid, gid_t gid); }
131 STD { int svr4_sys_memcntl(void * addr, svr4_size_t len, int cmd, \
@@ -288,9 +288,9 @@
218 STD { int svr4_sys_statvfs64(char *path, \
struct svr4_statvfs64 *fs); }
219 STD { int svr4_sys_fstatvfs64(int fd, struct svr4_statvfs64 *fs); }
-220 STD { int svr4_sys_setrlimit64(int which, \
+220 MSTD { int svr4_sys_setrlimit64(int which, \
const struct svr4_rlimit64 *rlp); }
-221 STD { int svr4_sys_getrlimit64(int which, \
+221 MSTD { int svr4_sys_getrlimit64(int which, \
struct svr4_rlimit64 *rlp); }
222 UNIMPL pread64
223 UNIMPL pwrite64
OpenPOWER on IntegriCloud