NetBSD/sys/kern
cb 93491c15d3 fix O_NOFOLLOW for non-O_CREAT case.
Reviewed by: christos@ (some time ago)
2003-09-29 10:04:03 +00:00
..
Make.tags.inc
Makefile
cnmagic.c
core_elf32.c handle siginfo for deferred signals. Allocate a ksiginfo pool, and store 2003-09-14 06:59:13 +00:00
core_elf64.c
core_netbsd.c handle siginfo for deferred signals. Allocate a ksiginfo pool, and store 2003-09-14 06:59:13 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c
init_sysent.c Regen. 2003-09-26 23:11:16 +00:00
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
kern_event.c
kern_exec.c include opt_compat_netbsd.h, otherwise we don't get the right signal 2003-09-15 00:33:35 +00:00
kern_exit.c fix SA/pthread pagefault failure: 2003-09-16 13:46:24 +00:00
kern_fork.c add siginfo lock and siginfo queue initialization. 2003-09-16 12:06:07 +00:00
kern_ksyms.c
kern_kthread.c
kern_ktrace.c constify sendsig/trapsignal 2003-09-25 21:59:18 +00:00
kern_lkm.c
kern_lock.c
kern_lwp.c
kern_malloc.c A nit I ran into while copying this code for something else... 2003-09-27 23:10:47 +00:00
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c add initialization of siginfo lock and queue. 2003-09-16 12:05:49 +00:00
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c add comments to the pagefault code 2003-09-16 15:28:45 +00:00
kern_sig.c Deal with signal trampoline being const. 2003-09-27 00:57:45 +00:00
kern_subr.c assert that uio passed to uiomove() has valid uio_iovcnt. 2003-09-14 11:12:14 +00:00
kern_synch.c truncated output from pty problem. fix by enami 2003-09-08 11:14:18 +00:00
kern_sysctl.c Simod has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field. 2003-09-28 13:24:48 +00:00
kern_systrace.c move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
kern_time.c set the sigval in the setitimer case. 2003-09-14 06:56:22 +00:00
kern_timeout.c Fix for PR kern/22933 2003-09-25 10:44:11 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh - print comment in compat syscalls too. 2003-09-11 13:59:49 +00:00
subr_autoconf.c
subr_devsw.c
subr_disk.c
subr_disk_mbr.c
subr_extent.c
subr_log.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
subr_pool.c
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c
sys_generic.c cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
sys_pipe.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
sys_pmc.c
sys_process.c
sys_socket.c cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
syscalls.c Regen. 2003-09-26 23:11:16 +00:00
syscalls.conf we don't need sigreturn and sigcode glue if we are not compat_16 anymore. 2003-09-10 16:43:34 +00:00
syscalls.master Constify __sigaction_sigtramp argument 'void * tramp'. 2003-09-26 23:08:24 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Fix the "COW" case if a process does a detach() between fork() 2003-09-10 17:01:04 +00:00
tty.c cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
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_sem.c
uipc_socket.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
uipc_socket2.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c in getblk(), don't call allocbuf() for B_LOCKED buffers. 2003-09-24 10:44:44 +00:00
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c PR/15397: Jason Thorpe: directory operations on pathnames that refer to 2003-09-11 17:33:42 +00:00
vfs_subr.c when allocating a new vnode, 2003-09-14 11:09:48 +00:00
vfs_syscalls.c move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
vfs_vnops.c fix O_NOFOLLOW for non-O_CREAT case. 2003-09-29 10:04:03 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src