NetBSD/sys/kern
jdolecek 7d8eefdffc add void *p_emuldata into struct proc - this can be used to hold per-process
emulation-specific data
add process exit, exec and fork function hooks into struct emul:
* e_proc_fork() - called in fork1() after the new forked process is setup
* e_proc_exec() - called in sys_execve() after the executed process is setup
* e_proc_exit() - called in exit1() after all the other process cleanups are
  done, right before machine-dependant switch to new context; also called
  for "old" emulation from sys_execve() if emulation of executed program and
  the original process is different

This was discussed on tech-kern.
2000-11-07 12:41:52 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c 8 spaces -> tab 2000-11-05 22:41:35 +00:00
genassym.awk
genassym.sh
init_main.c Use an rlim_t to store "available memory", so we don't needlessly 2000-10-29 18:38:47 +00:00
init_sysent.c
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c
kern_exec.c add void *p_emuldata into struct proc - this can be used to hold per-process 2000-11-07 12:41:52 +00:00
kern_exit.c add void *p_emuldata into struct proc - this can be used to hold per-process 2000-11-07 12:41:52 +00:00
kern_fork.c add void *p_emuldata into struct proc - this can be used to hold per-process 2000-11-07 12:41:52 +00:00
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_malloc.c
kern_ntptime.c
kern_physio.c (*minphys)() musn't return zero. 2000-09-29 13:27:12 +00:00
kern_proc.c
kern_prot.c knf [from charles] 2000-10-17 23:38:55 +00:00
kern_resource.c
kern_sig.c add new function sigismasked(), which checks whether passed signal 2000-11-05 15:37:09 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_time.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_conf.c Make line disciplines modular so they can be added or removed dynamically. 2000-11-01 23:51:38 +00:00
tty_pty.c add new function sigismasked(), which checks whether passed signal 2000-11-05 15:37:09 +00:00
tty_subr.c
tty_tb.c Make this file compile again. 2000-11-02 06:57:01 +00:00
tty_tty.c
tty.c add new function sigismasked(), which checks whether passed signal 2000-11-05 15:37:09 +00:00
uipc_domain.c attach ARP domain only if INET is compiled into the kernel. 2000-10-02 04:27:21 +00:00
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src