NetBSD/sys/kern
2013-06-28 15:34:21 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf.c Fix PAX build. 2013-04-09 07:39:01 +00:00
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c Initialize the rnd softint explicitly via a function late in main. Avoids 2013-06-20 23:21:41 +00:00
init_sysctl_base.c
init_sysctl.c calculate vnode cache size based on the resource it gets allocated from 2013-03-18 13:36:21 +00:00
init_sysent.c regen 2013-03-29 01:10:13 +00:00
kern_acct.c
kern_auth.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
kern_cctr.c
kern_cfglock.c
kern_clock.c
kern_condvar.c also comment on the meaning of timo=0 for cv_timedwait_sig. 2013-03-08 08:36:37 +00:00
kern_core.c
kern_cpu.c
kern_ctf.c
kern_descrip.c
kern_drvctl.c Fix memory leak on the following cases when device attached or detached: 2013-04-26 09:04:43 +00:00
kern_event.c
kern_exec.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_exit.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_fileassoc.c
kern_fork.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_history.c
kern_hook.c
kern_idle.c
kern_ksyms.c don't overwrite the CTF info with the symbol table. 2013-04-07 00:49:45 +00:00
kern_kthread.c
kern_ktrace.c
kern_lock.c Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse 2013-04-27 08:12:34 +00:00
kern_lwp.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_malloc.c
kern_module_vfs.c
kern_module.c downgrade an error to debug. 2013-03-24 22:06:37 +00:00
kern_mutex_obj.c
kern_mutex.c Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse 2013-04-27 08:12:34 +00:00
kern_ntptime.c
kern_pax.c
kern_physio.c
kern_pmf.c
kern_proc.c g/c unused static variable 2013-06-10 14:53:52 +00:00
kern_prot.c
kern_ras.c
kern_rate.c
kern_resource.c fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms. 2013-01-07 16:54:54 +00:00
kern_rndpool.c Correct use of entropy estimate when data are extracted from the pool. 2013-06-13 19:18:00 +00:00
kern_rndq.c Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9). 2013-06-23 02:35:23 +00:00
kern_rndsink.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
kern_runq.c revert rev.1.37 for now. 2013-03-12 23:16:31 +00:00
kern_rwlock_obj.c
kern_rwlock.c Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse 2013-04-27 08:12:34 +00:00
kern_sdt.c
kern_sig.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_sleepq.c Add comments saying that a cv_timedwait and sleepq_block interpret 2013-03-08 08:35:09 +00:00
kern_softint.c - softint_dispatch: perform pserialize(9) switchpoint when softintr processing 2013-01-07 23:21:31 +00:00
kern_ssp.c
kern_stub.c
kern_subr.c
kern_synch.c
kern_syscall.c
kern_sysctl.c fix warning 2013-04-27 20:13:16 +00:00
kern_tc.c Extend kernel PPS api with pps_ref_event(). 2013-05-26 18:07:42 +00:00
kern_time.c Make ts2timo(9) always return the absolute start time if the start argument 2013-05-22 16:00:52 +00:00
kern_timeout.c Convert a KASSERT to a KASSERTMSG 2013-06-28 01:21:45 +00:00
kern_todr.c
kern_turnstile.c
kern_uidinfo.c At least pretend to not leak memory in sysctl initialization. 2013-03-10 17:55:42 +00:00
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c KNF 2013-05-11 15:44:46 +00:00
Make.tags.inc
Makefile
makesyscalls.sh make rump kernel syscalls through curproc->p_emul instead of rump_sysent 2013-03-07 19:17:46 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c delete useless initialization 2013-06-28 15:33:40 +00:00
subr_blist.c printflike maintenance. 2013-02-09 00:31:21 +00:00
subr_bufq.c
subr_callback.c
subr_copy.c
subr_cprng.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
subr_cpufreq.c
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk_mbr.c If the MBR is a protective MBR, don't bother looking at it. 2013-06-26 18:47:26 +00:00
subr_disk_open.c
subr_disk.c phase 1 of disk geometry cleanup: 2013-05-29 00:47:48 +00:00
subr_evcnt.c
subr_exec_fd.c
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c
subr_kcpuset.c
subr_kmem.c - make debug size check more strict 2013-04-22 13:22:25 +00:00
subr_kobj_vfs.c
subr_kobj.c
subr_lockdebug.c Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse 2013-04-27 08:12:34 +00:00
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_pcu.c
subr_percpu.c
subr_physmap.c - physmap_map, physmap_map_fini: pmap_update() must be performed before 2013-01-19 01:04:51 +00:00
subr_pool.c In pool_cache_put_slow(), pool_get() can block (it does mutex_enter()), 2013-03-11 21:37:54 +00:00
subr_prf.c Move the DDB-specific part of vpanic() to a new db_panic() function, 2013-02-10 11:04:19 +00:00
subr_prof.c
subr_pserialize.c - pserialize_switchpoint: check for passing twice, not more than needed. 2013-02-07 23:37:58 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c Make ts2timo(9) always return the absolute start time if the start argument 2013-05-22 16:00:52 +00:00
subr_userconf.c
subr_vmem.c update comments 2013-03-06 11:20:10 +00:00
subr_workqueue.c
subr_xcall.c xc_highpri: fix assert. 2013-04-07 00:31:40 +00:00
sys_aio.c
sys_descrip.c Remove some set but unused variables 2013-04-08 21:12:33 +00:00
sys_generic.c Provide binary compatibility for architectures that (erroneously) had 2013-04-04 12:51:39 +00:00
sys_lwp.c Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
sys_module.c
sys_mqueue.c Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
sys_pipe.c Make page loaning in pipes color aware. 2013-06-28 01:21:06 +00:00
sys_pmc.c
sys_process.c
sys_pset.c
sys_sched.c
sys_select.c Assert equality, not assignment, in selrecord. 2013-01-26 19:38:17 +00:00
sys_sig.c Properly differentiate between infinite timeout and zero timeout. 2013-03-08 09:32:59 +00:00
sys_socket.c
sys_syscall.c
syscalls.c regen 2013-03-29 01:10:13 +00:00
syscalls.conf
syscalls.master Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c printflike maintenance. 2013-02-09 00:31:21 +00:00
uipc_accf.c
uipc_domain.c Add sockaddr_format to ease debugging code dealing with socket 2013-01-31 14:30:47 +00:00
uipc_mbuf2.c
uipc_mbuf.c Make m_copydata panics more verbose 2013-06-28 01:23:05 +00:00
uipc_proto.c
uipc_sem.c Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
uipc_socket2.c Make sbdrop panic more verbose 2013-06-28 01:23:38 +00:00
uipc_socket.c Remove some set but unused variables 2013-04-08 21:12:33 +00:00
uipc_syscalls.c use the proper name for kdump pretty-printing. 2013-06-03 23:45:31 +00:00
uipc_usrreq.c use sbcreatecontrol1() and m_add() instead of open-coding everything, and 2013-06-27 18:54:31 +00:00
vfs_bio.c remove useless initialization 2013-06-28 15:34:21 +00:00
vfs_cache.c
vfs_cwd.c
vfs_dirhash.c
vfs_getcwd.c Stick UFS_ in front of these symbols: 2013-06-09 18:29:25 +00:00
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_mount.c fix locking order mountlist_lock -> mnt_unmounting. 2013-04-28 21:34:31 +00:00
vfs_quotactl.c
vfs_subr.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
vfs_syscalls.c don't store random values in retval 2013-06-28 15:32:20 +00:00
vfs_trans.c Replace the rwlock based implementation with passive serialization 2013-01-21 09:14:01 +00:00
vfs_vnode.c Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00
vfs_vnops.c
vfs_wapbl.c why didn't gcc find the formatting error? 2013-02-09 00:32:12 +00:00
vfs_xattr.c
vnode_if.c
vnode_if.sh
vnode_if.src