NetBSD/sys/kern
2012-10-02 23:10:34 +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 back out elf note changes and use EF_ARM_ABIVERS to determine EABI usage. 2012-08-05 01:43:58 +00:00
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c Do not call setroot() from MD code and from MI code, which has 2012-07-29 18:05:39 +00:00
init_sysctl_base.c
init_sysctl.c
init_sysent.c regen 2012-10-02 01:46:20 +00:00
kern_acct.c
kern_auth.c PR/46973: Dr. Wolfgang Stukenbrock: kauth_authorize_action_internal() returns 2012-09-16 14:35:26 +00:00
kern_cctr.c
kern_cfglock.c
kern_clock.c
kern_condvar.c
kern_core.c
kern_cpu.c Add a kcpuset_t which just includes ourself. 2012-09-01 00:24:43 +00:00
kern_ctf.c
kern_descrip.c
kern_drvctl.c
kern_event.c
kern_exec.c Add missing newline to printf (in the disabled code for $ORIGIN). 2012-08-29 18:56:39 +00:00
kern_exit.c exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped 2012-09-27 20:43:15 +00:00
kern_fileassoc.c
kern_fork.c revert racy vfork() parent-blocking-before-child-execs-or-exits code. 2012-07-27 20:52:49 +00:00
kern_history.c
kern_hook.c
kern_idle.c
kern_ksyms.c
kern_kthread.c Add a __HAVE_CPU_UAREA_IDLELWP hook so that the MD code can allocate 2012-09-01 00:26:37 +00:00
kern_ktrace.c
kern_lock.c Use __cacheline_aligned 2012-08-30 02:23:14 +00:00
kern_lwp.c exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped 2012-09-27 20:43:15 +00:00
kern_malloc.c
kern_module_vfs.c
kern_module.c
kern_mutex_obj.c
kern_mutex.c
kern_ntptime.c
kern_pax.c
kern_physio.c
kern_pmf.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_rate.c
kern_resource.c
kern_rndpool.c
kern_rndq.c Don't wait until the pool *fills* to rekey anything that was keyed with 2012-09-05 18:57:33 +00:00
kern_runq.c Change KASSERT to KASSERTMSG 2012-08-30 02:25:35 +00:00
kern_rwlock_obj.c
kern_rwlock.c
kern_sdt.c
kern_sig.c
kern_sleepq.c Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD 2012-07-27 05:36:09 +00:00
kern_softint.c
kern_ssp.c
kern_stub.c
kern_subr.c
kern_synch.c The field ci_curlwp is only defined for MULTIPROCESSOR kernels. 2012-09-02 16:00:00 +00:00
kern_syscall.c
kern_sysctl.c
kern_tc.c
kern_time.c kernel portion of clock_nanosleep() 2012-10-02 01:44:27 +00:00
kern_timeout.c
kern_todr.c
kern_turnstile.c comments and assertions. 2012-06-15 13:51:40 +00:00
kern_uidinfo.c
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
Make.tags.inc
Makefile
makesyscalls.sh alias rump_sysent to sysent, since the linux compat code wants to 2012-09-20 17:46:21 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Give config thread more descriptive names. 2012-08-30 02:24:20 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c
subr_cprng.c Fix a bug that kmem_alloc() is called from the interrupt context. 2012-09-08 02:58:13 +00:00
subr_cpufreq.c
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk_mbr.c revert previous; the problem was off by one in the bios device comparison 2012-07-13 16:15:48 +00:00
subr_disk_open.c unsigned -> unsigned int 2012-07-07 16:15:20 +00:00
subr_disk.c
subr_evcnt.c
subr_exec_fd.c
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c
subr_kcpuset.c Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specific 2012-09-16 22:09:33 +00:00
subr_kmem.c split allocation lookup table to decrease overall memory used 2012-07-21 11:45:04 +00:00
subr_kobj_vfs.c
subr_kobj.c
subr_lockdebug.c - fix typo in comment 2012-08-04 12:38:20 +00:00
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_pcu.c KASSERT -> KASSERTMSG 2012-08-30 02:24:48 +00:00
subr_percpu.c
subr_pool.c proper locking for DEBUG 2012-08-28 15:52:19 +00:00
subr_prf.c
subr_prof.c
subr_pserialize.c
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c
subr_userconf.c
subr_vmem.c Don't use const foo const as type, one const is enough. 2012-09-13 21:44:49 +00:00
subr_workqueue.c
subr_xcall.c
sys_aio.c
sys_descrip.c Force sys_close not to restart by returning ERESTART. 2012-08-05 04:26:10 +00:00
sys_generic.c
sys_lwp.c exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped 2012-09-27 20:43:15 +00:00
sys_module.c Add -A, -a, and -e options to modstat(8) along with kernel 2012-08-07 01:19:05 +00:00
sys_mqueue.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_pset.c
sys_sched.c
sys_select.c
sys_sig.c From Roger Pau Monne: kill(2) called for a zombie process should return 0, 2012-07-18 20:30:07 +00:00
sys_socket.c
sys_syscall.c
syscalls.c regen 2012-10-02 01:46:20 +00:00
syscalls.conf Forgot this one from previous commit. It too is needed for syscallargs.h 2012-08-03 12:41:13 +00:00
syscalls.master kernel portion of clock_nanosleep() 2012-10-02 01:44:27 +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 Don't call ureadc() with a spinlock held because ureadc() may fault when 2012-10-02 23:10:34 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c in soreceive(), handle uios larger than 31 bits. 2012-07-09 04:35:13 +00:00
uipc_syscalls.c Avoid kmem_alloc KASSERT for 0 byte allocation, when tracing processes 2012-07-17 14:22:42 +00:00
uipc_usrreq.c remove infinite loop on error, extra parens on return. 2012-07-30 10:45:03 +00:00
vfs_bio.c
vfs_cache.c Move some the test for MAKEENTRY into the cache_enter(9). Make some 2012-07-22 00:53:18 +00:00
vfs_cwd.c
vfs_dirhash.c
vfs_getcwd.c
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_mount.c
vfs_quotactl.c
vfs_subr.c
vfs_syscalls.c Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope. 2012-06-27 12:28:28 +00:00
vfs_trans.c
vfs_vnode.c
vfs_vnops.c don't truncate size_t to int 2012-08-24 05:52:17 +00:00
vfs_wapbl.c
vfs_xattr.c
vnode_if.c
vnode_if.sh
vnode_if.src