summaryrefslogtreecommitdiff
path: root/sys/kern/kern_proc.c
AgeCommit message (Expand)Author
2025-12-16proc_dtor(): style improvementsKonstantin Belousov
2025-12-14proc: Fix proc_init / proc_dtor ordering issuesDag-Erling Smørgrav
2025-09-09'kern.proc.groups' sysctl knob: Restore outputting the effective GIDOlivier Certner
2025-09-09kinfo_proc: Restore outputting the effective GIDOlivier Certner
2025-05-31kinfo_proc: report address of extended kernel error structureKonstantin Belousov
2025-04-26vm_page: drop find_least()Doug Moore
2025-03-27device_pager: Add cdev_pager_get_path to retrieve the "path" for an objectJohn Baldwin
2024-12-13Export the kernel API pgrp_calc_jobcjoyu liao
2024-12-06pfind: Fix comentsYan-Hao Wang
2024-12-06sys/vm: remove support for growing-up stacksKonstantin Belousov
2024-11-06vm_object: do not assume that un_pager.devp.dev is cdevKonstantin Belousov
2024-11-06device_pager: rename the un_pager.devp.dev field to handleKonstantin Belousov
2024-10-11kinfo_vmentry: report cdev name for device mappingsKonstantin Belousov
2024-10-08sys/user.h: report posix shm mappingsKonstantin Belousov
2024-10-08kinfo_{vmobject,vmentry}: move copy of pathes into the vnode handling scopeKonstantin Belousov
2024-10-08kinfo_vmentry: report max protectionKonstantin Belousov
2024-10-07kinfo_vmentry: report mappings of the SysV shm segmentsKonstantin Belousov
2024-07-29proc: Remove kernel stack swapping support, part 6Mark Johnston
2024-07-29thread: Remove kernel stack swapping support, part 4Mark Johnston
2024-07-13arm64: Support the L3 ATTR_CONTIGUOUS page size in pagesizes[]Alan Cox
2024-04-05stop_all_proc(): skip traced or signal-stoped processesKonstantin Belousov
2023-11-28EVFILT_TIMER: intialize stop timer list in type-stable proc init, instead of ...Konstantin Belousov
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-09proc: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-08killpg(): more carefully avoid LoRKonstantin Belousov
2023-07-07KERN_PROC_VM_LAYOUT sysctl: fix bug in 32-bit-compatible pathMike Karels
2023-07-04killpg(2): close a race with fork(2), part1Konstantin Belousov
2022-08-02AST: reworkKonstantin Belousov
2022-07-18ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne
2022-07-18Implement shared page address randomizationKornel Dulęba
2022-07-18Rework how shared page related data is storedKornel Dulęba
2022-07-18Introduce the PROC_SIGCODE() macroKornel Dulęba
2022-06-13Make stop_all_proc_block interruptible to avoid deadlock with parallel suspen...Konstantin Belousov
2022-06-13P2_WEXIT: avoid thread_single() for exiting process earlierKonstantin Belousov
2022-04-28Add stop_all_proc_block(9)Konstantin Belousov
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2022-01-17proc: Add a sysctl to fetch virtual address space layout infoMark Johnston
2022-01-17exec: Introduce the PROC_PS_STRINGS() macroMark Johnston
2021-12-06amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2021-11-04proc_get_binpath(): provide syntaxically correct value for unused NDINIT argKonstantin Belousov
2021-11-03proc_get_binpath(): return empty string instead of NULLKonstantin Belousov
2021-10-31Extract proc_get_binpath() from sysctl_kern_proc_pathname()Konstantin Belousov
2021-10-28sysctl kern.proc.procname: report right hardlink nameKonstantin Belousov
2021-08-11kdb: Handle process enumeration before procinit()Mitchell Horne
2021-07-23Add required sysctl name length checks to various handlersMark Johnston
2021-05-22ktrace: pack all ktrace parameters into allocated structure ktr_io_paramsKonstantin Belousov
2021-04-19sysctl vm.objects: report backing object and swap useKonstantin Belousov
2021-02-25Close races in vm object chain traversal for unlockRyan Libby