Regen: Merge the nathanw_sa branch.

This commit is contained in:
thorpej 2003-01-18 07:21:52 +00:00
parent 179f14e286
commit a83ddff873
4 changed files with 305 additions and 293 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.10 2002/11/01 20:39:17 jdolecek Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.11 2003/01/18 07:21:52 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/05/03 00:20:56 eeh Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -162,8 +162,8 @@
/* syscall: "__getlogin" ret: "int" args: "char *" "size_t" */
#define AOUTM68K_SYS___getlogin 49
/* syscall: "setlogin" ret: "int" args: "const char *" */
#define AOUTM68K_SYS_setlogin 50
/* syscall: "__setlogin" ret: "int" args: "const char *" */
#define AOUTM68K_SYS___setlogin 50
/* syscall: "acct" ret: "int" args: "const char *" */
#define AOUTM68K_SYS_acct 51
@ -820,5 +820,11 @@
/* syscall: "issetugid" ret: "int" args: */
#define AOUTM68K_SYS_issetugid 305
#define AOUTM68K_SYS_MAXSYSCALL 306
/* syscall: "getcontext" ret: "int" args: "struct __ucontext *" */
#define AOUTM68K_SYS_getcontext 306
/* syscall: "setcontext" ret: "int" args: "const struct __ucontext *" */
#define AOUTM68K_SYS_setcontext 307
#define AOUTM68K_SYS_MAXSYSCALL 308
#define AOUTM68K_SYS_NSYSENT 512

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.9 2002/05/03 00:24:22 eeh Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.10 2003/01/18 07:21:52 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/05/03 00:20:56 eeh Exp
* created from NetBSD
*/
#ifndef _AOUTM68K_SYS__SYSCALLARGS_H_
@ -223,475 +223,477 @@ struct aoutm68k_sys_fhstat_args {
* System call prototypes.
*/
int sys_exit(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int sys_read(struct proc *, void *, register_t *);
int sys_write(struct proc *, void *, register_t *);
int sys_exit(struct lwp *, void *, register_t *);
int sys_fork(struct lwp *, void *, register_t *);
int sys_read(struct lwp *, void *, register_t *);
int sys_write(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_open(struct proc *, void *, register_t *);
int aoutm68k_sys_open(struct lwp *, void *, register_t *);
#else
int sys_open(struct proc *, void *, register_t *);
int sys_open(struct lwp *, void *, register_t *);
#endif
int sys_close(struct proc *, void *, register_t *);
int sys_wait4(struct proc *, void *, register_t *);
int sys_close(struct lwp *, void *, register_t *);
int sys_wait4(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_creat(struct proc *, void *, register_t *);
int compat_43_sys_creat(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_link(struct proc *, void *, register_t *);
int aoutm68k_sys_unlink(struct proc *, void *, register_t *);
int aoutm68k_sys_link(struct lwp *, void *, register_t *);
int aoutm68k_sys_unlink(struct lwp *, void *, register_t *);
#else
int sys_link(struct proc *, void *, register_t *);
int sys_unlink(struct proc *, void *, register_t *);
int sys_link(struct lwp *, void *, register_t *);
int sys_unlink(struct lwp *, void *, register_t *);
#endif
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_chdir(struct proc *, void *, register_t *);
int aoutm68k_sys_chdir(struct lwp *, void *, register_t *);
#else
int sys_chdir(struct proc *, void *, register_t *);
int sys_chdir(struct lwp *, void *, register_t *);
#endif
int sys_fchdir(struct proc *, void *, register_t *);
int sys_mknod(struct proc *, void *, register_t *);
int sys_fchdir(struct lwp *, void *, register_t *);
int sys_mknod(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_chmod(struct proc *, void *, register_t *);
int aoutm68k_sys_chown(struct proc *, void *, register_t *);
int aoutm68k_sys_chmod(struct lwp *, void *, register_t *);
int aoutm68k_sys_chown(struct lwp *, void *, register_t *);
#else
int sys_chmod(struct proc *, void *, register_t *);
int sys_chown(struct proc *, void *, register_t *);
int sys_chmod(struct lwp *, void *, register_t *);
int sys_chown(struct lwp *, void *, register_t *);
#endif
int sys_obreak(struct proc *, void *, register_t *);
int sys_getfsstat(struct proc *, void *, register_t *);
int sys_obreak(struct lwp *, void *, register_t *);
int sys_getfsstat(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_lseek(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct lwp *, void *, register_t *);
#else
#endif
int sys_getpid(struct proc *, void *, register_t *);
int sys_mount(struct proc *, void *, register_t *);
int sys_unmount(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_ptrace(struct proc *, void *, register_t *);
int sys_recvmsg(struct proc *, void *, register_t *);
int sys_sendmsg(struct proc *, void *, register_t *);
int sys_recvfrom(struct proc *, void *, register_t *);
int sys_accept(struct proc *, void *, register_t *);
int sys_getpeername(struct proc *, void *, register_t *);
int sys_getsockname(struct proc *, void *, register_t *);
int sys_getpid(struct lwp *, void *, register_t *);
int sys_mount(struct lwp *, void *, register_t *);
int sys_unmount(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_ptrace(struct lwp *, void *, register_t *);
int sys_recvmsg(struct lwp *, void *, register_t *);
int sys_sendmsg(struct lwp *, void *, register_t *);
int sys_recvfrom(struct lwp *, void *, register_t *);
int sys_accept(struct lwp *, void *, register_t *);
int sys_getpeername(struct lwp *, void *, register_t *);
int sys_getsockname(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_access(struct proc *, void *, register_t *);
int aoutm68k_sys_chflags(struct proc *, void *, register_t *);
int aoutm68k_sys_access(struct lwp *, void *, register_t *);
int aoutm68k_sys_chflags(struct lwp *, void *, register_t *);
#else
int sys_access(struct proc *, void *, register_t *);
int sys_chflags(struct proc *, void *, register_t *);
int sys_access(struct lwp *, void *, register_t *);
int sys_chflags(struct lwp *, void *, register_t *);
#endif
int sys_fchflags(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int sys_kill(struct proc *, void *, register_t *);
int sys_fchflags(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int sys_kill(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int aoutm68k_compat_43_sys_stat(struct proc *, void *, register_t *);
int aoutm68k_compat_43_sys_stat(struct lwp *, void *, register_t *);
#else
#endif
int sys_getppid(struct proc *, void *, register_t *);
int sys_getppid(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int aoutm68k_compat_43_sys_lstat(struct proc *, void *, register_t *);
int aoutm68k_compat_43_sys_lstat(struct lwp *, void *, register_t *);
#else
#endif
int sys_dup(struct proc *, void *, register_t *);
int sys_pipe(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_profil(struct proc *, void *, register_t *);
int sys_dup(struct lwp *, void *, register_t *);
int sys_pipe(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_profil(struct lwp *, void *, register_t *);
#if defined(KTRACE) || !defined(_KERNEL)
int sys_ktrace(struct proc *, void *, register_t *);
int sys_ktrace(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_13
int compat_13_sys_sigaction(struct proc *, void *, register_t *);
int compat_13_sys_sigaction(struct lwp *, void *, register_t *);
#else
#endif
int sys_getgid(struct proc *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
#ifdef COMPAT_13
int compat_13_sys_sigprocmask(struct proc *, void *, register_t *);
int compat_13_sys_sigprocmask(struct lwp *, void *, register_t *);
#else
#endif
int sys___getlogin(struct proc *, void *, register_t *);
int sys_setlogin(struct proc *, void *, register_t *);
int sys_acct(struct proc *, void *, register_t *);
int sys___getlogin(struct lwp *, void *, register_t *);
int sys___setlogin(struct lwp *, void *, register_t *);
int sys_acct(struct lwp *, void *, register_t *);
#ifdef COMPAT_13
int compat_13_sys_sigpending(struct proc *, void *, register_t *);
int compat_13_sys_sigaltstack(struct proc *, void *, register_t *);
int compat_13_sys_sigpending(struct lwp *, void *, register_t *);
int compat_13_sys_sigaltstack(struct lwp *, void *, register_t *);
#else
#endif
int aoutm68k_sys_ioctl(struct proc *, void *, register_t *);
int aoutm68k_sys_ioctl(struct lwp *, void *, register_t *);
#ifdef COMPAT_12
int compat_12_sys_reboot(struct proc *, void *, register_t *);
int compat_12_sys_reboot(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_revoke(struct proc *, void *, register_t *);
int aoutm68k_sys_symlink(struct proc *, void *, register_t *);
int aoutm68k_sys_readlink(struct proc *, void *, register_t *);
int aoutm68k_sys_execve(struct proc *, void *, register_t *);
int aoutm68k_sys_revoke(struct lwp *, void *, register_t *);
int aoutm68k_sys_symlink(struct lwp *, void *, register_t *);
int aoutm68k_sys_readlink(struct lwp *, void *, register_t *);
int aoutm68k_sys_execve(struct lwp *, void *, register_t *);
#else
int sys_revoke(struct proc *, void *, register_t *);
int sys_symlink(struct proc *, void *, register_t *);
int sys_readlink(struct proc *, void *, register_t *);
int sys_execve(struct proc *, void *, register_t *);
int sys_revoke(struct lwp *, void *, register_t *);
int sys_symlink(struct lwp *, void *, register_t *);
int sys_readlink(struct lwp *, void *, register_t *);
int sys_execve(struct lwp *, void *, register_t *);
#endif
int sys_umask(struct proc *, void *, register_t *);
int sys_umask(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_chroot(struct proc *, void *, register_t *);
int aoutm68k_sys_chroot(struct lwp *, void *, register_t *);
#else
int sys_chroot(struct proc *, void *, register_t *);
int sys_chroot(struct lwp *, void *, register_t *);
#endif
#ifdef COMPAT_43
int aoutm68k_compat_43_sys_fstat(struct proc *, void *, register_t *);
int compat_43_sys_getkerninfo(struct proc *, void *, register_t *);
int compat_43_sys_getpagesize(struct proc *, void *, register_t *);
int aoutm68k_compat_43_sys_fstat(struct lwp *, void *, register_t *);
int compat_43_sys_getkerninfo(struct lwp *, void *, register_t *);
int compat_43_sys_getpagesize(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_12
int compat_12_sys_msync(struct proc *, void *, register_t *);
int compat_12_sys_msync(struct lwp *, void *, register_t *);
#else
#endif
int sys_vfork(struct proc *, void *, register_t *);
int sys_sbrk(struct proc *, void *, register_t *);
int sys_sstk(struct proc *, void *, register_t *);
int sys_vfork(struct lwp *, void *, register_t *);
int sys_sbrk(struct lwp *, void *, register_t *);
int sys_sstk(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_mmap(struct proc *, void *, register_t *);
int compat_43_sys_mmap(struct lwp *, void *, register_t *);
#else
#endif
int sys_ovadvise(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int sys_mprotect(struct proc *, void *, register_t *);
int sys_madvise(struct proc *, void *, register_t *);
int sys_mincore(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int sys_getpgrp(struct proc *, void *, register_t *);
int sys_setpgid(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int sys_ovadvise(struct lwp *, void *, register_t *);
int sys_munmap(struct lwp *, void *, register_t *);
int sys_mprotect(struct lwp *, void *, register_t *);
int sys_madvise(struct lwp *, void *, register_t *);
int sys_mincore(struct lwp *, void *, register_t *);
int sys_getgroups(struct lwp *, void *, register_t *);
int sys_setgroups(struct lwp *, void *, register_t *);
int sys_getpgrp(struct lwp *, void *, register_t *);
int sys_setpgid(struct lwp *, void *, register_t *);
int sys_setitimer(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_wait(struct proc *, void *, register_t *);
int compat_43_sys_wait(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_12
int compat_12_sys_swapon(struct proc *, void *, register_t *);
int compat_12_sys_swapon(struct lwp *, void *, register_t *);
#else
#endif
int sys_getitimer(struct proc *, void *, register_t *);
int sys_getitimer(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_gethostname(struct proc *, void *, register_t *);
int compat_43_sys_sethostname(struct proc *, void *, register_t *);
int compat_43_sys_getdtablesize(struct proc *, void *, register_t *);
int compat_43_sys_gethostname(struct lwp *, void *, register_t *);
int compat_43_sys_sethostname(struct lwp *, void *, register_t *);
int compat_43_sys_getdtablesize(struct lwp *, void *, register_t *);
#else
#endif
int sys_dup2(struct proc *, void *, register_t *);
int sys_fcntl(struct proc *, void *, register_t *);
int sys_select(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int sys_setpriority(struct proc *, void *, register_t *);
int sys_socket(struct proc *, void *, register_t *);
int sys_connect(struct proc *, void *, register_t *);
int sys_dup2(struct lwp *, void *, register_t *);
int sys_fcntl(struct lwp *, void *, register_t *);
int sys_select(struct lwp *, void *, register_t *);
int sys_fsync(struct lwp *, void *, register_t *);
int sys_setpriority(struct lwp *, void *, register_t *);
int sys_socket(struct lwp *, void *, register_t *);
int sys_connect(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_accept(struct proc *, void *, register_t *);
int compat_43_sys_accept(struct lwp *, void *, register_t *);
#else
#endif
int sys_getpriority(struct proc *, void *, register_t *);
int sys_getpriority(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_send(struct proc *, void *, register_t *);
int compat_43_sys_recv(struct proc *, void *, register_t *);
int compat_43_sys_send(struct lwp *, void *, register_t *);
int compat_43_sys_recv(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_13
int compat_13_sys_sigreturn(struct proc *, void *, register_t *);
int compat_13_sys_sigreturn(struct lwp *, void *, register_t *);
#else
#endif
int sys_bind(struct proc *, void *, register_t *);
int sys_setsockopt(struct proc *, void *, register_t *);
int sys_listen(struct proc *, void *, register_t *);
int sys_bind(struct lwp *, void *, register_t *);
int sys_setsockopt(struct lwp *, void *, register_t *);
int sys_listen(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_sigvec(struct proc *, void *, register_t *);
int compat_43_sys_sigblock(struct proc *, void *, register_t *);
int compat_43_sys_sigsetmask(struct proc *, void *, register_t *);
int compat_43_sys_sigvec(struct lwp *, void *, register_t *);
int compat_43_sys_sigblock(struct lwp *, void *, register_t *);
int compat_43_sys_sigsetmask(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_13
int compat_13_sys_sigsuspend(struct proc *, void *, register_t *);
int compat_13_sys_sigsuspend(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_43
int compat_43_sys_sigstack(struct proc *, void *, register_t *);
int compat_43_sys_recvmsg(struct proc *, void *, register_t *);
int compat_43_sys_sendmsg(struct proc *, void *, register_t *);
int compat_43_sys_sigstack(struct lwp *, void *, register_t *);
int compat_43_sys_recvmsg(struct lwp *, void *, register_t *);
int compat_43_sys_sendmsg(struct lwp *, void *, register_t *);
#else
#endif
int sys_gettimeofday(struct proc *, void *, register_t *);
int sys_getrusage(struct proc *, void *, register_t *);
int sys_getsockopt(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);
int sys_writev(struct proc *, void *, register_t *);
int sys_settimeofday(struct proc *, void *, register_t *);
int sys_fchown(struct proc *, void *, register_t *);
int sys_fchmod(struct proc *, void *, register_t *);
int sys_gettimeofday(struct lwp *, void *, register_t *);
int sys_getrusage(struct lwp *, void *, register_t *);
int sys_getsockopt(struct lwp *, void *, register_t *);
int sys_readv(struct lwp *, void *, register_t *);
int sys_writev(struct lwp *, void *, register_t *);
int sys_settimeofday(struct lwp *, void *, register_t *);
int sys_fchown(struct lwp *, void *, register_t *);
int sys_fchmod(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_recvfrom(struct proc *, void *, register_t *);
int compat_43_sys_recvfrom(struct lwp *, void *, register_t *);
#else
#endif
int sys_setreuid(struct proc *, void *, register_t *);
int sys_setregid(struct proc *, void *, register_t *);
int sys_setreuid(struct lwp *, void *, register_t *);
int sys_setregid(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_rename(struct proc *, void *, register_t *);
int aoutm68k_sys_rename(struct lwp *, void *, register_t *);
#else
int sys_rename(struct proc *, void *, register_t *);
int sys_rename(struct lwp *, void *, register_t *);
#endif
#ifdef COMPAT_43
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_compat_43_sys_truncate(struct proc *, void *, register_t *);
int aoutm68k_compat_43_sys_truncate(struct lwp *, void *, register_t *);
#else
int compat_43_sys_truncate(struct proc *, void *, register_t *);
int compat_43_sys_truncate(struct lwp *, void *, register_t *);
#endif
int compat_43_sys_ftruncate(struct proc *, void *, register_t *);
int compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
#else
#ifdef COMPAT_AOUT_ALTPATH
#else
#endif
#endif
int sys_flock(struct proc *, void *, register_t *);
int sys_mkfifo(struct proc *, void *, register_t *);
int sys_sendto(struct proc *, void *, register_t *);
int sys_shutdown(struct proc *, void *, register_t *);
int sys_socketpair(struct proc *, void *, register_t *);
int sys_mkdir(struct proc *, void *, register_t *);
int sys_flock(struct lwp *, void *, register_t *);
int sys_mkfifo(struct lwp *, void *, register_t *);
int sys_sendto(struct lwp *, void *, register_t *);
int sys_shutdown(struct lwp *, void *, register_t *);
int sys_socketpair(struct lwp *, void *, register_t *);
int sys_mkdir(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_rmdir(struct proc *, void *, register_t *);
int aoutm68k_sys_utimes(struct proc *, void *, register_t *);
int aoutm68k_sys_rmdir(struct lwp *, void *, register_t *);
int aoutm68k_sys_utimes(struct lwp *, void *, register_t *);
#else
int sys_rmdir(struct proc *, void *, register_t *);
int sys_utimes(struct proc *, void *, register_t *);
int sys_rmdir(struct lwp *, void *, register_t *);
int sys_utimes(struct lwp *, void *, register_t *);
#endif
int sys_adjtime(struct proc *, void *, register_t *);
int sys_adjtime(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_getpeername(struct proc *, void *, register_t *);
int compat_43_sys_gethostid(struct proc *, void *, register_t *);
int compat_43_sys_sethostid(struct proc *, void *, register_t *);
int compat_43_sys_getrlimit(struct proc *, void *, register_t *);
int compat_43_sys_setrlimit(struct proc *, void *, register_t *);
int compat_43_sys_killpg(struct proc *, void *, register_t *);
int compat_43_sys_getpeername(struct lwp *, void *, register_t *);
int compat_43_sys_gethostid(struct lwp *, void *, register_t *);
int compat_43_sys_sethostid(struct lwp *, void *, register_t *);
int compat_43_sys_getrlimit(struct lwp *, void *, register_t *);
int compat_43_sys_setrlimit(struct lwp *, void *, register_t *);
int compat_43_sys_killpg(struct lwp *, void *, register_t *);
#else
#endif
int sys_setsid(struct proc *, void *, register_t *);
int sys_quotactl(struct proc *, void *, register_t *);
int sys_setsid(struct lwp *, void *, register_t *);
int sys_quotactl(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
int compat_43_sys_quota(struct proc *, void *, register_t *);
int compat_43_sys_getsockname(struct proc *, void *, register_t *);
int compat_43_sys_quota(struct lwp *, void *, register_t *);
int compat_43_sys_getsockname(struct lwp *, void *, register_t *);
#else
#endif
#if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
int sys_nfssvc(struct proc *, void *, register_t *);
int sys_nfssvc(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_43
int compat_43_sys_getdirentries(struct proc *, void *, register_t *);
int compat_43_sys_getdirentries(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_statfs(struct proc *, void *, register_t *);
int aoutm68k_sys_statfs(struct lwp *, void *, register_t *);
#else
int sys_statfs(struct proc *, void *, register_t *);
int sys_statfs(struct lwp *, void *, register_t *);
#endif
int sys_fstatfs(struct proc *, void *, register_t *);
int sys_fstatfs(struct lwp *, void *, register_t *);
#if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_getfh(struct proc *, void *, register_t *);
int aoutm68k_sys_getfh(struct lwp *, void *, register_t *);
#else
int sys_getfh(struct proc *, void *, register_t *);
int sys_getfh(struct lwp *, void *, register_t *);
#endif
#else
#endif
#ifdef COMPAT_09
int compat_09_sys_getdomainname(struct proc *, void *, register_t *);
int compat_09_sys_setdomainname(struct proc *, void *, register_t *);
int compat_09_sys_uname(struct proc *, void *, register_t *);
int compat_09_sys_getdomainname(struct lwp *, void *, register_t *);
int compat_09_sys_setdomainname(struct lwp *, void *, register_t *);
int compat_09_sys_uname(struct lwp *, void *, register_t *);
#else
#endif
int sys_sysarch(struct proc *, void *, register_t *);
int sys_sysarch(struct lwp *, void *, register_t *);
#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
int compat_10_sys_semsys(struct proc *, void *, register_t *);
int compat_10_sys_semsys(struct lwp *, void *, register_t *);
#else
#endif
#if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
int compat_10_sys_msgsys(struct proc *, void *, register_t *);
int compat_10_sys_msgsys(struct lwp *, void *, register_t *);
#else
#endif
#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
int compat_10_sys_shmsys(struct proc *, void *, register_t *);
int compat_10_sys_shmsys(struct lwp *, void *, register_t *);
#else
#endif
int sys_pread(struct proc *, void *, register_t *);
int sys_pwrite(struct proc *, void *, register_t *);
int sys_ntp_gettime(struct proc *, void *, register_t *);
int sys_pread(struct lwp *, void *, register_t *);
int sys_pwrite(struct lwp *, void *, register_t *);
int sys_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int sys_ntp_adjtime(struct proc *, void *, register_t *);
int sys_ntp_adjtime(struct lwp *, void *, register_t *);
#else
#endif
int sys_setgid(struct proc *, void *, register_t *);
int sys_setegid(struct proc *, void *, register_t *);
int sys_seteuid(struct proc *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int sys_setegid(struct lwp *, void *, register_t *);
int sys_seteuid(struct lwp *, void *, register_t *);
#if defined(LFS) || !defined(_KERNEL)
int sys_lfs_bmapv(struct proc *, void *, register_t *);
int sys_lfs_markv(struct proc *, void *, register_t *);
int sys_lfs_segclean(struct proc *, void *, register_t *);
int sys_lfs_segwait(struct proc *, void *, register_t *);
int sys_lfs_bmapv(struct lwp *, void *, register_t *);
int sys_lfs_markv(struct lwp *, void *, register_t *);
int sys_lfs_segclean(struct lwp *, void *, register_t *);
int sys_lfs_segwait(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_12
int aoutm68k_compat_12_sys_stat(struct proc *, void *, register_t *);
int aoutm68k_compat_12_sys_fstat(struct proc *, void *, register_t *);
int aoutm68k_compat_12_sys_lstat(struct proc *, void *, register_t *);
int aoutm68k_compat_12_sys_stat(struct lwp *, void *, register_t *);
int aoutm68k_compat_12_sys_fstat(struct lwp *, void *, register_t *);
int aoutm68k_compat_12_sys_lstat(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_pathconf(struct proc *, void *, register_t *);
int aoutm68k_sys_pathconf(struct lwp *, void *, register_t *);
#else
int sys_pathconf(struct proc *, void *, register_t *);
int sys_pathconf(struct lwp *, void *, register_t *);
#endif
int sys_fpathconf(struct proc *, void *, register_t *);
int sys_getrlimit(struct proc *, void *, register_t *);
int sys_setrlimit(struct proc *, void *, register_t *);
int sys_fpathconf(struct lwp *, void *, register_t *);
int sys_getrlimit(struct lwp *, void *, register_t *);
int sys_setrlimit(struct lwp *, void *, register_t *);
#ifdef COMPAT_12
int compat_12_sys_getdirentries(struct proc *, void *, register_t *);
int compat_12_sys_getdirentries(struct lwp *, void *, register_t *);
#else
#endif
int sys_mmap(struct proc *, void *, register_t *);
int sys_lseek(struct proc *, void *, register_t *);
int sys_mmap(struct lwp *, void *, register_t *);
int sys_lseek(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_truncate(struct proc *, void *, register_t *);
int aoutm68k_sys_truncate(struct lwp *, void *, register_t *);
#else
int sys_truncate(struct proc *, void *, register_t *);
int sys_truncate(struct lwp *, void *, register_t *);
#endif
int sys_ftruncate(struct proc *, void *, register_t *);
int sys___sysctl(struct proc *, void *, register_t *);
int sys_mlock(struct proc *, void *, register_t *);
int sys_munlock(struct proc *, void *, register_t *);
int sys_ftruncate(struct lwp *, void *, register_t *);
int sys___sysctl(struct lwp *, void *, register_t *);
int sys_mlock(struct lwp *, void *, register_t *);
int sys_munlock(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_undelete(struct proc *, void *, register_t *);
int aoutm68k_sys_undelete(struct lwp *, void *, register_t *);
#else
int sys_undelete(struct proc *, void *, register_t *);
int sys_undelete(struct lwp *, void *, register_t *);
#endif
int sys_futimes(struct proc *, void *, register_t *);
int sys_getpgid(struct proc *, void *, register_t *);
int sys_reboot(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
int sys_futimes(struct lwp *, void *, register_t *);
int sys_getpgid(struct lwp *, void *, register_t *);
int sys_reboot(struct lwp *, void *, register_t *);
int sys_poll(struct lwp *, void *, register_t *);
#if defined(LKM) || !defined(_KERNEL)
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct proc *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
int sys_lkmnosys(struct lwp *, void *, register_t *);
#else /* !LKM */
#endif /* !LKM */
#if defined(SYSVSEM) || !defined(_KERNEL)
#ifdef COMPAT_14
int compat_14_sys___semctl(struct proc *, void *, register_t *);
int compat_14_sys___semctl(struct lwp *, void *, register_t *);
#else
#endif
int sys_semget(struct proc *, void *, register_t *);
int sys_semop(struct proc *, void *, register_t *);
int sys_semconfig(struct proc *, void *, register_t *);
int sys_semget(struct lwp *, void *, register_t *);
int sys_semop(struct lwp *, void *, register_t *);
int sys_semconfig(struct lwp *, void *, register_t *);
#else
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
#ifdef COMPAT_14
int compat_14_sys_msgctl(struct proc *, void *, register_t *);
int compat_14_sys_msgctl(struct lwp *, void *, register_t *);
#else
#endif
int sys_msgget(struct proc *, void *, register_t *);
int sys_msgsnd(struct proc *, void *, register_t *);
int sys_msgrcv(struct proc *, void *, register_t *);
int sys_msgget(struct lwp *, void *, register_t *);
int sys_msgsnd(struct lwp *, void *, register_t *);
int sys_msgrcv(struct lwp *, void *, register_t *);
#else
#endif
#if defined(SYSVSHM) || !defined(_KERNEL)
int sys_shmat(struct proc *, void *, register_t *);
int sys_shmat(struct lwp *, void *, register_t *);
#ifdef COMPAT_14
int compat_14_sys_shmctl(struct proc *, void *, register_t *);
int compat_14_sys_shmctl(struct lwp *, void *, register_t *);
#else
#endif
int sys_shmdt(struct proc *, void *, register_t *);
int sys_shmget(struct proc *, void *, register_t *);
int sys_shmdt(struct lwp *, void *, register_t *);
int sys_shmget(struct lwp *, void *, register_t *);
#else
#endif
int sys_clock_gettime(struct proc *, void *, register_t *);
int sys_clock_settime(struct proc *, void *, register_t *);
int sys_clock_getres(struct proc *, void *, register_t *);
int sys_nanosleep(struct proc *, void *, register_t *);
int sys_fdatasync(struct proc *, void *, register_t *);
int sys_mlockall(struct proc *, void *, register_t *);
int sys_munlockall(struct proc *, void *, register_t *);
int sys_clock_gettime(struct lwp *, void *, register_t *);
int sys_clock_settime(struct lwp *, void *, register_t *);
int sys_clock_getres(struct lwp *, void *, register_t *);
int sys_nanosleep(struct lwp *, void *, register_t *);
int sys_fdatasync(struct lwp *, void *, register_t *);
int sys_mlockall(struct lwp *, void *, register_t *);
int sys_munlockall(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys___posix_rename(struct proc *, void *, register_t *);
int aoutm68k_sys___posix_rename(struct lwp *, void *, register_t *);
#else
int sys___posix_rename(struct proc *, void *, register_t *);
int sys___posix_rename(struct lwp *, void *, register_t *);
#endif
int sys_swapctl(struct proc *, void *, register_t *);
int sys_getdents(struct proc *, void *, register_t *);
int sys_minherit(struct proc *, void *, register_t *);
int sys_swapctl(struct lwp *, void *, register_t *);
int sys_getdents(struct lwp *, void *, register_t *);
int sys_minherit(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys_lchmod(struct proc *, void *, register_t *);
int aoutm68k_sys_lchown(struct proc *, void *, register_t *);
int aoutm68k_sys_lutimes(struct proc *, void *, register_t *);
int aoutm68k_sys_lchmod(struct lwp *, void *, register_t *);
int aoutm68k_sys_lchown(struct lwp *, void *, register_t *);
int aoutm68k_sys_lutimes(struct lwp *, void *, register_t *);
#else
int sys_lchmod(struct proc *, void *, register_t *);
int sys_lchown(struct proc *, void *, register_t *);
int sys_lutimes(struct proc *, void *, register_t *);
int sys_lchmod(struct lwp *, void *, register_t *);
int sys_lchown(struct lwp *, void *, register_t *);
int sys_lutimes(struct lwp *, void *, register_t *);
#endif
int sys___msync13(struct proc *, void *, register_t *);
int aoutm68k_sys___stat13(struct proc *, void *, register_t *);
int aoutm68k_sys___fstat13(struct proc *, void *, register_t *);
int aoutm68k_sys___lstat13(struct proc *, void *, register_t *);
int sys___sigaltstack14(struct proc *, void *, register_t *);
int sys___vfork14(struct proc *, void *, register_t *);
int sys___msync13(struct lwp *, void *, register_t *);
int aoutm68k_sys___stat13(struct lwp *, void *, register_t *);
int aoutm68k_sys___fstat13(struct lwp *, void *, register_t *);
int aoutm68k_sys___lstat13(struct lwp *, void *, register_t *);
int sys___sigaltstack14(struct lwp *, void *, register_t *);
int sys___vfork14(struct lwp *, void *, register_t *);
#ifdef COMPAT_AOUT_ALTPATH
int aoutm68k_sys___posix_chown(struct proc *, void *, register_t *);
int aoutm68k_sys___posix_chown(struct lwp *, void *, register_t *);
#else
int sys___posix_chown(struct proc *, void *, register_t *);
int sys___posix_chown(struct lwp *, void *, register_t *);
#endif
int sys___posix_fchown(struct proc *, void *, register_t *);
int sys___posix_lchown(struct proc *, void *, register_t *);
int sys_getsid(struct proc *, void *, register_t *);
int sys___posix_fchown(struct lwp *, void *, register_t *);
int sys___posix_lchown(struct lwp *, void *, register_t *);
int sys_getsid(struct lwp *, void *, register_t *);
#if defined(KTRACE) || !defined(_KERNEL)
int sys_fktrace(struct proc *, void *, register_t *);
int sys_fktrace(struct lwp *, void *, register_t *);
#else
#endif
int sys_preadv(struct proc *, void *, register_t *);
int sys_pwritev(struct proc *, void *, register_t *);
int sys___sigaction14(struct proc *, void *, register_t *);
int sys___sigpending14(struct proc *, void *, register_t *);
int sys___sigprocmask14(struct proc *, void *, register_t *);
int sys___sigsuspend14(struct proc *, void *, register_t *);
int sys___sigreturn14(struct proc *, void *, register_t *);
int sys___getcwd(struct proc *, void *, register_t *);
int sys_fchroot(struct proc *, void *, register_t *);
int sys_fhopen(struct proc *, void *, register_t *);
int aoutm68k_sys_fhstat(struct proc *, void *, register_t *);
int sys_fhstatfs(struct proc *, void *, register_t *);
int sys_preadv(struct lwp *, void *, register_t *);
int sys_pwritev(struct lwp *, void *, register_t *);
int sys___sigaction14(struct lwp *, void *, register_t *);
int sys___sigpending14(struct lwp *, void *, register_t *);
int sys___sigprocmask14(struct lwp *, void *, register_t *);
int sys___sigsuspend14(struct lwp *, void *, register_t *);
int sys___sigreturn14(struct lwp *, void *, register_t *);
int sys___getcwd(struct lwp *, void *, register_t *);
int sys_fchroot(struct lwp *, void *, register_t *);
int sys_fhopen(struct lwp *, void *, register_t *);
int aoutm68k_sys_fhstat(struct lwp *, void *, register_t *);
int sys_fhstatfs(struct lwp *, void *, register_t *);
#if defined(SYSVSEM) || !defined(_KERNEL)
int sys_____semctl13(struct proc *, void *, register_t *);
int sys_____semctl13(struct lwp *, void *, register_t *);
#else
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
int sys___msgctl13(struct proc *, void *, register_t *);
int sys___msgctl13(struct lwp *, void *, register_t *);
#else
#endif
#if defined(SYSVSHM) || !defined(_KERNEL)
int sys___shmctl13(struct proc *, void *, register_t *);
int sys___shmctl13(struct lwp *, void *, register_t *);
#else
#endif
int sys_lchflags(struct proc *, void *, register_t *);
int sys_issetugid(struct proc *, void *, register_t *);
int sys_lchflags(struct lwp *, void *, register_t *);
int sys_issetugid(struct lwp *, void *, register_t *);
int sys_getcontext(struct lwp *, void *, register_t *);
int sys_setcontext(struct lwp *, void *, register_t *);
#endif /* _AOUTM68K_SYS__SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.9 2002/05/03 00:24:23 eeh Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.10 2003/01/18 07:21:52 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/05/03 00:20:56 eeh Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.9 2002/05/03 00:24:23 eeh Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.10 2003/01/18 07:21:52 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -25,6 +25,7 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.9 2002/05/03 00:24:23 eeh Ex
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
#endif /* _KERNEL_OPT */
@ -131,7 +132,7 @@ const char *const aoutm68k_syscallnames[] = {
"#48 (excluded compat_13_sys_sigprocmask)", /* 48 = excluded compat_13_sys_sigprocmask */
#endif
"__getlogin", /* 49 = __getlogin */
"setlogin", /* 50 = setlogin */
"__setlogin", /* 50 = __setlogin */
"acct", /* 51 = acct */
#ifdef COMPAT_13
"sigpending13", /* 52 = sigpending13 */
@ -651,4 +652,6 @@ const char *const aoutm68k_syscallnames[] = {
#endif
"lchflags", /* 304 = lchflags */
"issetugid", /* 305 = issetugid */
"getcontext", /* 306 = getcontext */
"setcontext", /* 307 = setcontext */
};

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.10 2002/11/01 20:39:17 jdolecek Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.11 2003/01/18 07:21:52 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/05/03 00:20:56 eeh Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.10 2002/11/01 20:39:17 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.11 2003/01/18 07:21:52 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -24,6 +24,7 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.10 2002/11/01 20:39:17 jdolece
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
@ -196,8 +197,8 @@ struct sysent aoutm68k_sysent[] = {
#endif
{ 2, s(struct sys___getlogin_args), 0,
sys___getlogin }, /* 49 = __getlogin */
{ 1, s(struct sys_setlogin_args), 0,
sys_setlogin }, /* 50 = setlogin */
{ 1, s(struct sys___setlogin_args), 0,
sys___setlogin }, /* 50 = __setlogin */
{ 1, s(struct sys_acct_args), 0,
sys_acct }, /* 51 = acct */
#ifdef COMPAT_13
@ -1074,10 +1075,10 @@ struct sysent aoutm68k_sysent[] = {
sys_lchflags }, /* 304 = lchflags */
{ 0, 0, 0,
sys_issetugid }, /* 305 = issetugid */
{ 0, 0, 0,
sys_nosys }, /* 306 = filler */
{ 0, 0, 0,
sys_nosys }, /* 307 = filler */
{ 1, s(struct sys_getcontext_args), 0,
sys_getcontext }, /* 306 = getcontext */
{ 1, s(struct sys_setcontext_args), 0,
sys_setcontext }, /* 307 = setcontext */
{ 0, 0, 0,
sys_nosys }, /* 308 = filler */
{ 0, 0, 0,