Deleted Added
full compact
linux32_proto.h (276510) linux32_proto.h (283371)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 276510 2015-01-01 18:43:31Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 276508 2015-01-01 18:37:03Z dchagin
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 283371 2015-05-24 14:34:46Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283370 2015-05-24 14:33:19Z dchagin
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/cpuset.h>

--- 15 unchanged lines hidden (view full) ---

30#define PADL_(t) 0
31#define PADR_(t) PAD_(t)
32#else
33#define PADL_(t) PAD_(t)
34#define PADR_(t) 0
35#endif
36
37#define nosys linux_nosys
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/cpuset.h>

--- 15 unchanged lines hidden (view full) ---

30#define PADL_(t) 0
31#define PADR_(t) PAD_(t)
32#else
33#define PADL_(t) PAD_(t)
34#define PADR_(t) 0
35#endif
36
37#define nosys linux_nosys
38struct linux_exit_args {
39 char rval_l_[PADL_(int)]; int rval; char rval_r_[PADR_(int)];
40};
38struct linux_fork_args {
39 register_t dummy;
40};
41struct linux_open_args {
42 char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
43 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
44 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
45};

--- 1054 unchanged lines hidden (view full) ---

1100};
1101struct linux_process_vm_readv_args {
1102 register_t dummy;
1103};
1104struct linux_process_vm_writev_args {
1105 register_t dummy;
1106};
1107#define nosys linux_nosys
41struct linux_fork_args {
42 register_t dummy;
43};
44struct linux_open_args {
45 char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
46 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
47 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
48};

--- 1054 unchanged lines hidden (view full) ---

1103};
1104struct linux_process_vm_readv_args {
1105 register_t dummy;
1106};
1107struct linux_process_vm_writev_args {
1108 register_t dummy;
1109};
1110#define nosys linux_nosys
1111int linux_exit(struct thread *, struct linux_exit_args *);
1108int linux_fork(struct thread *, struct linux_fork_args *);
1109int linux_open(struct thread *, struct linux_open_args *);
1110int linux_waitpid(struct thread *, struct linux_waitpid_args *);
1111int linux_creat(struct thread *, struct linux_creat_args *);
1112int linux_link(struct thread *, struct linux_link_args *);
1113int linux_unlink(struct thread *, struct linux_unlink_args *);
1114int linux_execve(struct thread *, struct linux_execve_args *);
1115int linux_chdir(struct thread *, struct linux_chdir_args *);

--- 286 unchanged lines hidden (view full) ---

1402
1403
1404#ifdef COMPAT_FREEBSD7
1405
1406#define nosys linux_nosys
1407
1408#endif /* COMPAT_FREEBSD7 */
1409
1112int linux_fork(struct thread *, struct linux_fork_args *);
1113int linux_open(struct thread *, struct linux_open_args *);
1114int linux_waitpid(struct thread *, struct linux_waitpid_args *);
1115int linux_creat(struct thread *, struct linux_creat_args *);
1116int linux_link(struct thread *, struct linux_link_args *);
1117int linux_unlink(struct thread *, struct linux_unlink_args *);
1118int linux_execve(struct thread *, struct linux_execve_args *);
1119int linux_chdir(struct thread *, struct linux_chdir_args *);

--- 286 unchanged lines hidden (view full) ---

1406
1407
1408#ifdef COMPAT_FREEBSD7
1409
1410#define nosys linux_nosys
1411
1412#endif /* COMPAT_FREEBSD7 */
1413
1414#define LINUX_SYS_AUE_linux_exit AUE_EXIT
1410#define LINUX_SYS_AUE_linux_fork AUE_FORK
1411#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
1412#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
1413#define LINUX_SYS_AUE_linux_creat AUE_CREAT
1414#define LINUX_SYS_AUE_linux_link AUE_LINK
1415#define LINUX_SYS_AUE_linux_unlink AUE_UNLINK
1416#define LINUX_SYS_AUE_linux_execve AUE_EXECVE
1417#define LINUX_SYS_AUE_linux_chdir AUE_CHDIR

--- 272 unchanged lines hidden ---
1415#define LINUX_SYS_AUE_linux_fork AUE_FORK
1416#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
1417#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
1418#define LINUX_SYS_AUE_linux_creat AUE_CREAT
1419#define LINUX_SYS_AUE_linux_link AUE_LINK
1420#define LINUX_SYS_AUE_linux_unlink AUE_UNLINK
1421#define LINUX_SYS_AUE_linux_execve AUE_EXECVE
1422#define LINUX_SYS_AUE_linux_chdir AUE_CHDIR

--- 272 unchanged lines hidden ---