..
Make.tags.inc
…
Makefile
…
bufq_disksort.c
Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"
2017-05-04 11:03:27 +00:00
bufq_fcfs.c
Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"
2017-05-04 11:03:27 +00:00
bufq_priocscan.c
Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"
2017-05-04 11:03:27 +00:00
bufq_readprio.c
Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"
2017-05-04 11:03:27 +00:00
cnmagic.c
Correct typo in the comment
2017-05-04 11:01:16 +00:00
core_elf32.c
Set clear comment about EI_OSABI and EI_ABIVERSION
2017-05-04 11:12:23 +00:00
core_elf64.c
…
core_netbsd.c
Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO
2017-01-06 22:53:17 +00:00
exec_aout.c
…
exec_ecoff.c
…
exec_elf.c
Pull up following revision(s) (requested by alnsn in ticket #644 ):
2018-03-20 09:10:57 +00:00
exec_elf32.c
The argument length is in bytes; don't use howmany()
2017-01-25 17:56:45 +00:00
exec_elf64.c
The argument length is in bytes; don't use howmany()
2017-01-25 17:56:45 +00:00
exec_script.c
…
exec_subr.c
Pull up following revision(s) (requested by joerg in ticket #234 ):
2017-08-31 08:32:38 +00:00
files.kern
Apply patch, requested by pgoyette in ticket #1486 :
2020-01-21 16:59:57 +00:00
genlintstub.awk
…
init_main.c
Pull up following revision(s) (requested by simonb in ticket #1649 ):
2021-02-06 15:22:19 +00:00
init_sysctl.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
init_sysctl_base.c
Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file)
2015-08-25 14:52:31 +00:00
init_sysent.c
regen
2017-05-10 06:19:47 +00:00
kern_acct.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
kern_auth.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
kern_cctr.c
…
kern_cfglock.c
…
kern_clock.c
Add a KASSERT, otherwise it looks like a NULL deref; from Mootja.
2017-02-12 18:43:56 +00:00
kern_condvar.c
Pull up following revision(s) (requested by ozaki-r in ticket #495 ):
2018-01-13 21:57:11 +00:00
kern_core.c
Pull up following revision(s) (requested by mrg in ticket #1761 ):
2022-09-10 08:21:49 +00:00
kern_cpu.c
Pull up following revision(s) (requested by msaitoh in ticket #929 ):
2018-07-26 21:02:29 +00:00
kern_ctf.c
KNF. Remove extra spaces. No functional change.
2016-07-07 06:55:38 +00:00
kern_descrip.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
kern_drvctl.c
Pull up following revision(s) (requested by mrg in ticket #1025 ):
2018-09-23 17:33:15 +00:00
kern_event.c
Pull up following revision(s) (requested by maxv in ticket #1102 ):
2018-11-21 12:05:09 +00:00
kern_exec.c
Pull up following revision(s) (requested by martin in ticket #1677 ):
2021-05-03 09:15:30 +00:00
kern_exit.c
Pull up following revision(s) (requested by maxv in ticket #1114 ):
2018-11-30 10:32:22 +00:00
kern_fileassoc.c
…
kern_fork.c
- Propagate the signal mask from the ucontext_t to the newly created thread
2017-04-21 15:10:34 +00:00
kern_history.c
Pull up following revision(s) (requested by pgoyette in ticket #343 ):
2017-11-06 09:55:56 +00:00
kern_hook.c
…
kern_idle.c
…
kern_ksyms.c
Pull up following revision(s) (requested by pgoyette in ticket #1482 ):
2020-01-07 11:59:48 +00:00
kern_ksyms_buf.c
Use makeoptions_COPY_SYMTAB via opt_copy_symtab.h in sources. Remove a hack
2015-08-30 01:46:02 +00:00
kern_kthread.c
- Propagate the signal mask from the ucontext_t to the newly created thread
2017-04-21 15:10:34 +00:00
kern_ktrace.c
Pull up following revision(s) (requested by spz in ticket #194 ):
2017-08-09 05:14:20 +00:00
kern_ktrace_vfs.c
…
kern_lock.c
Pull up following revision(s) (requested by ozaki-r in ticket #495 ):
2018-01-13 21:57:11 +00:00
kern_lwp.c
Pull up following revision(s) (requested by gson in ticket #805 ):
2018-05-14 19:11:21 +00:00
kern_malloc.c
Pull up following revision(s) (requested by martin in ticket #168 ):
2017-08-01 23:26:58 +00:00
kern_module.c
Pull up following revision(s) (requested by pgoyette in ticket #449 ):
2017-12-21 21:37:03 +00:00
kern_module_vfs.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
kern_mutex.c
Pull up following revision(s) (requested by ozaki-r in ticket #687 ):
2018-04-02 09:07:52 +00:00
kern_mutex_obj.c
Pull up following revision(s) (requested by ozaki-r in ticket #687 ):
2018-04-02 09:07:52 +00:00
kern_ntptime.c
Pull up following revision(s) (requested by maxv in ticket #1168 ):
2019-01-24 15:35:14 +00:00
kern_pax.c
Extend the mmap(2) interface to allow requesting protections for later
2017-05-06 21:34:51 +00:00
kern_physio.c
Don't check if constant-sized KM_SLEEP allocations succeeded.
2015-04-21 10:54:52 +00:00
kern_pmf.c
KNF. Remove extra spaces. No functional change.
2016-07-07 06:55:38 +00:00
kern_proc.c
Pull up following revision(s) (requested by maxv in ticket #1088 ):
2018-11-12 08:56:15 +00:00
kern_prot.c
Make p_ppid contain the original parent's pid even for traced processes.
2016-11-13 15:25:01 +00:00
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
Add new sysctl variable proc.curproc.paxflags so a process can determine
2017-03-24 21:43:20 +00:00
kern_rndpool.c
Turn a kassert into a more appropriately placed ctassert.
2015-04-21 04:41:36 +00:00
kern_rndq.c
Ask on-demand entropy sources to produce enough data to fill buffer.
2016-05-21 15:27:15 +00:00
kern_rndsink.c
Use rnd_getmore as intended. No more essay needed here.
2016-05-21 15:33:40 +00:00
kern_runq.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
kern_rwlock.c
Pull up following revision(s) (requested by ozaki-r in ticket #687 ):
2018-04-02 09:07:52 +00:00
kern_rwlock_obj.c
Pull up following revision(s) (requested by ozaki-r in ticket #687 ):
2018-04-02 09:07:52 +00:00
kern_sdt.c
fix inconsistency about "sdt" provider which was declared but not defined.
2016-04-04 03:53:25 +00:00
kern_sig.c
Pull up following revision(s) (requested by maxv in ticket #1113 ):
2018-11-29 14:59:56 +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
Pull up following revision(s) (requested by jdolecek in ticket #506 ):
2018-01-22 12:30:20 +00:00
kern_ssp.c
void duplicate definition on statically linking libc+ssp and rumpkern+ssp.
2016-12-06 02:55:42 +00:00
kern_stub.c
* Split sys/kern/sys_process.c into three parts:
2016-11-02 00:11:59 +00:00
kern_subr.c
Pull up following revision(s) (requested by manu in ticket #1381 ):
2019-09-18 17:22:32 +00:00
kern_synch.c
Pull up following revision(s) (requested by bouyer in ticket #1031 ):
2018-09-23 17:46:16 +00:00
kern_syscall.c
Instead of copying parts of sigswitch to process_stoptrace, use it directly.
2017-03-24 17:40:44 +00:00
kern_sysctl.c
Add a check to ensure that a new sysctl node was attached in the tree
2017-04-25 22:07:10 +00:00
kern_tc.c
…
kern_time.c
Pull up following revision(s) (requested by christos in ticket #1549 ):
2020-05-25 17:48:16 +00:00
kern_timeout.c
Pull up following revision(s) (requested by ozaki-r in ticket #511 ):
2018-01-26 15:41:12 +00:00
kern_todr.c
…
kern_turnstile.c
…
kern_uidinfo.c
Need membar_datadep_consumer here.
2017-03-18 05:49:56 +00:00
kern_uuid.c
…
kern_veriexec.c
Pull up following revision(s) (requested by pgoyette in ticket #251 ):
2017-08-31 11:46:23 +00:00
kern_xxx.c
Pull up following revision(s) (requested by pgoyette in ticket #335 ):
2017-11-02 21:29:51 +00:00
kgdb_stub.c
Wait for the next character forever as kgdb wants.
2015-06-26 14:26:38 +00:00
makesyscalls.sh
Forward-declare `struct lwp' so we can use `struct lwp *' here.
2017-05-10 06:08:56 +00:00
sched_4bsd.c
Pull up following revision(s) (requested by maxv in ticket #158 ):
2017-07-26 07:29:34 +00:00
sched_m2.c
…
subr_autoconf.c
Pull up following revision(s) (requested by mrg in ticket #1025 ):
2018-09-23 17:33:15 +00:00
subr_blist.c
fix number of arguments of kmem_alloc and kmem_zalloc macro. ok skrll.
2017-02-13 16:53:41 +00:00
subr_bufq.c
By popular request, don't bother initializing a static pointer to NULL.
2016-11-18 02:37:33 +00:00
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
Pull up following revision(s) (requested by riastradh in ticket #1543 ):
2020-04-30 15:35:57 +00:00
subr_cpufreq.c
…
subr_debug.c
…
subr_device.c
…
subr_devsw.c
Use __func__ for routine name in printf() calls. NFC intended.
2017-04-25 08:46:38 +00:00
subr_disk.c
Pull up following revision(s) (requested by mlelstv in ticket #1527 ):
2020-03-29 12:10:37 +00:00
subr_disk_mbr.c
PR kern/51208
2017-02-19 07:43:42 +00:00
subr_disk_open.c
Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of
2015-12-08 20:36:14 +00:00
subr_evcnt.c
Apply patch (requested by maxv in ticket #1106 ):
2018-11-26 17:19:46 +00:00
subr_exec_fd.c
…
subr_extent.c
Pull up following revision(s) (requested by mrg in ticket #593 ):
2018-02-27 09:07:32 +00:00
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
Pull up following revision(s) (requested by pgoyette in ticket #525 ):
2018-02-05 14:00:37 +00:00
subr_iostat.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
subr_ipi.c
…
subr_kcpuset.c
…
subr_kmem.c
use opt_kmem.h for the KMEM_ variables.
2017-04-12 20:05:54 +00:00
subr_kobj.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
subr_kobj_vfs.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
subr_localcount.c
Pull up following revision(s) (requested by ozaki-r in ticket #404 ):
2017-11-30 14:31:04 +00:00
subr_lockdebug.c
Pull up following revision(s) (requested by mrg in ticket #1024 ):
2018-09-23 17:28:25 +00:00
subr_log.c
Don't log kern.msgbuf* sysctls. it's rather pointless, nobody can
2015-05-20 11:18:36 +00:00
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
Pull up following revision(s) (requested by thorpej in ticket #949 ):
2020-06-07 17:08:12 +00:00
subr_percpu.c
vmem_alloc() with VM_SLEEP cannot fail, so percpu_alloc() cannot fail either.
2017-05-31 23:54:17 +00:00
subr_physmap.c
…
subr_pool.c
Pull up following revision(s) (requested by mrg in ticket #593 ):
2018-02-27 09:07:32 +00:00
subr_prf.c
Pull up following revision(s) (requested by msaitoh in ticket #1804 ):
2023-02-24 14:17:18 +00:00
subr_prof.c
…
subr_pserialize.c
Pull up following revision(s) (requested by hannken in ticket #771 ):
2018-04-17 08:34:36 +00:00
subr_psref.c
Pull up following revision(s) (requested by ozaki-r in ticket #556 ):
2018-02-19 18:33:38 +00:00
subr_specificdata.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
subr_spldebug.c
…
subr_syscall_stats.c
…
subr_tftproot.c
Pull up following revision(s) (requested by manu in ticket #580 ):
2018-02-26 01:09:41 +00:00
subr_time.c
Use the new magic BINTIME_SCALE_* macros instead of magic numbers.
2017-01-05 23:29:14 +00:00
subr_userconf.c
Pull up following revision(s) (requested by mrg in ticket #1037 ):
2018-09-27 14:52:26 +00:00
subr_vmem.c
assert that vmem_alloc() with VM_SLEEP does not fail.
2017-05-31 23:53:30 +00:00
subr_workqueue.c
Pull up following revision(s) (requested by ozaki-r in ticket #879 ):
2018-06-14 19:59:18 +00:00
subr_xcall.c
Pull up following revision(s) (requested by ozaki-r in ticket #687 ):
2018-04-02 09:07:52 +00:00
sys_aio.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
sys_descrip.c
…
sys_generic.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
sys_lwp.c
Pull up following revision(s) (requested by maxv in ticket #1333 ):
2019-08-11 10:04:03 +00:00
sys_module.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
sys_mqueue.c
Pull up following revision(s) (requested by martin in ticket #1230 ):
2019-04-16 03:47:14 +00:00
sys_pipe.c
Pull up following revision(s) (requested by hannken in ticket #1698 ):
2021-10-08 14:59:59 +00:00
sys_pmc.c
…
sys_process.c
Paranoia... keep vmspace reference while doing pmap_procwr
2017-04-13 07:58:45 +00:00
sys_pset.c
Don't forget to unlock the LWP.
2015-07-30 08:11:44 +00:00
sys_ptrace.c
Pull up following revision(s) (requested by kamil in ticket #713 ):
2018-04-12 13:42:48 +00:00
sys_ptrace_common.c
Pull up following revision(s) (requested by rin in ticket #1456 ):
2019-11-24 08:15:17 +00:00
sys_sched.c
Fix reversed test.
2016-07-30 15:38:17 +00:00
sys_select.c
Pull up following revision(s) (requested by mlelstv in ticket #1515 ):
2020-03-08 09:47:28 +00:00
sys_sig.c
Pull up following revision(s) (requested by maxv in ticket #1134 ):
2018-12-12 11:33:29 +00:00
sys_socket.c
Pull up following revision(s) (requested by ozaki-r in ticket #456 ):
2018-01-02 10:20:32 +00:00
sys_syscall.c
…
syscalls.c
regen
2017-05-10 06:19:47 +00:00
syscalls.conf
Include non-portable <sys/idtype.h> inside RUMP_CLIENT protection.
2016-05-06 10:17:34 +00:00
syscalls.master
* Split sys/kern/sys_process.c into three parts:
2016-11-02 00:11:59 +00:00
syscalls_autoload.c
regen
2017-05-10 06:19:47 +00:00
systrace_args.c
regen
2017-05-10 06:19:47 +00:00
sysv_ipc.c
Pull up following revision(s) (requested by pgoyette in ticket #1229 ):
2019-04-10 07:39:31 +00:00
sysv_msg.c
Pull up following revision(s) (requested by mrg in ticket #1195 ):
2019-02-23 06:58:14 +00:00
sysv_sem.c
Pull up following revision(s) (requested by mrg in ticket #1195 ):
2019-02-23 06:58:14 +00:00
sysv_shm.c
Pull up the following, requested by christos in ticket #1487 :
2020-01-21 18:12:53 +00:00
tty.c
Require exact credential match; this way even if we su to the original user
2016-10-01 04:42:54 +00:00
tty_bsdpty.c
…
tty_conf.c
…
tty_ptm.c
to garnish, dust with _KERNEL_OPT
2015-08-24 22:50:32 +00:00
tty_pty.c
Pull up following revision(s) (requested by kamil in ticket #1201 ):
2019-03-01 18:59:58 +00:00
tty_subr.c
remove checks for failure after memory allocation calls that cannot fail:
2017-06-01 02:45:05 +00:00
tty_tty.c
…
uipc_accf.c
…
uipc_domain.c
Pull up following revision(s) (requested by ozaki-r in ticket #498 ):
2018-01-16 13:04:33 +00:00
uipc_mbuf.c
Pull up following revision(s) (requested by msaitoh in ticket #1703 ):
2021-10-25 15:49:48 +00:00
uipc_mbuf2.c
…
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_socket.c
Pull up following revision(s) (requested by maxv in ticket #1509 ):
2020-02-25 19:12:14 +00:00
uipc_socket2.c
Pull up following revision(s) (requested by maxv in ticket #1330 ):
2019-08-07 08:21:55 +00:00
uipc_syscalls.c
Pull up following revision(s) (requested by hannken in ticket #1089 ):
2018-11-12 09:43:19 +00:00
uipc_usrreq.c
Pull up following revision(s) (requested by roy in ticket #1092 ):
2018-11-12 12:23:20 +00:00
vfs_bio.c
Pull up following revision(s) (requested by hannken in ticket #1000 ):
2018-09-01 06:04:16 +00:00
vfs_cache.c
Summarize lifetime of cache entries.
2017-03-18 22:36:56 +00:00
vfs_cwd.c
…
vfs_dirhash.c
…
vfs_getcwd.c
Pull up following revision(s) (requested by spz in ticket #192 ):
2017-08-09 05:09:47 +00:00
vfs_hooks.c
…
vfs_init.c
Remove miscfs/syncfs and
2015-05-06 15:57:07 +00:00
vfs_lockf.c
…
vfs_lookup.c
Pull up following revision(s) (requested by dholland in ticket #1685 ):
2021-06-21 14:55:15 +00:00
vfs_mount.c
Pull up following revision(s) (requested by hannken in ticket #227 ):
2017-08-25 05:46:46 +00:00
vfs_quotactl.c
…
vfs_subr.c
pullup the following revisions, requested by hannken in ticket #2 :
2017-06-04 20:35:01 +00:00
vfs_syscalls.c
Pull up following revision(s) (requested by gdt in ticket #1534 ):
2020-04-22 18:18:26 +00:00
vfs_trans.c
Pull up following revision(s) (requested by hannken in ticket #1052 ):
2018-10-09 09:58:08 +00:00
vfs_vnode.c
Pull up following revision(s) (requested by hannken in ticket #309 ):
2017-11-17 14:34:02 +00:00
vfs_vnops.c
Pull up following revision(s) (requested by dholland in ticket #1685 ):
2021-06-21 14:55:15 +00:00
vfs_wapbl.c
rename allow_fuadpo to allow_dpofua, so it's the same order as the SCSI flag
2017-04-10 21:36:05 +00:00
vfs_xattr.c
…
vnode_if.c
regen (for ticket #1405 )
2019-10-14 19:20:14 +00:00
vnode_if.sh
Pull up following revision(s) (requested by hannken in ticket #1405 ):
2019-10-14 17:43:58 +00:00
vnode_if.src
Pull up following revision(s) (requested by hannken in ticket #1405 ):
2019-10-14 17:43:58 +00:00