Regenerate.
This commit is contained in:
parent
a0002f4c0b
commit
a15ca76770
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.23 2006/10/29 14:02:38 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.24 2006/12/29 01:17:02 rwatson Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -1160,7 +1160,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
|
||||
#define LINUX_SYS_AUE_linux_creat AUE_O_CREAT
|
||||
#define LINUX_SYS_AUE_linux_creat AUE_CREAT
|
||||
#define LINUX_SYS_AUE_linux_link AUE_LINK
|
||||
#define LINUX_SYS_AUE_linux_unlink AUE_UNLINK
|
||||
#define LINUX_SYS_AUE_linux_execve AUE_EXECVE
|
||||
@ -1221,7 +1221,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_lstat AUE_LSTAT
|
||||
#define LINUX_SYS_AUE_linux_readlink AUE_READLINK
|
||||
#define LINUX_SYS_AUE_linux_reboot AUE_REBOOT
|
||||
#define LINUX_SYS_AUE_linux_readdir AUE_O_GETDENTS
|
||||
#define LINUX_SYS_AUE_linux_readdir AUE_GETDIRENTRIES
|
||||
#define LINUX_SYS_AUE_linux_mmap AUE_MMAP
|
||||
#define LINUX_SYS_AUE_linux_truncate AUE_TRUNCATE
|
||||
#define LINUX_SYS_AUE_linux_ftruncate AUE_FTRUNCATE
|
||||
@ -1258,7 +1258,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_setfsuid16 AUE_SETFSUID
|
||||
#define LINUX_SYS_AUE_linux_setfsgid16 AUE_SETFSGID
|
||||
#define LINUX_SYS_AUE_linux_llseek AUE_LSEEK
|
||||
#define LINUX_SYS_AUE_linux_getdents AUE_O_GETDENTS
|
||||
#define LINUX_SYS_AUE_linux_getdents AUE_GETDIRENTRIES
|
||||
#define LINUX_SYS_AUE_linux_select AUE_SELECT
|
||||
#define LINUX_SYS_AUE_linux_msync AUE_MSYNC
|
||||
#define LINUX_SYS_AUE_linux_readv AUE_READV
|
||||
@ -1313,7 +1313,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_setfsgid AUE_SETFSGID
|
||||
#define LINUX_SYS_AUE_linux_pivot_root AUE_PIVOT_ROOT
|
||||
#define LINUX_SYS_AUE_linux_mincore AUE_MINCORE
|
||||
#define LINUX_SYS_AUE_linux_getdents64 AUE_O_GETDENTS
|
||||
#define LINUX_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
|
||||
#define LINUX_SYS_AUE_linux_fcntl64 AUE_FCNTL
|
||||
#define LINUX_SYS_AUE_linux_gettid AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_setxattr AUE_NULL
|
||||
@ -1347,10 +1347,10 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_clock_gettime AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_clock_getres AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_clock_nanosleep AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_statfs64 AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_fstatfs64 AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_statfs64 AUE_STATFS
|
||||
#define LINUX_SYS_AUE_linux_fstatfs64 AUE_FSTATFS
|
||||
#define LINUX_SYS_AUE_linux_tgkill AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_utimes AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_utimes AUE_UTIMES
|
||||
#define LINUX_SYS_AUE_linux_fadvise64_64 AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_mbind AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_get_mempolicy AUE_NULL
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.23 2006/10/29 14:02:38 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.24 2006/12/29 01:17:02 rwatson Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_exit 1
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.23 2006/10/29 14:02:38 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.24 2006/12/29 01:17:02 rwatson Exp
|
||||
*/
|
||||
|
||||
#include <bsm/audit_kevents.h>
|
||||
@ -28,7 +28,7 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_open_args), (sy_call_t *)linux_open, AUE_OPEN_RWTC, NULL, 0, 0 }, /* 5 = linux_open */
|
||||
{ AS(close_args), (sy_call_t *)close, AUE_CLOSE, NULL, 0, 0 }, /* 6 = close */
|
||||
{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0 }, /* 7 = linux_waitpid */
|
||||
{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_O_CREAT, NULL, 0, 0 }, /* 8 = linux_creat */
|
||||
{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_CREAT, NULL, 0, 0 }, /* 8 = linux_creat */
|
||||
{ AS(linux_link_args), (sy_call_t *)linux_link, AUE_LINK, NULL, 0, 0 }, /* 9 = linux_link */
|
||||
{ AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0 }, /* 10 = linux_unlink */
|
||||
{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0 }, /* 11 = linux_execve */
|
||||
@ -109,7 +109,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 86 = linux_uselib */
|
||||
{ AS(swapon_args), (sy_call_t *)swapon, AUE_SWAPON, NULL, 0, 0 }, /* 87 = swapon */
|
||||
{ AS(linux_reboot_args), (sy_call_t *)linux_reboot, AUE_REBOOT, NULL, 0, 0 }, /* 88 = linux_reboot */
|
||||
{ AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_O_GETDENTS, NULL, 0, 0 }, /* 89 = linux_readdir */
|
||||
{ AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_GETDIRENTRIES, NULL, 0, 0 }, /* 89 = linux_readdir */
|
||||
{ AS(linux_mmap_args), (sy_call_t *)linux_mmap, AUE_MMAP, NULL, 0, 0 }, /* 90 = linux_mmap */
|
||||
{ AS(munmap_args), (sy_call_t *)munmap, AUE_MUNMAP, NULL, 0, 0 }, /* 91 = munmap */
|
||||
{ AS(linux_truncate_args), (sy_call_t *)linux_truncate, AUE_TRUNCATE, NULL, 0, 0 }, /* 92 = linux_truncate */
|
||||
@ -161,7 +161,7 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_setfsuid16_args), (sy_call_t *)linux_setfsuid16, AUE_SETFSUID, NULL, 0, 0 }, /* 138 = linux_setfsuid16 */
|
||||
{ AS(linux_setfsgid16_args), (sy_call_t *)linux_setfsgid16, AUE_SETFSGID, NULL, 0, 0 }, /* 139 = linux_setfsgid16 */
|
||||
{ AS(linux_llseek_args), (sy_call_t *)linux_llseek, AUE_LSEEK, NULL, 0, 0 }, /* 140 = linux_llseek */
|
||||
{ AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_O_GETDENTS, NULL, 0, 0 }, /* 141 = linux_getdents */
|
||||
{ AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0 }, /* 141 = linux_getdents */
|
||||
{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0 }, /* 142 = linux_select */
|
||||
{ AS(flock_args), (sy_call_t *)flock, AUE_FLOCK, NULL, 0, 0 }, /* 143 = flock */
|
||||
{ AS(linux_msync_args), (sy_call_t *)linux_msync, AUE_MSYNC, NULL, 0, 0 }, /* 144 = linux_msync */
|
||||
@ -240,7 +240,7 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_pivot_root_args), (sy_call_t *)linux_pivot_root, AUE_PIVOT_ROOT, NULL, 0, 0 }, /* 217 = linux_pivot_root */
|
||||
{ AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0 }, /* 218 = linux_mincore */
|
||||
{ AS(madvise_args), (sy_call_t *)madvise, AUE_MADVISE, NULL, 0, 0 }, /* 219 = madvise */
|
||||
{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_O_GETDENTS, NULL, 0, 0 }, /* 220 = linux_getdents64 */
|
||||
{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0 }, /* 220 = linux_getdents64 */
|
||||
{ AS(linux_fcntl64_args), (sy_call_t *)linux_fcntl64, AUE_FCNTL, NULL, 0, 0 }, /* 221 = linux_fcntl64 */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 222 = */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 223 = */
|
||||
@ -288,10 +288,10 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_clock_gettime_args), (sy_call_t *)linux_clock_gettime, AUE_NULL, NULL, 0, 0 }, /* 265 = linux_clock_gettime */
|
||||
{ AS(linux_clock_getres_args), (sy_call_t *)linux_clock_getres, AUE_NULL, NULL, 0, 0 }, /* 266 = linux_clock_getres */
|
||||
{ AS(linux_clock_nanosleep_args), (sy_call_t *)linux_clock_nanosleep, AUE_NULL, NULL, 0, 0 }, /* 267 = linux_clock_nanosleep */
|
||||
{ AS(linux_statfs64_args), (sy_call_t *)linux_statfs64, AUE_NULL, NULL, 0, 0 }, /* 268 = linux_statfs64 */
|
||||
{ 0, (sy_call_t *)linux_fstatfs64, AUE_NULL, NULL, 0, 0 }, /* 269 = linux_fstatfs64 */
|
||||
{ AS(linux_statfs64_args), (sy_call_t *)linux_statfs64, AUE_STATFS, NULL, 0, 0 }, /* 268 = linux_statfs64 */
|
||||
{ 0, (sy_call_t *)linux_fstatfs64, AUE_FSTATFS, NULL, 0, 0 }, /* 269 = linux_fstatfs64 */
|
||||
{ AS(linux_tgkill_args), (sy_call_t *)linux_tgkill, AUE_NULL, NULL, 0, 0 }, /* 270 = linux_tgkill */
|
||||
{ 0, (sy_call_t *)linux_utimes, AUE_NULL, NULL, 0, 0 }, /* 271 = linux_utimes */
|
||||
{ 0, (sy_call_t *)linux_utimes, AUE_UTIMES, NULL, 0, 0 }, /* 271 = linux_utimes */
|
||||
{ 0, (sy_call_t *)linux_fadvise64_64, AUE_NULL, NULL, 0, 0 }, /* 272 = linux_fadvise64_64 */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 273 = */
|
||||
{ 0, (sy_call_t *)linux_mbind, AUE_NULL, NULL, 0, 0 }, /* 274 = linux_mbind */
|
||||
|
Loading…
Reference in New Issue
Block a user