freebsd-skq/sys/kern
kib 966a7e1173 Correct accuracy of the barrier writes accounting.
Discussed with:	mckusick
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2018-12-02 12:53:39 +00:00
..
bus_if.m
capabilities.conf capsicum: allow ppoll(2) in capability mode 2018-11-04 17:12:53 +00:00
clock_if.m
cpufreq_if.m
device_if.m
genassym.sh
genoffset.c With epoch not inlined, there is no point in using _lite KPI. While here, 2018-11-13 23:45:38 +00:00
genoffset.sh
imgact_aout.c
imgact_binmisc.c Add helper functions to copy strings into struct image_args. 2018-11-29 21:00:56 +00:00
imgact_elf32.c
imgact_elf64.c
imgact_elf.c Parse FreeBSD Feature Control note on the ELF image activation. 2018-11-23 23:33:55 +00:00
imgact_gzip.c
imgact_shell.c Add helper functions to copy strings into struct image_args. 2018-11-29 21:00:56 +00:00
init_main.c Initialize compatibility epoch tracker for thread0. Fixes 2018-11-14 19:10:35 +00:00
init_sysent.c Regenerate after r340129. 2018-11-06 18:03:04 +00:00
kern_acct.c
kern_alq.c
kern_clock.c Tidy up hardclock. 2018-11-29 03:44:02 +00:00
kern_clocksource.c
kern_condvar.c
kern_conf.c
kern_cons.c
kern_context.c Remove superfluous bzero in getcontext/swapcontext/sendsig 2018-11-26 20:56:05 +00:00
kern_cpu.c
kern_cpuset.c
kern_ctf.c
kern_descrip.c fd: unify fd range check across the routines 2018-11-29 08:53:39 +00:00
kern_dtrace.c
kern_dump.c
kern_environment.c Add dynamic_kenv assertion to init_static_kenv 2018-11-13 04:34:30 +00:00
kern_et.c
kern_event.c Pass malloc flags directly through kevent(2) subroutines. 2018-11-24 17:06:01 +00:00
kern_exec.c Add helper functions to copy strings into struct image_args. 2018-11-29 21:00:56 +00:00
kern_exit.c proc: create a dedicated lock for zombproc to ligthen the load on allproc_lock 2018-11-29 02:52:08 +00:00
kern_fail.c
kern_ffclock.c
kern_fork.c proc: create a dedicated lock for zombproc to ligthen the load on allproc_lock 2018-11-29 02:52:08 +00:00
kern_hhook.c
kern_idle.c
kern_intr.c
kern_jail.c In hardened systems, where the security.bsd.unprivileged_proc_debug sysctl 2018-11-27 17:51:50 +00:00
kern_khelp.c
kern_kthread.c proc: always store parent pid in p_oppid 2018-11-16 17:07:54 +00:00
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c
kern_lockf.c
kern_lockstat.c
kern_loginclass.c
kern_malloc.c
kern_mbuf.c netdump: Fix netdumping with INVARIANTS kernels 2018-11-12 05:24:20 +00:00
kern_mib.c
kern_module.c
kern_mtxpool.c
kern_mutex.c locks: plug warnings about unitialized variables 2018-11-13 21:29:56 +00:00
kern_ntptime.c Clear pad bytes in the struct exported by kern.ntp_pll.gettime. 2018-11-20 20:32:10 +00:00
kern_osd.c
kern_physio.c
kern_pmc.c
kern_poll.c
kern_priv.c In hardened systems, where the security.bsd.unprivileged_proc_debug sysctl 2018-11-27 17:51:50 +00:00
kern_proc.c Include path for tmpfs objects in vm.objects sysctl 2018-11-30 04:59:43 +00:00
kern_procctl.c
kern_prot.c In hardened systems, where the security.bsd.unprivileged_proc_debug sysctl 2018-11-27 17:51:50 +00:00
kern_racct.c Convert racct_enable to bool and annotate as __read_frequently 2018-11-29 05:17:16 +00:00
kern_rangelock.c
kern_rctl.c
kern_resource.c
kern_rmlock.c Make no assertions about lock state when the scheduler is stopped. 2018-11-13 20:48:05 +00:00
kern_rwlock.c locks: plug warnings about unitialized variables 2018-11-13 21:29:56 +00:00
kern_sdt.c
kern_sema.c
kern_sendfile.c
kern_sharedpage.c
kern_shutdown.c
kern_sig.c Improve sigonstack(). 2018-11-27 19:50:58 +00:00
kern_switch.c
kern_sx.c Make no assertions about lock state when the scheduler is stopped. 2018-11-13 20:48:05 +00:00
kern_synch.c
kern_syscalls.c
kern_sysctl.c Minor code factoring. No functional change. 2018-11-19 09:36:09 +00:00
kern_tc.c
kern_thr.c
kern_thread.c Provide storage for the process feature control flags in struct proc. 2018-11-23 23:07:57 +00:00
kern_time.c
kern_timeout.c
kern_tslog.c
kern_ubsan.c Port the NetBSD ubsan runtime to the FreeBSD kernel. 2018-11-06 17:32:07 +00:00
kern_umtx.c Make freebsd32_umtx_op follow the freebsd32_foo convention. 2018-11-09 00:46:10 +00:00
kern_uuid.c
kern_xxx.c
ksched.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
Makefile
makesyscalls.sh Use the main capabilities.conf for freebsd32. 2018-11-14 00:46:02 +00:00
md4c.c
md5c.c
msi_if.m
p1003_1b.c
pic_if.m
posix4_mib.c
sched_4bsd.c
sched_ule.c
serdev_if.m
stack_protector.c
subr_acl_nfs4.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c blist_meta_alloc assumes that mask=scan->bm_bitmap is nonzero. But if the 2018-11-24 21:52:10 +00:00
subr_boot.c
subr_bufring.c
subr_bus_dma.c
subr_bus.c acpi: fix acpi_ec_probe to only check EC devices 2018-11-19 18:29:03 +00:00
subr_busdma_bufalloc.c
subr_capability.c
subr_clock.c
subr_compressor.c
subr_counter.c
subr_devmap.c
subr_devstat.c
subr_disk.c
subr_dummy_vdso_tc.c
subr_early.c
subr_epoch.c epoch(9) revert r340097 - no longer a need for multiple sections per cpu 2018-11-14 00:12:04 +00:00
subr_eventhandler.c
subr_fattime.c
subr_firmware.c
subr_gtaskqueue.c
subr_hash.c
subr_hints.c
subr_inflate.c
subr_intr.c
subr_kdb.c
subr_kobj.c
subr_lock.c
subr_log.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c
subr_pcpu.c
subr_pctrie.c
subr_pidctrl.c
subr_power.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_rtc.c
subr_sbuf.c
subr_scanf.c
subr_sfbuf.c
subr_sglist.c
subr_sleepqueue.c
subr_smp.c
subr_stack.c
subr_syscall.c Annotate td_cowgen check as unlikely. 2018-11-29 04:48:22 +00:00
subr_taskqueue.c Add a taskqueue_quiesce(9) KPI. 2018-11-21 17:18:27 +00:00
subr_terminal.c
subr_trap.c Deinline racct throttling out of syscall exit path. 2018-11-29 05:08:46 +00:00
subr_turnstile.c
subr_uio.c
subr_unit.c Implement unr64 2018-11-20 14:58:41 +00:00
subr_vmem.c
subr_witness.c
sys_capability.c
sys_generic.c kern_poll: Restore explanatory comment removed in r177374 2018-11-01 23:46:23 +00:00
sys_getrandom.c
sys_pipe.c pipe: use unr64 2018-11-20 14:59:27 +00:00
sys_procdesc.c proc: always store parent pid in p_oppid 2018-11-16 17:07:54 +00:00
sys_process.c proc: always store parent pid in p_oppid 2018-11-16 17:07:54 +00:00
sys_socket.c
syscalls.c
syscalls.master Fix freebsd32 mknod(at). 2018-11-09 21:01:16 +00:00
systrace_args.c Regen after r340221: allow pointer return types. 2018-11-07 16:56:07 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Remove one-use variable. 2018-11-11 00:21:28 +00:00
tty_compat.c
tty_info.c Avoid fixing the tty_info() buffer size in tty.h. 2018-11-06 23:41:44 +00:00
tty_inq.c
tty_outq.c
tty_pts.c
tty_tty.c
tty_ttydisc.c
tty.c Avoid fixing the tty_info() buffer size in tty.h. 2018-11-06 23:41:44 +00:00
uipc_accf.c
uipc_debug.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_mbufhash.c
uipc_mqueue.c Ensure that directory entry padding bytes are zeroed. 2018-11-23 22:24:59 +00:00
uipc_sem.c
uipc_shm.c uipc_shm: use unr64 for inode numbers 2018-11-21 22:01:06 +00:00
uipc_sockbuf.c Retire sbsndptr() KPI 2018-11-19 00:54:31 +00:00
uipc_socket.c Plug some networking sysctl leaks. 2018-11-22 20:49:41 +00:00
uipc_syscalls.c Use declared types for caddr_t arguments. 2018-11-06 18:46:38 +00:00
uipc_usrreq.c Plug some networking sysctl leaks. 2018-11-22 20:49:41 +00:00
vfs_acl.c
vfs_aio.c vfs_aio.c: rename "physio" symbols to "bio". 2018-11-26 18:31:00 +00:00
vfs_bio.c Correct accuracy of the barrier writes accounting. 2018-12-02 12:53:39 +00:00
vfs_cache.c cache: retire cache_enter compat schim 2018-11-29 09:32:59 +00:00
vfs_cluster.c
vfs_default.c
vfs_export.c Ensure that directory entry padding bytes are zeroed. 2018-11-23 22:24:59 +00:00
vfs_extattr.c
vfs_hash.c
vfs_init.c
vfs_lookup.c If BENEATH is specified, always latch the topping directory vnode. 2018-11-29 19:13:10 +00:00
vfs_mount.c
vfs_mountroot.c
vfs_subr.c
vfs_syscalls.c vfs: fix i386 build after r341220 2018-11-29 09:54:27 +00:00
vfs_vnops.c
vnode_if.src Make vop_symlink take a const target path. 2018-11-02 14:42:36 +00:00