NetBSD/sys/kern
thorpej db71356cd1 - Change callout_setfunc() to require that the callout handle is already
initialized.  Update the txp(4) to compensate.
- Statically initialize the TCP timer callout handles in the tcpcb
  template.  We still use callout_setfunc(), but that call is now much
  less expensive.  Add a comment that the compiler is likely to unroll
  the loop (so don't sweat that it's there).
2003-10-27 16:52:01 +00:00
..
Make.tags.inc
Makefile Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
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
kern_acct.c
kern_allocsys.c move ALLOCSYS() macro from <sys/systm.h> to kern_alloc.c - it's the 2003-10-26 10:45:03 +00:00
kern_clock.c
kern_descrip.c
kern_event.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_lwp.c
kern_malloc.c
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c don't assume the order of upcall stacks in the array from userland. 2003-10-25 12:08:45 +00:00
kern_sig.c modify sigtimedwait(2) to return full siginfo if available, and pass the wait 2003-10-25 16:50:37 +00:00
kern_subr.c Fix uninitialized variable warning 2003-10-25 18:31:59 +00:00
kern_synch.c Fix (bogus) unitialized variable warning. 2003-10-26 20:55:57 +00:00
kern_sysctl.c
kern_systrace.c
kern_time.c
kern_timeout.c - Change callout_setfunc() to require that the callout handle is already 2003-10-27 16:52:01 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_devsw.c
subr_disk.c
subr_disk_mbr.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c
sys_generic.c
sys_pipe.c fix uninitialized variable 2003-10-25 09:06:51 +00:00
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c allocate virtual memory for SYSV shm, msg and semaphore structures 2003-10-26 10:32:24 +00:00
sysv_sem.c allocate virtual memory for SYSV shm, msg and semaphore structures 2003-10-26 10:32:24 +00:00
sysv_shm.c allocate virtual memory for SYSV shm, msg and semaphore structures 2003-10-26 10:32:24 +00:00
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_sem.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c fix uninitialized variable 2003-10-25 09:06:51 +00:00
vfs_lookup.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src