NetBSD/sys/kern
thorpej 15ed8b8dde In itimer_arm_real(), KASSERT that it->it_dying is false. This was
already implicitly assumed, but make it explicit in hopes of tracking
down kern/57226.
2023-02-18 14:04:17 +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 kern/exec_elf.c: Get emul_netbsd from sys/proc.h. 2022-10-26 23:20:36 +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 Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function 2020-04-13 19:23:17 +00:00
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 kern/init_main.c: Get extern lwp0 from sys/lwp.h. 2022-10-26 23:20:47 +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 sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +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 kern: Delete kernel_ticks from kernel ABI. 2022-03-19 14:34:47 +00:00
kern_condvar.c sleepq(9): Pass syncobj through to sleepq_block. 2022-06-29 22:27:01 +00:00
kern_core.c avoid a GCC warning (happens on -current, -9, and -8.) 2022-09-10 07:30:41 +00:00
kern_cpu.c PR kern/45117 2020-10-08 09:16:13 +00:00
kern_crashme.c crashme(9): Clarify description of kernel_lock_spinout. 2022-09-22 14:39:24 +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 driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
kern_entropy.c entropy: Don't disclose stack garbage in kern.entropy sysctls. 2022-08-05 23:43:46 +00:00
kern_event.c kern_event.c: Mark KASSERT-only static function as __diagused. 2022-07-24 19:23:44 +00:00
kern_exec.c posix_spawn(2): Plug leak in proc_alloc error branch. 2022-07-01 01:05:31 +00:00
kern_exit.c s/sytle/style/ in comment. 2021-12-05 08:13:12 +00:00
kern_fileassoc.c
kern_fork.c Uglify code to fix build. 2022-07-01 09:54:36 +00:00
kern_history.c
kern_hook.c kern/kern_hook.c: Get exec_lock from sys/exec.h. 2022-10-26 23:21:06 +00:00
kern_idle.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
kern_ksyms.c convert "ksyms: checking <symbol>" into KSYMS_DEBUG over normal DEBUG. 2022-07-15 06:40:24 +00:00
kern_ksyms_buf.c
kern_kthread.c kthread(9): Attribute uarea to caller for kmsan. 2022-09-13 09:37:49 +00:00
kern_ktrace.c ktrace(9): Zero-initialize padding for ktr_psig records. 2022-07-01 01:07:56 +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 Sprinkle __predict_{true,false} for panicstr checks 2023-01-27 09:28:41 +00:00
kern_lwp.c kern: Fix comment about precondition of lwp_update_creds. 2022-07-01 01:06:04 +00:00
kern_malloc.c
kern_module.c module(9): Make error message for multiple MODULE decls more obvious. 2023-01-31 13:21:37 +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 Sprinkle __predict_{true,false} for panicstr checks 2023-01-27 09:28:41 +00:00
kern_mutex_obj.c mutex(9): Properly declare _mutex_init in sys/mutex.h. 2022-10-26 23:21:19 +00:00
kern_ntptime.c sys: Put externs for time_adjtime and time_adjusted in .h files. 2022-10-26 23:23:52 +00:00
kern_pax.c kern/kern_pax.c: Get maxsmap from sys/resourcevar.h. 2022-10-26 23:22:38 +00:00
kern_physio.c physio(9): Avoid left shift of negative in alignment check. 2022-07-10 23:11:55 +00:00
kern_pmf.c kern_pmf.c: Fix whitespace, KNF, static. 2022-08-24 11:41:39 +00:00
kern_proc.c kern/exec_elf.c: Get emul_netbsd from sys/proc.h. 2022-10-26 23:20:36 +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 rasctl(2): Avoid arithmetic overflow. 2022-08-08 22:31:45 +00:00
kern_rate.c
kern_reboot.c Mistake in previous - lwp_t *l was not meant to be static. 2020-02-23 22:56:41 +00:00
kern_resource.c sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +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 Sprinkle __predict_{true,false} for panicstr checks 2023-01-27 09:28:41 +00:00
kern_rwlock_obj.c rwlock(9): Nix extern _rw_init in .c; use sys/rwlock.h. 2022-10-26 23:22:22 +00:00
kern_scdebug.c
kern_sdt.c
kern_sig.c sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +00:00
kern_sleepq.c sleepq(9): Pass syncobj through to sleepq_block. 2022-06-29 22:27:01 +00:00
kern_softint.c softint(9): Sprinkle dtrace probes. 2022-10-28 21:52:02 +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 If a specified root device does not exist when the kernel tries to 2023-01-19 07:40:58 +00:00
kern_synch.c If no more softints are pending on this cpu, clear ci_want_resched 2022-12-05 15:47:14 +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 Fix SYSCTL_DEBUG_CREATE for non-x86 by using copyin 2023-02-17 06:20:31 +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 In itimer_arm_real(), KASSERT that it->it_dying is false. This was 2023-02-18 14:04:17 +00:00
kern_timeout.c callout(9): Mark new flags local unused for non-KDTRACE_HOOKS builds. 2022-10-29 00:19:21 +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 kern/kern_turnstile.c: Get turnstile0 from sys/sleeptab.h. 2022-10-26 23:27:16 +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 kgdb(9): Use ddb/db_extern.h instead of copying extern. 2022-10-26 23:26:57 +00:00
makesyscalls.sh s/optiona]/optional]/ 2021-10-21 11:01:03 +00:00
sched_4bsd.c sys/sched.h: New home for extern sched_pstats_ticks in kernel. 2022-10-26 23:24:09 +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 autoconf(9): New diagnostic to detect double-detach. 2022-09-13 09:43:33 +00:00
subr_blist.c fix various typos in comments, documentation and messages. 2022-05-31 08:43:13 +00:00
subr_bufq.c
subr_callback.c
subr_copy.c ucas(9): Convert membar_exit to membar_release. 2022-04-09 23:51:09 +00:00
subr_cprng.c cprng(9): Fix accidental 4x seed size. 2022-05-13 09:40:25 +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 sys/atomic.h: Fix atomic_store_* on sparcv7, sparcv8. 2022-07-30 14:13:27 +00:00
subr_debug.c
subr_device.c sys: Split struct device into a private device_impl.h. 2022-03-28 12:38:57 +00:00
subr_devsw.c kern/subr_devsw.c: Nix trailing whitespace. 2023-02-15 13:12:45 +00:00
subr_disk.c disk(9): New function disklabel_dev_unit. 2022-03-28 12:33:59 +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 Make getdiskinfo() compatible with a DIOCGWEDGEINFO. 2020-02-29 14:44:44 +00:00
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(9): Convert membar_exit/enter to membar_release/acquire. 2022-04-09 23:51:22 +00:00
subr_kcov.c kern/subr_kcov.c: We already get cold from sys/kernel.h. 2022-10-26 23:24:21 +00:00
subr_kcpuset.c sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +00:00
subr_kmem.c re-do previous - it likely broke kmem cache init. 2022-05-30 23:36:26 +00:00
subr_kobj.c Trailing whitespace 2023-01-29 17:20:48 +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 Fix "error: cast from pointer to integer of different size" on 2022-09-02 06:01:38 +00:00
subr_log.c kern/subr_log.c: log_lock is private; make it static, not extern. 2022-10-26 23:28:30 +00:00
subr_lwp_specificdata.c
subr_msan.c ddb/db_active.h: New home for extern db_active. 2022-10-26 23:38:05 +00:00
subr_once.c
subr_optstr.c Style. NFCI. 2022-11-19 15:30:12 +00:00
subr_pcq.c Fix typo in comment. 2021-02-08 09:31:05 +00:00
subr_pcu.c sys/pcu.h: New home for extern pcu_ops_md_defs. 2022-10-26 23:38:57 +00:00
subr_percpu.c Teach percpu to run constructors on CPU attach. 2020-05-11 21:37:31 +00:00
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 Avoid undefined behaviour. 2023-02-17 06:34:46 +00:00
subr_prf.c fix logic-reversing tpyo in putone() 2023-02-07 09:25: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 don't KASSERT(kpreempt_disabled()) while cold 2022-11-15 10:29:56 +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): Convert membar_exit to membar_release. 2022-04-09 23:51:57 +00:00
subr_time.c kern: Avoid arithmetic overflow in gettimeleft. 2022-06-28 02:04:51 +00:00
subr_userconf.c
subr_vmem.c fix various typos in comments, documentation and messages. 2022-05-31 08:43:13 +00:00
subr_workqueue.c workqueue(9): Sprinkle dtrace probes. 2022-10-29 11:41:00 +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 Lock vnode for VOP_PATHCONF(). 2022-04-16 07:59:02 +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 futex(9): Convert membar_enter/exit to membar_acquire/release. 2022-04-21 12:05:13 +00:00
sys_generic.c readv(2), writev(2): Avoid arithmetic overflow in bounds check. 2022-07-10 23:12:12 +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 sleepq(9): Pass syncobj through to sleepq_block. 2022-06-29 22:27:01 +00:00
sys_module.c s/build-in/built-in/ in comments. 2022-05-24 06:20:04 +00:00
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 ptrace(PT_LWPSTATUS): Fix lid=0 case. 2022-07-10 17:47:58 +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 kern/sys_ptrace.c: Nix trailing whitespace. 2022-07-10 14:07:55 +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 sleepq(9): Pass syncobj through to sleepq_block. 2022-06-29 22:27:01 +00:00
sys_sig.c s/substract/subtract/ in comments and error message. 2022-04-21 21:31:11 +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 Synchronize SYS_SYSCALL() with other syscall implementations and 2022-06-29 16:33:09 +00:00
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 Expose groupmember as kauth_cred_groupmember and use it. 2022-03-27 16:23:08 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c ttycheckoutq(9): wait is always 0. Assert it; prune dead branches. 2023-02-17 23:13:01 +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 fd_set_exclose(). It is probably better to do this automatically in 2022-09-29 12:18:27 +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 s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
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 Add new "kern.mbuf.nmbclusters_limit" sysctl. 2022-12-16 08:42:55 +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 unix(4): Convert membar_exit to membar_release. 2022-04-09 23:52:22 +00:00
uipc_socket2.c ddb/db_active.h: New home for extern db_active. 2022-10-26 23:38:05 +00:00
uipc_syscalls.c sendto(2), recvfrom(2): Scrub internal struct msghdr on stack. 2022-07-01 22:30:51 +00:00
uipc_usrreq.c s/grabing/grabbing/ in comments. 2022-05-28 22:08:46 +00:00
vfs_acl.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
vfs_bio.c Revert "kern: Sprinkle biglock-slippage assertions." 2022-03-30 14:54:29 +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 sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +00:00
vfs_dirhash.c Remove reference to udf_node in comment; it is FS agnostic. 2022-09-28 09:57:13 +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 kern/vfs_init.c: extern vfs_op_descs got rehomed in sys/vnode.h. 2022-11-18 00:10:03 +00:00
vfs_lockf.c kern/vfs_lockf.c: Parenthesize to make arithmetic match check. 2022-11-25 16:15:39 +00:00
vfs_lookup.c Use fstrans_start()/fstrans_done() to cross the mount in lookup_crossmount(). 2022-08-22 09:14:59 +00:00
vfs_mount.c Harden layered file systems usage of field "mnt_lower" against 2022-12-09 10:33:18 +00:00
vfs_quotactl.c
vfs_subr.c miscfs/deadfs/deadfs.h: New home for deadfs-related externs. 2022-10-26 23:39:43 +00:00
vfs_syscalls.c fix various typos in comments and messages. 2022-11-02 20:38:21 +00:00
vfs_trans.c Add a helper to set or clear lower mount and use it. 2022-11-04 11:20:39 +00:00
vfs_vnode.c miscfs/specfs/specdev.h: New home for extern spec_vnodeop_opv_desc. 2022-10-26 23:40:08 +00:00
vfs_vnops.c vnodeops(9): Take exclusive lock in read/seek for f_offset update. 2022-08-06 21:21:10 +00:00
vfs_wapbl.c sys: Use membar_release/acquire around reference drop. 2022-04-09 23:38:31 +00:00
vfs_xattr.c extattr(9): KNF 2022-10-25 23:22:36 +00:00
vnode_if.c Regen for: 2022-07-18 04:32:35 +00:00
vnode_if.sh miscfs/deadfs/deadfs.h: New home for deadfs-related externs. 2022-10-26 23:39:43 +00:00
vnode_if.src Make option VNODE_LOCKDEBUG more functional. 2022-05-03 08:33:59 +00:00