summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/freebsd32_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_sysent.c')
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index 153eee7..c48915b 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.15 2002/12/16 00:48:52 marcel Exp
+ * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.20 2003/04/24 20:49:46 jhb Exp
*/
#include "opt_compat.h"
@@ -450,4 +450,16 @@ struct sysent ia32_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 422 = setcontext */
{ 0, (sy_call_t *)nosys }, /* 423 = swapcontext */
{ 0, (sy_call_t *)nosys }, /* 424 = swapoff */
+ { 0, (sy_call_t *)nosys }, /* 425 = __acl_get_link */
+ { 0, (sy_call_t *)nosys }, /* 426 = __acl_set_link */
+ { 0, (sy_call_t *)nosys }, /* 427 = __acl_delete_link */
+ { 0, (sy_call_t *)nosys }, /* 428 = __acl_aclcheck_link */
+ { 0, (sy_call_t *)nosys }, /* 429 = sigwait */
+ { SYF_MPSAFE | AS(thr_create_args), (sy_call_t *)thr_create }, /* 430 = thr_create */
+ { SYF_MPSAFE | 0, (sy_call_t *)thr_exit }, /* 431 = thr_exit */
+ { SYF_MPSAFE | AS(thr_self_args), (sy_call_t *)thr_self }, /* 432 = thr_self */
+ { SYF_MPSAFE | AS(thr_kill_args), (sy_call_t *)thr_kill }, /* 433 = thr_kill */
+ { SYF_MPSAFE | AS(_umtx_lock_args), (sy_call_t *)_umtx_lock }, /* 434 = _umtx_lock */
+ { SYF_MPSAFE | AS(_umtx_unlock_args), (sy_call_t *)_umtx_unlock }, /* 435 = _umtx_unlock */
+ { SYF_MPSAFE | AS(jail_attach_args), (sy_call_t *)jail_attach }, /* 436 = jail_attach */
};
OpenPOWER on IntegriCloud