NetBSD/sys/compat/netbsd32
jdolecek bf7f67be85 if the LKM support is not compiled in, don't bother using exec_lock
at all, it's only needed in LKM case

use #if defined(LKM) || defined(_LKM) condition for netbsd32_execve.c,
to DTRT when either compiled statically into kernel with LKM support,
or compiled as a LKM
2001-11-23 22:02:39 +00:00
..
Makefile
files.netbsd32 add netbsd32_uvm_unix.c and netbsd32_kern_sig.c 2001-06-06 21:30:28 +00:00
netbsd32.h update copyright notices. 2001-08-25 15:06:02 +00:00
netbsd32_compat_09.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_compat_10.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_compat_12.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_compat_13.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_compat_14.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netbsd32_compat_43.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_conv.h move the static inline conversion functions into a header file so other 2001-02-07 15:22:39 +00:00
netbsd32_exec.h update copyright notices. 2001-08-25 15:06:02 +00:00
netbsd32_exec_aout.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_exec_elf32.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_execve.c if the LKM support is not compiled in, don't bother using exec_lock 2001-11-23 22:02:39 +00:00
netbsd32_fs.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_ioctl.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_ioctl.h update copyright notices. 2001-08-25 15:06:02 +00:00
netbsd32_ipc.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_kern_sig.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_netbsd.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_select.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_signal.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_socket.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_syscall.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_syscallargs.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_syscalls.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_sysctl.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_sysent.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_time.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_uvm_unix.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_wait.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
syscalls.conf
syscalls.master use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00