summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/init_sysent.c20
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h20
5 files changed, 23 insertions, 23 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 75f4c2b..787a637 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.225 2006/09/03 13:44:21 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.226 2006/09/03 15:10:40 rwatson Exp
*/
#include "opt_compat.h"
@@ -194,8 +194,8 @@ struct sysent sysent[] = {
{ AS(getdomainname_args), (sy_call_t *)getdomainname, AUE_SYSCTL, NULL, 0, 0 }, /* 162 = getdomainname */
{ AS(setdomainname_args), (sy_call_t *)setdomainname, AUE_SYSCTL, NULL, 0, 0 }, /* 163 = setdomainname */
{ AS(uname_args), (sy_call_t *)uname, AUE_NULL, NULL, 0, 0 }, /* 164 = uname */
- { AS(sysarch_args), (sy_call_t *)sysarch, AUE_NULL, NULL, 0, 0 }, /* 165 = sysarch */
- { AS(rtprio_args), (sy_call_t *)rtprio, AUE_NULL, NULL, 0, 0 }, /* 166 = rtprio */
+ { AS(sysarch_args), (sy_call_t *)sysarch, AUE_SYSARCH, NULL, 0, 0 }, /* 165 = sysarch */
+ { AS(rtprio_args), (sy_call_t *)rtprio, AUE_RTPRIO, NULL, 0, 0 }, /* 166 = rtprio */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 167 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 168 = nosys */
{ AS(semsys_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 169 = semsys */
@@ -262,7 +262,7 @@ struct sysent sysent[] = {
{ AS(shmdt_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 230 = shmdt */
{ AS(shmget_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 231 = shmget */
{ AS(clock_gettime_args), (sy_call_t *)clock_gettime, AUE_NULL, NULL, 0, 0 }, /* 232 = clock_gettime */
- { AS(clock_settime_args), (sy_call_t *)clock_settime, AUE_NULL, NULL, 0, 0 }, /* 233 = clock_settime */
+ { AS(clock_settime_args), (sy_call_t *)clock_settime, AUE_CLOCK_SETTIME, NULL, 0, 0 }, /* 233 = clock_settime */
{ AS(clock_getres_args), (sy_call_t *)clock_getres, AUE_NULL, NULL, 0, 0 }, /* 234 = clock_getres */
{ AS(ktimer_create_args), (sy_call_t *)ktimer_create, AUE_NULL, NULL, 0, 0 }, /* 235 = ktimer_create */
{ AS(ktimer_delete_args), (sy_call_t *)ktimer_delete, AUE_NULL, NULL, 0, 0 }, /* 236 = ktimer_delete */
@@ -318,8 +318,8 @@ struct sysent sysent[] = {
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 286 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 287 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 288 = nosys */
- { AS(preadv_args), (sy_call_t *)preadv, AUE_NULL, NULL, 0, 0 }, /* 289 = preadv */
- { AS(pwritev_args), (sy_call_t *)pwritev, AUE_NULL, NULL, 0, 0 }, /* 290 = pwritev */
+ { AS(preadv_args), (sy_call_t *)preadv, AUE_PREADV, NULL, 0, 0 }, /* 289 = preadv */
+ { AS(pwritev_args), (sy_call_t *)pwritev, AUE_PWRITEV, NULL, 0, 0 }, /* 290 = pwritev */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 291 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 292 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 293 = nosys */
@@ -355,7 +355,7 @@ struct sysent sysent[] = {
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 323 = obsolete thr_wakeup */
{ AS(mlockall_args), (sy_call_t *)mlockall, AUE_MLOCKALL, NULL, 0, 0 }, /* 324 = mlockall */
{ 0, (sy_call_t *)munlockall, AUE_MUNLOCKALL, NULL, 0, 0 }, /* 325 = munlockall */
- { AS(__getcwd_args), (sy_call_t *)__getcwd, AUE_NULL, NULL, 0, 0 }, /* 326 = __getcwd */
+ { AS(__getcwd_args), (sy_call_t *)__getcwd, AUE_GETCWD, NULL, 0, 0 }, /* 326 = __getcwd */
{ AS(sched_setparam_args), (sy_call_t *)sched_setparam, AUE_NULL, NULL, 0, 0 }, /* 327 = sched_setparam */
{ AS(sched_getparam_args), (sy_call_t *)sched_getparam, AUE_NULL, NULL, 0, 0 }, /* 328 = sched_getparam */
{ AS(sched_setscheduler_args), (sy_call_t *)sched_setscheduler, AUE_NULL, NULL, 0, 0 }, /* 329 = sched_setscheduler */
@@ -391,7 +391,7 @@ struct sysent sysent[] = {
{ AS(aio_waitcomplete_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 359 = aio_waitcomplete */
{ AS(getresuid_args), (sy_call_t *)getresuid, AUE_GETRESUID, NULL, 0, 0 }, /* 360 = getresuid */
{ AS(getresgid_args), (sy_call_t *)getresgid, AUE_GETRESGID, NULL, 0, 0 }, /* 361 = getresgid */
- { 0, (sy_call_t *)kqueue, AUE_NULL, NULL, 0, 0 }, /* 362 = kqueue */
+ { 0, (sy_call_t *)kqueue, AUE_KQUEUE, NULL, 0, 0 }, /* 362 = kqueue */
{ AS(kevent_args), (sy_call_t *)kevent, AUE_NULL, NULL, 0, 0 }, /* 363 = kevent */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 364 = __cap_get_proc */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 365 = __cap_set_proc */
@@ -427,7 +427,7 @@ struct sysent sysent[] = {
{ AS(getfsstat_args), (sy_call_t *)getfsstat, AUE_GETFSSTAT, NULL, 0, 0 }, /* 395 = getfsstat */
{ AS(statfs_args), (sy_call_t *)statfs, AUE_STATFS, NULL, 0, 0 }, /* 396 = statfs */
{ AS(fstatfs_args), (sy_call_t *)fstatfs, AUE_FSTATFS, NULL, 0, 0 }, /* 397 = fstatfs */
- { AS(fhstatfs_args), (sy_call_t *)fhstatfs, AUE_NULL, NULL, 0, 0 }, /* 398 = fhstatfs */
+ { AS(fhstatfs_args), (sy_call_t *)fhstatfs, AUE_FHSTATFS, NULL, 0, 0 }, /* 398 = fhstatfs */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 399 = nosys */
{ AS(ksem_close_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 400 = ksem_close */
{ AS(ksem_post_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 401 = ksem_post */
@@ -473,7 +473,7 @@ struct sysent sysent[] = {
{ AS(ksem_timedwait_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 441 = ksem_timedwait */
{ AS(thr_suspend_args), (sy_call_t *)thr_suspend, AUE_NULL, NULL, 0, 0 }, /* 442 = thr_suspend */
{ AS(thr_wake_args), (sy_call_t *)thr_wake, AUE_NULL, NULL, 0, 0 }, /* 443 = thr_wake */
- { AS(kldunloadf_args), (sy_call_t *)kldunloadf, AUE_NULL, NULL, 0, 0 }, /* 444 = kldunloadf */
+ { AS(kldunloadf_args), (sy_call_t *)kldunloadf, AUE_MODUNLOAD, NULL, 0, 0 }, /* 444 = kldunloadf */
{ AS(audit_args), (sy_call_t *)audit, AUE_AUDIT, NULL, 0, 0 }, /* 445 = audit */
{ AS(auditon_args), (sy_call_t *)auditon, AUE_AUDITON, NULL, 0, 0 }, /* 446 = auditon */
{ AS(getauid_args), (sy_call_t *)getauid, AUE_GETAUID, NULL, 0, 0 }, /* 447 = getauid */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 4307de3..ee2bd3d 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.225 2006/09/03 13:44:21 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.226 2006/09/03 15:10:40 rwatson Exp
*/
const char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 54d3eca..5ea88bc 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.225 2006/09/03 13:44:21 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.226 2006/09/03 15:10:40 rwatson Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index 0825c71..8d68960 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -1,7 +1,7 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
# $FreeBSD$
-# created from FreeBSD: src/sys/kern/syscalls.master,v 1.225 2006/09/03 13:44:21 rwatson Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.226 2006/09/03 15:10:40 rwatson Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index a7eaf18..f73b768 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.225 2006/09/03 13:44:21 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.226 2006/09/03 15:10:40 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -2121,8 +2121,8 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_getdomainname AUE_SYSCTL
#define SYS_AUE_setdomainname AUE_SYSCTL
#define SYS_AUE_uname AUE_NULL
-#define SYS_AUE_sysarch AUE_NULL
-#define SYS_AUE_rtprio AUE_NULL
+#define SYS_AUE_sysarch AUE_SYSARCH
+#define SYS_AUE_rtprio AUE_RTPRIO
#define SYS_AUE_semsys AUE_SEMSYS
#define SYS_AUE_msgsys AUE_MSGSYS
#define SYS_AUE_shmsys AUE_SHMSYS
@@ -2164,7 +2164,7 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_shmdt AUE_SHMDT
#define SYS_AUE_shmget AUE_SHMGET
#define SYS_AUE_clock_gettime AUE_NULL
-#define SYS_AUE_clock_settime AUE_NULL
+#define SYS_AUE_clock_settime AUE_CLOCK_SETTIME
#define SYS_AUE_clock_getres AUE_NULL
#define SYS_AUE_ktimer_create AUE_NULL
#define SYS_AUE_ktimer_delete AUE_NULL
@@ -2187,8 +2187,8 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_nstat AUE_STAT
#define SYS_AUE_nfstat AUE_FSTAT
#define SYS_AUE_nlstat AUE_LSTAT
-#define SYS_AUE_preadv AUE_NULL
-#define SYS_AUE_pwritev AUE_NULL
+#define SYS_AUE_preadv AUE_PREADV
+#define SYS_AUE_pwritev AUE_PWRITEV
#define SYS_AUE_fhopen AUE_FHOPEN
#define SYS_AUE_fhstat AUE_FHSTAT
#define SYS_AUE_modnext AUE_NULL
@@ -2214,7 +2214,7 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_yield AUE_NULL
#define SYS_AUE_mlockall AUE_MLOCKALL
#define SYS_AUE_munlockall AUE_MUNLOCKALL
-#define SYS_AUE___getcwd AUE_NULL
+#define SYS_AUE___getcwd AUE_GETCWD
#define SYS_AUE_sched_setparam AUE_NULL
#define SYS_AUE_sched_getparam AUE_NULL
#define SYS_AUE_sched_setscheduler AUE_NULL
@@ -2246,7 +2246,7 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_aio_waitcomplete AUE_NULL
#define SYS_AUE_getresuid AUE_GETRESUID
#define SYS_AUE_getresgid AUE_GETRESGID
-#define SYS_AUE_kqueue AUE_NULL
+#define SYS_AUE_kqueue AUE_KQUEUE
#define SYS_AUE_kevent AUE_NULL
#define SYS_AUE_lkmressys AUE_NULL
#define SYS_AUE_extattr_set_fd AUE_EXTATTR_SET_FD
@@ -2275,7 +2275,7 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_getfsstat AUE_GETFSSTAT
#define SYS_AUE_statfs AUE_STATFS
#define SYS_AUE_fstatfs AUE_FSTATFS
-#define SYS_AUE_fhstatfs AUE_NULL
+#define SYS_AUE_fhstatfs AUE_FHSTATFS
#define SYS_AUE_ksem_close AUE_NULL
#define SYS_AUE_ksem_post AUE_NULL
#define SYS_AUE_ksem_wait AUE_NULL
@@ -2317,7 +2317,7 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
#define SYS_AUE_ksem_timedwait AUE_NULL
#define SYS_AUE_thr_suspend AUE_NULL
#define SYS_AUE_thr_wake AUE_NULL
-#define SYS_AUE_kldunloadf AUE_NULL
+#define SYS_AUE_kldunloadf AUE_MODUNLOAD
#define SYS_AUE_audit AUE_AUDIT
#define SYS_AUE_auditon AUE_AUDITON
#define SYS_AUE_getauid AUE_GETAUID
OpenPOWER on IntegriCloud