NetBSD/sys/kern
hannken 73e2bd4a3d vrelel(): no VOP_UNLOCK() with v_interlock or vmobjlock held. 2022-02-28 08:44:04 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
compat_stub.c fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
core_elf32.c Use <compat/netbsd32/netbsd32.h> instead of <machine/netbsd32_machdep.h>, 2021-01-02 02:13:42 +00:00
core_elf64.c
core_netbsd.c
device_calls Device call interface definition files for the "device" and "pci" 2021-09-15 17:26:06 +00:00
exec_aout.c
exec_ecoff.c
exec_elf.c Remove a superfluous VOP_GETATTR() from elf_load_interp() and replace 2021-05-18 08:59:44 +00:00
exec_elf32.c
exec_elf64.c
exec_script.c Remove duplicate #ifdef block. 2021-05-03 10:25:14 +00:00
exec_subr.c
files.kern Add native implementations of eventfd(2) and timerfd(2), compatible with 2021-09-19 15:51:27 +00:00
gendevcalls.awk Add an awk program that reads in a device call interface description 2021-09-15 17:25:14 +00:00
genlintstub.awk
init_main.c remove double t from targeted, add missing r to arbitrary 2022-01-26 11:48:53 +00:00
init_sysctl.c KNF (sort #includes and remove duplicate sys/cpu.h) 2020-09-20 12:51:57 +00:00
init_sysctl_base.c
init_sysent.c regen for "struct sigaltstack" -> "stack_t" 2021-11-01 05:26:27 +00:00
kern_acct.c s/commmand/command/ in comment. 2021-12-05 04:35:38 +00:00
kern_auth.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
kern_cctr.c Add some more detail/explanation to the calibration timing diagram. 2020-10-10 18:18:04 +00:00
kern_cfglock.c
kern_clock.c fix rumpkernel build failure 2021-08-14 21:17:11 +00:00
kern_condvar.c PR/55664: Ruslan Nikolaev: Split out sleepq guts and turnstiles not used 2020-11-01 20:55:15 +00:00
kern_core.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
kern_cpu.c PR kern/45117 2020-10-08 09:16:13 +00:00
kern_crashme.c kern: Add debug.crashme.null_jump. 2021-11-27 14:11:14 +00:00
kern_ctf.c Check the CTF magic number in an endian friendly way (and don't use 2021-04-06 07:57:03 +00:00
kern_descrip.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
kern_drvctl.c sys: Fix various abuse of struct device internals. 2022-02-12 03:24:34 +00:00
kern_entropy.c entropy_read_filtops is MPSAFE. 2021-09-26 15:10:51 +00:00
kern_event.c Add inline functions to manipulate the klists that link up knotes 2022-02-12 15:51:28 +00:00
kern_exec.c Prevent escallation of privilege due to poor handling of argc == 0 in set*id 2022-02-05 23:10:20 +00:00
kern_exit.c s/sytle/style/ in comment. 2021-12-05 08:13:12 +00:00
kern_fileassoc.c
kern_fork.c Changes to make EVFILT_PROC MP-safe: 2021-10-10 18:07:51 +00:00
kern_history.c
kern_hook.c Only one space after comma 2021-12-03 08:33:30 +00:00
kern_idle.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
kern_ksyms.c ksymsmmap: Add missing uao_reference(9) call for ks->ks_uobj. 2021-09-22 05:42:19 +00:00
kern_ksyms_buf.c
kern_kthread.c New functions kthread_fpu_enter/exit. 2020-08-01 02:04:55 +00:00
kern_ktrace.c Use "static" in the function intro if the function is static. 2021-02-27 13:02:42 +00:00
kern_ktrace_vfs.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
kern_lock.c Revert the 2015 change I made that allowed sleeping in the idle lwp 2021-10-31 16:26:26 +00:00
kern_lwp.c Do the last change differently: 2021-12-22 16:57:28 +00:00
kern_malloc.c
kern_module.c fix typos in word "successfully", mainly s/succesfully/successfully/. 2021-09-16 21:29:41 +00:00
kern_module_hook.c
kern_module_vfs.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
kern_mutex.c - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of 2021-08-25 04:13:41 +00:00
kern_mutex_obj.c
kern_ntptime.c kernel: Avoid arithmetic overflow in ntp_adjtime. 2022-02-05 15:29:50 +00:00
kern_pax.c Respect alignment requests of executable when PAX_ASLR is enabled on 2021-08-30 01:25:10 +00:00
kern_physio.c fix typos in word "successful". 2021-09-16 22:19:10 +00:00
kern_pmf.c Back out fix for kern_pmf.c calling a null if_stop and apply a fix 2021-07-01 22:08:13 +00:00
kern_proc.c Add inline functions to manipulate the klists that link up knotes 2022-02-12 15:51:28 +00:00
kern_prot.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
kern_ras.c
kern_rate.c
kern_reboot.c
kern_resource.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
kern_runq.c Oops. If a SCHED_RR thread is preempted and has exceeded its timeslice it 2020-05-23 21:24:41 +00:00
kern_rwlock.c
kern_rwlock_obj.c
kern_scdebug.c
kern_sdt.c
kern_sig.c fix various typos in comments, mainly immediatly/immediately/, 2022-02-23 21:54:40 +00:00
kern_sleepq.c s/happends/happens/ in comment. 2022-01-01 12:00:01 +00:00
kern_softint.c s/futher/further/ in comment. 2021-12-05 04:56:39 +00:00
kern_ssp.c
kern_stub.c New functions kthread_fpu_enter/exit. 2020-08-01 02:04:55 +00:00
kern_subr.c Restore missing message for RB_ASKNAME. 2020-11-21 08:10:27 +00:00
kern_synch.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
kern_syscall.c PR/55629: Andreas Gustafsson: Don't crash when an emulation does not provide 2020-08-31 19:51:30 +00:00
kern_sysctl.c Sort includes, nix trailing whitespace, fix comment. 2020-08-27 14:11:57 +00:00
kern_tc.c timecounter(9): Zero the next pointer after tc_detach. 2021-06-02 21:34:58 +00:00
kern_threadpool.c threadpool(9): Fix synchronization between cancel and dispatch. 2021-01-23 16:33:49 +00:00
kern_time.c Centralise the setitimer() timer type validation in dosetitimer() as is 2021-04-03 12:57:21 +00:00
kern_timeout.c Stop allocating struct cpu_info in BSS; No need to db_read_bytes() 2020-06-27 01:26:32 +00:00
kern_todr.c Print the "preposterous TOD clock time" message only if the RTC is 2021-04-03 12:06:53 +00:00
kern_turnstile.c fix various typos in comments, mainly immediatly/immediately/, 2022-02-23 21:54:40 +00:00
kern_uidinfo.c kern: Show relevant variables for uidinfo counts in kasserts. 2021-12-28 13:28:24 +00:00
kern_uuid.c
kern_veriexec.c Oops, missed a couple. 2020-06-11 02:30:21 +00:00
kgdb_stub.c Improve English in comments 2021-01-13 07:36:56 +00:00
makesyscalls.sh s/optiona]/optional]/ 2021-10-21 11:01:03 +00:00
sched_4bsd.c fix typos in asymmetry, asymmetric(al), symmetrical. 2021-08-09 19:57:57 +00:00
sched_m2.c Oops. If a SCHED_RR thread is preempted and has exceeded its timeslice it 2020-05-23 21:24:41 +00:00
subr_acl_nfs4.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
subr_acl_posix1e.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
subr_asan.c While we are inside ddb, allow all memory access. 2020-12-18 15:33:34 +00:00
subr_autoconf.c move attribute before function declarator 2022-02-06 19:29:52 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c ucas(9): Membar audit. 2022-02-11 17:53:28 +00:00
subr_cprng.c need <sys/param.h> for COHERENCY_UNIT 2021-07-21 06:35:44 +00:00
subr_cpu.c remove double "with" in comments and usage text. Also fix one typo. 2022-01-24 09:42:13 +00:00
subr_cpufreq.c
subr_csan.c ksyms: Use pserialize(9) for kernel access to ksyms. 2021-09-11 10:09:55 +00:00
subr_debug.c
subr_device.c Add a function to compare 2 devhandles. 2022-01-22 11:58:15 +00:00
subr_devsw.c
subr_disk.c move bi-endian disklabel support from the kernel and libsa into libkern. 2021-05-17 08:50:36 +00:00
subr_disk_mbr.c move bi-endian disklabel support from the kernel and libsa into libkern. 2021-05-17 08:50:36 +00:00
subr_disk_open.c
subr_disklabel.c
subr_emul.c
subr_evcnt.c avoid an error in the recent sys/evcnt.h change to drop the 0 2021-04-17 00:05:31 +00:00
subr_exec_fd.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
subr_extent.c
subr_fault.c be one-shot by default, with room for circular 2020-06-30 16:28:17 +00:00
subr_hash.c Return ENOENT if the hashstat sysctl was called to query a specific hash 2021-06-13 14:58:49 +00:00
subr_humanize.c
subr_interrupt.c s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
subr_iostat.c
subr_ipi.c ipi: Membar audit. 2020-11-27 20:11:33 +00:00
subr_kcov.c Sync trace-pc and trace-cmp. 2020-07-03 16:11:11 +00:00
subr_kcpuset.c
subr_kmem.c Do not cast memcpy arguments when the intention is unaligned access. 2021-02-06 13:54:48 +00:00
subr_kobj.c fix mainly same typos as in my previous commit but outside sys/dev/dm. 2021-08-21 23:00:30 +00:00
subr_kobj_vfs.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
subr_localcount.c
subr_lockdebug.c KNF. No binary changes. 2021-03-02 01:20:35 +00:00
subr_log.c logread_filtops is MPSAFE. 2021-09-26 15:11:33 +00:00
subr_lwp_specificdata.c
subr_msan.c ksyms: Use pserialize(9) for kernel access to ksyms. 2021-09-11 10:09:55 +00:00
subr_once.c
subr_optstr.c
subr_pcq.c Fix typo in comment. 2021-02-08 09:31:05 +00:00
subr_pcu.c kern: Mark some functions __diagused to pacify clang. 2022-02-08 12:59:16 +00:00
subr_percpu.c
subr_physmap.c fix typos in word "segment" and two additional typos in if_tl.c. 2021-09-06 20:55:08 +00:00
subr_pool.c pool(9): Membar audit. 2022-02-27 14:16:43 +00:00
subr_prf.c Add printf_nostamp(9), kernel printf() without prepending a timestamp. 2021-03-10 13:27:51 +00:00
subr_prof.c Improved the performance of kernel profiling on MULTIPROCESSOR, and possible to get profiling data for each CPU. 2021-08-14 17:51:18 +00:00
subr_pserialize.c pserialize(9): Lift rule that pserialize_perform be serialized. 2021-10-10 11:20:46 +00:00
subr_psref.c more __diagused to appease clang 2022-02-12 16:31:06 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c Remove unnecessary inclusion of <sys/timevar.h> 2020-12-05 17:42:29 +00:00
subr_thmap.c thmap(9): Omit needless fences and use membar_exit for release fence. 2022-02-13 19:20:33 +00:00
subr_time.c don't opencode kauth_cred_get() 2021-09-21 14:54:26 +00:00
subr_userconf.c
subr_vmem.c vmem(9): Assert addresses are quantum-aligned. 2022-02-27 14:24:11 +00:00
subr_workqueue.c workqueue: Lift unnecessary restriction on workqueue_wait. 2020-09-08 17:02:18 +00:00
subr_xcall.c Comments. 2020-12-22 01:57:29 +00:00
sys_aio.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sys_descrip.c sys/kern: Avoid fp->f_offset without the object (here, vnode) lock. 2021-09-11 10:09:13 +00:00
sys_eventfd.c Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK) 2022-02-17 16:28:29 +00:00
sys_futex.c fix a typo in compare_futex_key(). 2021-11-01 08:35:17 +00:00
sys_generic.c sys/kern: Allow custom fileops to specify fo_seek method. 2021-09-11 10:08:55 +00:00
sys_getrandom.c sys: Use preempt_point and preempt_needed, not open-coded versions. 2021-12-28 13:22:43 +00:00
sys_lwp.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sys_module.c
sys_mqueue.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sys_pipe.c Setting EV_EOF requires modifying kn->kn_flags. However, that relies on 2021-10-11 01:07:36 +00:00
sys_process.c Catch up with the usage of struct vmspace::vm_refcnt 2020-05-26 00:50:53 +00:00
sys_process_lwpstatus.c Include missing <sys/proc.h>. Hopefully fix build for everyone except vax, 2020-10-20 22:31:20 +00:00
sys_pset.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sys_ptrace.c Don't use == for assignment. 2020-11-04 19:16:34 +00:00
sys_ptrace_common.c fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
sys_sched.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sys_select.c Add inline functions to manipulate the klists that link up knotes 2022-02-12 15:51:28 +00:00
sys_sig.c Add a comment describing why we give carte blanche to processes 2021-11-07 01:51:56 +00:00
sys_socket.c When SS_RESTARTSYS was added, it was accidentally given the same value as 2020-11-17 03:22:33 +00:00
sys_syscall.c
sys_timerfd.c Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK) 2022-02-17 16:28:29 +00:00
syscalls.c regen for "struct sigaltstack" -> "stack_t" 2021-11-01 05:26:27 +00:00
syscalls.conf Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
syscalls.master Use "stack_t" instead of "struct sigaltstack", as the former is the 2021-11-01 05:07:15 +00:00
syscalls_autoload.c regen for "struct sigaltstack" -> "stack_t" 2021-11-01 05:26:27 +00:00
systrace_args.c regen for "struct sigaltstack" -> "stack_t" 2021-11-01 05:26:27 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c s/runable/runnable/ 2021-12-05 07:35:17 +00:00
tty_bsdpty.c
tty_conf.c fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
tty_ptm.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
tty_pty.c Setting EV_EOF requires modifying kn->kn_flags. However, that relies on 2021-10-11 01:07:36 +00:00
tty_subr.c
tty_tty.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
uipc_accf.c
uipc_domain.c PR/55777: Ruslan Nikolaev: Move the unp_sysctl_create to uipc_usrreq.c to 2020-11-06 14:50:13 +00:00
uipc_mbuf.c Fix a bug that NMBCLUSTERS(kern.mbuf.nmbclusters) can't be changed by sysctl. 2021-10-06 05:24:54 +00:00
uipc_mbufdebug.c
uipc_proto.c
uipc_sem.c when updating the per-uid "semcnt", decrement the counter for the uid 2020-12-14 23:12:12 +00:00
uipc_socket.c Add support for the EVFILT_EMPTY filter, which is activated when the 2021-10-23 01:28:33 +00:00
uipc_socket2.c - fifo_poll(): If the last writer has disappeared, detect this and return 2021-10-02 02:07:41 +00:00
uipc_syscalls.c ...and correct my terrible spelling. 2021-10-02 17:37:21 +00:00
uipc_usrreq.c introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
vfs_acl.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
vfs_bio.c If we're only doing a count-only kern.buf sysctl, just return the number 2021-07-25 06:06:40 +00:00
vfs_cache.c fix typos, mainly in words minimum and maximum, but also few others. 2021-11-01 21:28:01 +00:00
vfs_cwd.c
vfs_dirhash.c s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/ 2021-08-21 09:59:45 +00:00
vfs_getcwd.c Now remove cn_consume from struct componentname. 2021-06-29 22:39:20 +00:00
vfs_hooks.c
vfs_init.c Add inline functions to manipulate the klists that link up knotes 2022-02-12 15:51:28 +00:00
vfs_lockf.c Tie the maximum file lock per unprivilegied uid to kern.maxfiles 2021-07-27 09:32:55 +00:00
vfs_lookup.c Remove the assertion "searchdir != foundobj" from lookup_crossmount(). 2022-02-10 10:59:12 +00:00
vfs_mount.c Stop clearing "v_mountedhere" in mount_domount() error path. 2022-02-04 15:33:57 +00:00
vfs_quotactl.c
vfs_subr.c Spinkle some KNF spaces after commas. 2021-10-16 07:12:01 +00:00
vfs_syscalls.c Add inline functions to manipulate the klists that link up knotes 2022-02-12 15:51:28 +00:00
vfs_trans.c Reorganise the locking and allocation of fstrans_lwp_info slightly, to 2020-05-17 19:34:07 +00:00
vfs_vnode.c vrelel(): no VOP_UNLOCK() with v_interlock or vmobjlock held. 2022-02-28 08:44:04 +00:00
vfs_vnops.c Overhaul of the EVFILT_VNODE kevent(2) filter: 2021-10-20 03:08:16 +00:00
vfs_wapbl.c initialize wc_unused to 0, to avoid writing uninitialized memory to disk. 2021-08-03 20:25:43 +00:00
vfs_xattr.c factor out the ktrace printing into their own functions. 2021-06-27 09:13:08 +00:00
vnode_if.c Regen for: 2021-10-20 03:13:14 +00:00
vnode_if.sh Overhaul of the EVFILT_VNODE kevent(2) filter: 2021-10-20 03:08:16 +00:00
vnode_if.src Overhaul of the EVFILT_VNODE kevent(2) filter: 2021-10-20 03:08:16 +00:00