NetBSD/sys/kern
ozaki-r 8db944330d Add a new sanity check to psref
It checks if a target being acquired is already acquired with
the same psref. It is usable but not lightweight, so enabled
only if DEBUG.
2016-11-09 09:00:46 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c Introduce and use PROC_PTRSZ() to handle differing pointer size 64->32 2016-09-29 20:40:53 +00:00
core_elf64.c
core_netbsd.c
exec_aout.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf.c oops removed too much 2016-09-15 18:40:34 +00:00
exec_script.c
exec_subr.c
files.kern * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
genlintstub.awk
init_main.c * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
init_sysctl_base.c
init_sysctl.c Add a new kern.messages sysctl to allow kernel message verbosity to be 2016-05-31 05:44:19 +00:00
init_sysent.c Regenerate files for modularization of ptrace(2) 2016-11-02 00:14:11 +00:00
kern_acct.c
kern_auth.c
kern_cctr.c
kern_cfglock.c
kern_clock.c
kern_condvar.c
kern_core.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_cpu.c
kern_ctf.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_descrip.c
kern_drvctl.c
kern_event.c make sure we cleanup properly when fd is too big. 2016-07-14 18:16:51 +00:00
kern_exec.c Prefer modern simple past tense and past participle of catch 2016-11-03 22:08:30 +00:00
kern_exit.c PR kern/51600 ; PR standards/51606 2016-11-09 00:30:17 +00:00
kern_fileassoc.c
kern_fork.c deduplicate the complex lock reparent dance. 2016-11-04 18:14:04 +00:00
kern_history.c Fix UVMHIST builds for kernels that don't include usb 2016-06-23 07:32:12 +00:00
kern_hook.c
kern_idle.c
kern_ksyms_buf.c
kern_ksyms.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_kthread.c
kern_ktrace_vfs.c
kern_ktrace.c Allow emulations to override the creation of ktrace records for posting 2016-09-13 07:39:45 +00:00
kern_lock.c
kern_lwp.c GSoC 2016 Charles Cui: Implement thread priority protection based on work 2016-07-03 14:24:58 +00:00
kern_malloc.c
kern_module_vfs.c
kern_module.c tidy up messages and indentation 2016-08-13 12:05:49 +00:00
kern_mutex_obj.c
kern_mutex.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_ntptime.c
kern_pax.c move aslr stuff to the aslr section 2016-09-17 02:29:11 +00:00
kern_physio.c
kern_pmf.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_proc.c Introduce and use PROC_PTRSZ() to handle differing pointer size 64->32 2016-09-29 20:40:53 +00:00
kern_prot.c
kern_ras.c Make the execution flow canonical instead of jumping back and forth, and 2016-07-04 07:56:07 +00:00
kern_rate.c
kern_resource.c In dosetrlimit() round stack hard limit just like soft one. 2016-07-13 09:52:00 +00:00
kern_rndpool.c
kern_rndq.c
kern_rndsink.c
kern_runq.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_rwlock_obj.c
kern_rwlock.c
kern_sdt.c
kern_sig.c Allow emulations to override the creation of ktrace records for posting 2016-09-13 07:39:45 +00:00
kern_sleepq.c GSoC 2016 Charles Cui: Implement thread priority protection based on work 2016-07-03 14:24:58 +00:00
kern_softint.c revert kern_softint.c:r1.42 (which was incorrect fix) 2016-07-04 04:20:14 +00:00
kern_ssp.c
kern_stub.c * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
kern_subr.c
kern_synch.c GSoC 2016 Charles Cui: Implement thread priority protection based on work 2016-07-03 14:24:58 +00:00
kern_syscall.c
kern_sysctl.c
kern_tc.c
kern_time.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
kern_timeout.c
kern_todr.c
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c
kern_veriexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh Fix arg64 computation for compat_netbsd32 2016-10-28 23:44:32 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Print number of attach error regardless of AB_QUIET and AB_SILENT. 2016-07-19 07:44:03 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c Introduce security.pax.mprotect.ptrace sysctl which can be used to bypass 2016-05-25 17:43:58 +00:00
subr_cprng.c
subr_cpufreq.c
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk_mbr.c
subr_disk_open.c
subr_disk.c
subr_evcnt.c
subr_exec_fd.c
subr_extent.c
subr_hash.c Add HASH_PSLIST (pslist(9)) type for hashinit() 2016-07-06 05:20:48 +00:00
subr_humanize.c
subr_interrupt.c
subr_iostat.c
subr_ipi.c
subr_kcpuset.c
subr_kmem.c
subr_kobj_vfs.c Split the data+bss+rodata segment in two data+bss and rodata segments. The 2016-07-20 13:36:19 +00:00
subr_kobj.c kobj_machdep() needs a chance to moify the loaded code, so move the code 2016-08-02 12:23:08 +00:00
subr_lockdebug.c
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c David Binderman in PR kern/51189: simplify loop conditions 2016-05-30 11:24:40 +00:00
subr_pcq.c
subr_pcu.c
subr_percpu.c
subr_physmap.c
subr_pool.c
subr_prf.c Bump size of scratchstr - some KASSERTMGS exceed 256 characters 2016-07-27 09:57:26 +00:00
subr_prof.c
subr_pserialize.c
subr_psref.c Add a new sanity check to psref 2016-11-09 09:00:46 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c The mbuf is freed by the protocol even on error, so always NULL the pointer 2016-10-31 15:27:24 +00:00
subr_time.c
subr_userconf.c
subr_vmem.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
subr_workqueue.c
subr_xcall.c
sys_aio.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
sys_descrip.c
sys_generic.c
sys_lwp.c
sys_module.c
sys_mqueue.c
sys_pipe.c
sys_pmc.c
sys_process.c * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
sys_pset.c
sys_ptrace_common.c deduplicate the complex lock reparent dance. 2016-11-04 18:14:04 +00:00
sys_ptrace.c Remove ptrace_do{,fp}regs - they are a duplicate of process_* routines 2016-11-03 03:57:05 +00:00
sys_sched.c Fix reversed test. 2016-07-30 15:38:17 +00:00
sys_select.c
sys_sig.c Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
sys_socket.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
sys_syscall.c
syscalls_autoload.c Regenerate files for modularization of ptrace(2) 2016-11-02 00:14:11 +00:00
syscalls.c Regenerate files for modularization of ptrace(2) 2016-11-02 00:14:11 +00:00
syscalls.conf
syscalls.master * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
systrace_args.c Regenerate files for modularization of ptrace(2) 2016-11-02 00:14:11 +00:00
sysv_ipc.c
sysv_msg.c don't forget to destroy a cv 2016-09-05 14:13:50 +00:00
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 Require exact credential match; this way even if we su to the original user 2016-10-01 04:42:54 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c Hide MFREE now that it is not being used anymore and provide some debugging 2016-10-04 14:13:21 +00:00
uipc_proto.c
uipc_sem.c Memory leak, found by Mootja. By the way, we probably shouldn't be 2016-10-31 15:08:45 +00:00
uipc_socket2.c more MFREE -> m_free 2016-10-02 19:26:46 +00:00
uipc_socket.c Revert to revision 1.249 to undo changes from PR 49636. 2016-10-13 19:10:23 +00:00
uipc_syscalls.c Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable 2016-09-13 07:01:07 +00:00
uipc_usrreq.c Memory leak, found by Mootja. It is easily triggerable from userland. 2016-10-31 15:05:05 +00:00
vfs_bio.c fixup comment 2016-10-28 20:17:27 +00:00
vfs_cache.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +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 Split sys/vnode.h into sys/vnode.h and sys/vnode_impl.h 2016-11-03 11:03:31 +00:00
vfs_quotactl.c
vfs_subr.c Add a function to print the fields of a vnode including its implementation 2016-11-03 11:04:21 +00:00
vfs_syscalls.c typo in comment 2016-07-31 20:34:04 +00:00
vfs_trans.c
vfs_vnode.c Add a function to print the fields of a vnode including its implementation 2016-11-03 11:04:21 +00:00
vfs_vnops.c
vfs_wapbl.c reorganize ffs_truncate()/ffs_indirtrunc() to be able to partially 2016-10-28 20:38:12 +00:00
vfs_xattr.c
vnode_if.c
vnode_if.sh
vnode_if.src