NetBSD/sys/kern
jdolecek 3fd1ca0fc9 Do not include the ELF 'catch all' entry in execsw[] by default, which
used to make ELF binaries unmatched by any signature check to be run under
NetBSD 'emulation'. This causes problems like kern/12253.
The old behaviour is available with option EXEC_ELF_CATCHALL.
2001-06-19 17:58:41 +00:00
..
Make.tags.inc
Makefile
cnmagic.c
exec_aout.c
exec_conf.c Do not include the ELF 'catch all' entry in execsw[] by default, which 2001-06-19 17:58:41 +00:00
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_script.c In check_exec(), don't bother checking P_TRACED along with 2001-06-15 17:24:19 +00:00
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c Add port of high performance pipe implementation written by John S. Dyson 2001-06-16 12:00:02 +00:00
init_sysent.c
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c Add DTYPE_PIPE (to be used by new pipe implementation) and handle 2001-06-16 08:28:39 +00:00
kern_exec.c Add an e_trapsignal member to struct emul, so that emulated processes can 2001-06-18 02:00:48 +00:00
kern_exit.c
kern_fork.c
kern_kthread.c
kern_ktrace.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
kern_lkm.c add a DEBUG for why the lkm entry point failed. 2001-06-05 12:36:08 +00:00
kern_lock.c
kern_malloc.c Assert that no locks are held if we're called with M_WAITOK. 2001-06-05 04:39:02 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Add port of high performance pipe implementation written by John S. Dyson 2001-06-16 12:00:02 +00:00
kern_time.c Lower interrupt priortiy properly if setting the setting the kernel time 2001-06-11 07:07:12 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c Assert that no locks are held if we're called with EX_WAITSPACE. 2001-06-05 04:39:56 +00:00
subr_log.c
subr_pool.c Do the reentrancy checking if POOL_DIAGNOSTIC, not DIAGNOSTIC. Prevents 2001-06-05 18:51:03 +00:00
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
sys_pipe.c Add port of high performance pipe implementation written by John S. Dyson 2001-06-16 12:00:02 +00:00
sys_process.c The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
sys_socket.c Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC in 2001-06-16 21:29:32 +00:00
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_mbuf2.c
uipc_proto.c
uipc_socket.c
uipc_socket2.c Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC in 2001-06-16 21:29:32 +00:00
uipc_syscalls.c Add port of high performance pipe implementation written by John S. Dyson 2001-06-16 12:00:02 +00:00
uipc_usrreq.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Avoid a sleeping malloc call while holding the spechash_slock. 2001-06-05 04:42:05 +00:00
vfs_syscalls.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src