NetBSD/sys/kern
ad 0b2f97d6bd For safety, cv_broadcast(&bp->b_busy) in more places where the buffer is
changing identity or moving from one vnode list to another.
2019-12-08 20:35:23 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
compat_stub.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
core_elf32.c Use __diagused 2019-11-22 15:57:49 +00:00
core_elf64.c
core_netbsd.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
exec_aout.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
exec_ecoff.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
exec_elf32.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
exec_elf64.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
exec_elf.c PR/54549: ng0: always initialize execname. 2019-09-16 11:11:34 +00:00
exec_script.c adjust for new check_exec signature. 2019-09-15 20:21:12 +00:00
exec_subr.c
files.kern Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
genlintstub.awk
init_main.c Take the basic CPU topology information we already collect, and use it 2019-12-02 23:22:43 +00:00
init_sysctl_base.c
init_sysctl.c
init_sysent.c regen 2019-10-21 14:23:53 +00:00
kern_acct.c fix flatly wrong indent 2019-05-26 19:23:04 +00:00
kern_auth.c
kern_cctr.c Fix 'unknown' spellos 2019-06-24 06:24:33 +00:00
kern_cfglock.c
kern_clock.c Fix false sharing problems with cpu_info. Identified with tprof(8). 2019-12-01 15:34:44 +00:00
kern_condvar.c - Put back a microoptimisation that was accidentally removed. 2019-11-20 21:49:00 +00:00
kern_core.c Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
kern_cpu.c Fix typo in comment (typlogy) 2019-12-04 09:34:12 +00:00
kern_crashme.c
kern_ctf.c
kern_descrip.c
kern_drvctl.c
kern_event.c print which process asked for an unsupported event so we can fix it. 2019-10-18 19:43:49 +00:00
kern_exec.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_exit.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_fileassoc.c
kern_fork.c Minor scheduler cleanup: 2019-11-23 19:42:52 +00:00
kern_history.c Traiing whitespace 2019-10-09 05:59:51 +00:00
kern_hook.c Add and use __FPTRCAST, requested by uwe@ 2019-10-16 18:29:49 +00:00
kern_idle.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_ksyms_buf.c
kern_ksyms.c
kern_kthread.c Minor scheduler cleanup: 2019-11-23 19:42:52 +00:00
kern_ktrace_vfs.c
kern_ktrace.c
kern_lock.c Use __insn_barrier to enforce ordering in l_ncsw loops. 2019-12-03 15:20:59 +00:00
kern_lwp.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_malloc.c Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized 2019-11-14 16:23:52 +00:00
kern_module_vfs.c
kern_module.c When modules are unloaded, we call sysctl_teardown() before calling 2019-08-08 18:08:41 +00:00
kern_mutex_obj.c
kern_mutex.c Get rid of MUTEX_RECEIVE/MUTEX_GIVE. 2019-11-29 19:44:59 +00:00
kern_ntptime.c
kern_pax.c
kern_physio.c Revert previous. No performance gain worth the potential headaches 2019-12-08 19:52:37 +00:00
kern_pmf.c
kern_proc.c Correct signals in siglist+sigmask passed in kinfo_lwp 2019-12-06 17:41:43 +00:00
kern_prot.c
kern_ras.c xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
kern_rate.c
kern_reboot.c
kern_resource.c calcru: ignore running softints, unless softint_timing is on. 2019-11-21 17:50:49 +00:00
kern_rndpool.c
kern_rndq.c Do all delta calculations strictly using uint32_t. Avoid integer 2019-09-29 12:07:52 +00:00
kern_rndsink.c
kern_runq.c - Add some more failsafes to the CPU topology stuff, and build a 3rd 2019-12-03 22:28:41 +00:00
kern_rwlock_obj.c
kern_rwlock.c Back out previous. It works on amd64 under stress test but not 2019-11-30 14:21:16 +00:00
kern_scdebug.c
kern_sdt.c
kern_sig.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_sleepq.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_softint.c Make it possible to call mi_switch() and immediately switch to another CPU. 2019-12-06 21:36:10 +00:00
kern_ssp.c
kern_stub.c steal an idea from uwe@ and implement gcc-8 function type cast 2019-10-08 07:33:14 +00:00
kern_subr.c Accept root device specification as NAME=label 2019-09-16 00:01:16 +00:00
kern_synch.c mi_switch: move an over eager KASSERT defeated by kernel preemption. 2019-12-07 21:14:36 +00:00
kern_syscall.c xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
kern_sysctl.c Invert two conditions, to fix uninitialized memory access. If the node is 2019-07-03 17:31:32 +00:00
kern_tc.c xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
kern_threadpool.c
kern_time.c Check for valid timespec in clock_settime1() 2019-10-05 12:57:40 +00:00
kern_timeout.c Break the slow path for callout_halt() out into its own routine. 2019-11-21 17:57:40 +00:00
kern_todr.c The whole 'tv' structure gets added to the RND pool, so clear it first, 2019-07-07 15:12:59 +00:00
kern_turnstile.c Put section attribute for turnstile0 in the correct place. For LLVM. 2019-11-24 13:14:23 +00:00
kern_uidinfo.c
kern_uuid.c
kern_veriexec.c Add and use __FPTRCAST, requested by uwe@ 2019-10-16 18:29:49 +00:00
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh do not try to rm sysautoload when it's not actually used for given compat; 2019-11-09 22:05:50 +00:00
sched_4bsd.c sched_tick(): don't try to optimise something that's called 10 times a 2019-12-06 18:33:19 +00:00
sched_m2.c sched_tick(): don't try to optimise something that's called 10 times a 2019-12-06 18:33:19 +00:00
subr_asan.c Add KASAN instrumentation on ucas and ufetch. 2019-10-10 13:45:14 +00:00
subr_autoconf.c
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c
subr_cprng.c Disable rngtest on output of cprng_strong. 2019-12-04 05:36:34 +00:00
subr_cpufreq.c
subr_csan.c Add KCSAN instrumentation for atomic_{load,store}_*. 2019-12-01 08:15:58 +00:00
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk_mbr.c Revert subr_disk_mbr.c r.1.54 2019-11-07 20:34:29 +00:00
subr_disk_open.c
subr_disk.c kern/subr_disk: bounds_check_with_label: really protect against div by zero 2019-09-30 23:23:59 +00:00
subr_disklabel.c
subr_emul.c
subr_evcnt.c
subr_exec_fd.c
subr_extent.c More diagnostic 2019-08-15 09:04:22 +00:00
subr_hash.c
subr_humanize.c
subr_interrupt.c
subr_iostat.c Implement disk_rename()/iostat_rename() to rename a disk. 2019-05-22 08:47:02 +00:00
subr_ipi.c Add and use __FPTRCAST, requested by uwe@ 2019-10-16 18:29:49 +00:00
subr_kcov.c Revert the in_interrupt() change to use again the x86 specific code 2019-12-07 19:50:33 +00:00
subr_kcpuset.c Set kcpuset's bit correctly to avoid undefined behavior. Found by KUBSan. 2019-07-26 05:39:55 +00:00
subr_kleak.c
subr_kmem.c Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized 2019-11-14 16:23:52 +00:00
subr_kobj_vfs.c
subr_kobj.c
subr_localcount.c
subr_lockdebug.c changes of r1.68 was reverted by r1.69. apply it again. 2019-05-28 07:39:16 +00:00
subr_log.c
subr_lwp_specificdata.c Implement an aggressive psref leak detector 2019-05-17 03:34:26 +00:00
subr_msan.c Use the inlines; it is actually fine, since the compiler drops the inlines 2019-12-08 11:53:54 +00:00
subr_once.c
subr_optstr.c
subr_pcq.c
subr_pcu.c
subr_percpu.c Allow equality in this assertion. 2019-12-05 03:21:08 +00:00
subr_physmap.c
subr_pool.c Use __insn_barrier to enforce ordering in l_ncsw loops. 2019-12-03 15:20:59 +00:00
subr_prf.c put back line accidentally removed. 2019-05-21 04:57:02 +00:00
subr_prof.c
subr_pserialize.c Switch psz_ev_excl to static evcnt. 2019-12-05 03:21:29 +00:00
subr_psref.c Implement an aggressive psref leak detector 2019-05-17 03:34:26 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c
subr_thmap.c
subr_time.c Avoid signed integer overflow in ts2timo() for ts->tv_nsec 2019-10-04 14:17:07 +00:00
subr_userconf.c
subr_vmem.c Add and use __FPTRCAST, requested by uwe@ 2019-10-16 18:29:49 +00:00
subr_workqueue.c
subr_xcall.c Restore xcall(9) fast path using atomic_load/store_*. 2019-12-01 20:56:39 +00:00
sys_aio.c Minor scheduler cleanup: 2019-11-23 19:42:52 +00:00
sys_descrip.c Add F_GETPATH, presented to tech-kern. 2019-09-15 16:25:57 +00:00
sys_generic.c
sys_lwp.c Minor scheduler cleanup: 2019-11-23 19:42:52 +00:00
sys_module.c
sys_mqueue.c Prevent O_EXEC for mq_open(2), and O_EXEC with a writable fd for open(2). 2019-09-15 20:51:03 +00:00
sys_pipe.c
sys_process.c
sys_pset.c Simplify pset locking, making it easier to sync with LWP creation, etc. 2019-11-21 17:54:04 +00:00
sys_ptrace_common.c Fix regression introduced to ptrace_regs() in rev 1.27: 2019-11-22 05:01:44 +00:00
sys_ptrace.c
sys_sched.c
sys_select.c Minor correction to previous. 2019-11-22 20:04:03 +00:00
sys_sig.c Convert the sendsig_sigcontext_16 function pointer to use the new 2019-11-10 13:28:06 +00:00
sys_socket.c
sys_syscall.c
syscalls_autoload.c regen 2019-09-22 23:03:20 +00:00
syscalls.c regen 2019-09-22 23:03:20 +00:00
syscalls.conf Add a new member to struct vfsstat and grow the unused members 2019-09-22 22:59:37 +00:00
syscalls.master Add a new member to struct vfsstat and grow the unused members 2019-09-22 22:59:37 +00:00
systrace_args.c regen 2019-09-22 23:03:20 +00:00
sysv_ipc.c Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
sysv_msg.c Avoid -LONG_MIN msgtyp in msgrcv(2) and treat it as LONG_MAX 2019-10-04 23:20:22 +00:00
sysv_sem.c Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
sysv_shm.c simpler fix for the race between shmat() and shmdt(): 2019-10-09 17:47:13 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c VOP_UNLOCK + vrele -> vput 2019-11-30 20:45:49 +00:00
tty_pty.c
tty_subr.c Fix a bunch of unimportant "Local variable hides global variable" warnings 2019-12-06 08:35:21 +00:00
tty_tty.c
tty.c
uipc_accf.c
uipc_domain.c
uipc_mbuf.c Minor changes, reported by the LGTM bot. 2019-12-06 07:27:06 +00:00
uipc_mbufdebug.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c Fix info leaks: the alignment of the structures causes uninitialized heap 2019-07-11 17:30:44 +00:00
uipc_socket.c Add a check before the memcpy. memcpy is defined to never take NULL as 2019-10-14 16:27:03 +00:00
uipc_syscalls.c
uipc_usrreq.c Fix info leak: the padding after the header causes uninitialized heap 2019-07-29 09:42:17 +00:00
vfs_bio.c For safety, cv_broadcast(&bp->b_busy) in more places where the buffer is 2019-12-08 20:35:23 +00:00
vfs_cache.c Back out previous temporarily - seeing unusual lookup failures. Will 2019-12-01 18:31:19 +00:00
vfs_cwd.c
vfs_dirhash.c
vfs_getcwd.c - add missing error check 2019-09-14 21:23:34 +00:00
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Make namei() work with no root dir yet. 2019-07-18 09:39:40 +00:00
vfs_mount.c NULL-check the structure pointer, not the address of its first field. Also 2019-11-16 10:07:53 +00:00
vfs_quotactl.c
vfs_subr.c Minor vnode locking changes: 2019-12-01 13:56:29 +00:00
vfs_syscalls.c make nmountcompatnames unsigned (assigned from __arraycount, compared with 2019-09-26 01:34:16 +00:00
vfs_trans.c Add an owner field to fstrans mount info and use it to hold 2019-06-17 08:07:27 +00:00
vfs_vnode.c Minor vnode locking changes: 2019-12-01 13:56:29 +00:00
vfs_vnops.c Minor vnode locking changes: 2019-12-01 13:56:29 +00:00
vfs_wapbl.c
vfs_xattr.c
vnode_if.c Regen for VOP_LOCK & LK_UPGRADE/LK_DOWNGRADE. 2019-12-01 13:58:52 +00:00
vnode_if.sh Minor vnode locking changes: 2019-12-01 13:56:29 +00:00
vnode_if.src As VOP_STRATEGY() usually calls itself on the file system holding "/dev" 2019-10-11 08:04:52 +00:00