2018-08-11 00:44:58 +03:00
|
|
|
/* $NetBSD: osf1_exec.c,v 1.47 2018/08/10 21:44:58 pgoyette Exp $ */
|
1999-04-26 22:34:05 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by Christopher G. Demetriou
|
|
|
|
* for the NetBSD Project.
|
|
|
|
* 4. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2001-11-13 05:07:52 +03:00
|
|
|
#include <sys/cdefs.h>
|
2018-08-11 00:44:58 +03:00
|
|
|
__KERNEL_RCSID(0, "$NetBSD: osf1_exec.c,v 1.47 2018/08/10 21:44:58 pgoyette Exp $");
|
2004-09-12 14:38:25 +04:00
|
|
|
|
|
|
|
#if defined(_KERNEL_OPT)
|
|
|
|
#include "opt_syscall_debug.h"
|
|
|
|
#endif
|
2001-11-13 05:07:52 +03:00
|
|
|
|
1999-04-26 22:34:05 +04:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/proc.h>
|
|
|
|
#include <sys/signalvar.h>
|
2001-09-23 23:32:10 +04:00
|
|
|
#include <sys/exec.h>
|
1999-04-26 22:34:05 +04:00
|
|
|
|
2005-03-26 08:12:34 +03:00
|
|
|
#include <uvm/uvm_extern.h>
|
|
|
|
|
1999-04-26 22:34:05 +04:00
|
|
|
#include <compat/osf1/osf1.h>
|
|
|
|
#include <compat/osf1/osf1_syscall.h>
|
1999-05-01 06:57:08 +04:00
|
|
|
#include <compat/osf1/osf1_cvt.h>
|
1999-04-27 05:45:03 +04:00
|
|
|
|
1999-04-26 22:34:05 +04:00
|
|
|
extern struct sysent osf1_sysent[];
|
2018-08-11 00:44:58 +03:00
|
|
|
extern const uint32_t osf1_sysent_nomodbits[];
|
2000-11-14 00:32:15 +03:00
|
|
|
extern const char * const osf1_syscallnames[];
|
1999-04-30 05:46:09 +04:00
|
|
|
extern char osf1_sigcode[], osf1_esigcode[];
|
2000-12-13 06:16:36 +03:00
|
|
|
#ifdef __HAVE_SYSCALL_INTERN
|
2007-12-04 21:40:07 +03:00
|
|
|
void osf1_syscall_intern(struct proc *);
|
2000-12-13 06:16:36 +03:00
|
|
|
#else
|
2007-12-04 21:40:07 +03:00
|
|
|
void syscall(void);
|
2000-12-13 06:16:36 +03:00
|
|
|
#endif
|
1999-04-26 22:34:05 +04:00
|
|
|
|
2003-08-24 21:52:28 +04:00
|
|
|
struct uvm_object *emul_osf1_object;
|
|
|
|
|
2008-11-19 21:35:57 +03:00
|
|
|
struct emul emul_osf1 = {
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_name = "osf1",
|
|
|
|
.e_path = "/emul/osf1",
|
2000-12-13 06:16:36 +03:00
|
|
|
#ifndef __HAVE_MINIMAL_EMUL
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_flags = 0,
|
|
|
|
.e_errno = native_to_osf1_errno,
|
|
|
|
.e_nosys = OSF1_SYS_syscall,
|
|
|
|
.e_nsysent = OSF1_SYS_NSYSENT,
|
2000-12-13 06:16:36 +03:00
|
|
|
#endif
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_sysent = osf1_sysent,
|
2018-08-11 00:44:58 +03:00
|
|
|
.e_nomodbits = osf1_sysent_nomodbits,
|
2004-09-12 14:38:25 +04:00
|
|
|
#ifdef SYSCALL_DEBUG
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_syscallnames = osf1_syscallnames,
|
2004-09-12 14:38:25 +04:00
|
|
|
#else
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_syscallnames = NULL,
|
2004-09-12 14:38:25 +04:00
|
|
|
#endif
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_sendsig = sendsig_sigcontext,
|
|
|
|
.e_trapsignal = trapsignal,
|
|
|
|
.e_sigcode = osf1_sigcode,
|
|
|
|
.e_esigcode = osf1_esigcode,
|
|
|
|
.e_sigobject = &emul_osf1_object,
|
|
|
|
.e_setregs = setregs,
|
|
|
|
.e_proc_exec = NULL,
|
|
|
|
.e_proc_fork = NULL,
|
|
|
|
.e_proc_exit = NULL,
|
|
|
|
.e_lwp_fork = NULL,
|
|
|
|
.e_lwp_exit = NULL,
|
2000-12-13 06:16:36 +03:00
|
|
|
#ifdef __HAVE_SYSCALL_INTERN
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_syscall_intern = osf1_syscall_intern,
|
2000-12-13 06:16:36 +03:00
|
|
|
#else
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_syscall_intern = syscall,
|
2000-12-13 06:16:36 +03:00
|
|
|
#endif
|
2010-07-07 05:30:32 +04:00
|
|
|
.e_sysctlovly = NULL,
|
|
|
|
.e_vm_default_addr = uvm_default_mapaddr,
|
|
|
|
.e_usertrap = NULL,
|
|
|
|
.e_ucsize = 0,
|
|
|
|
.e_startlwp = NULL
|
1999-04-26 22:34:05 +04:00
|
|
|
};
|