NetBSD/sys/compat/ultrix
jdolecek ef8abe0767 Make the setregs hook emulation-specific, rather than executable
format specific.
Struct emul has a e_setregs hook back, which points to emulation-specific
setregs function. es_setregs of struct execsw now only points to
optional executable-specific setup function (this is only used for
ECOFF).
2001-09-18 19:36:32 +00:00
..
Makefile
files.ultrix split ecoff specific code to separate file ultrix_exec_ecoff.c 2000-12-09 12:19:28 +00:00
syscalls.conf remove compat_xxx dependencies where they don't belong 1998-12-18 18:49:59 +00:00
syscalls.master use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
ultrix_exec.h restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
ultrix_exec_ecoff.c split ecoff specific code to separate file ultrix_exec_ecoff.c 2000-12-09 12:19:28 +00:00
ultrix_flock.h emulate fcntl(F_SETLK) & Co. 1999-07-30 16:03:49 +00:00
ultrix_fs.c Use NULL instead of an explicit cast. 2001-05-03 05:30:35 +00:00
ultrix_ioctl.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
ultrix_misc.c Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
ultrix_pathname.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
ultrix_syscall.h use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
ultrix_syscallargs.h use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
ultrix_syscalls.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
ultrix_sysent.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
ultrix_tty.h