aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Add a proc_off_p_hash helper variable.John Baldwin2021-01-011-0/+1
* dtrace: stop using eventhandlers for the part compiled into the kernelMateusz Guzik2020-11-231-0/+7
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-4/+5
* Fix a pair of races in SIGIO registrationMark Johnston2020-11-111-1/+2
* thread: tidy up r367543Mateusz Guzik2020-11-101-8/+1
* thread: use tdfind in sysctl_kern_proc_kstackMateusz Guzik2020-11-101-2/+8
* Put calls to check_pgrp_jobc() in fixjobc_kill() under INVARIANTS.Konstantin Belousov2020-09-171-0/+4
* Add check_pgrp_jobc() calls into process exit path.Konstantin Belousov2020-09-161-0/+3
* Fix fixjobc+orhpanage.Konstantin Belousov2020-09-161-29/+86
* Assert that P_TREE_GRPEXITED is set only once.Konstantin Belousov2020-09-161-0/+1
* Improve ddb 'show pgrpdump' command.Konstantin Belousov2020-09-161-11/+17
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-5/+3
* Fix several issues with process group orphanage.Konstantin Belousov2020-08-221-42/+117
* devfs: rework si_usecount to track opensMateusz Guzik2020-08-111-1/+3
* ifdef out pg_jobc assertions added in r361967Mateusz Guzik2020-07-031-0/+4
* Use tdfind() in pget().Konstantin Belousov2020-07-021-25/+4
* Assert on pg_jobc state.Mateusz Guzik2020-06-091-2/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add sysctl kern.proc.sigfastblk for reporting sigfastblock word address.Konstantin Belousov2020-02-091-0/+75
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-9/+4
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-1/+1
* Remove page locking from pmap_mincore().Mark Johnston2019-10-161-5/+3
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-4/+2
* proc: eliminate the zombproc listMateusz Guzik2019-08-281-4/+0
* proc: remove zpfindMateusz Guzik2019-08-281-19/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-3/+0
* Fix the NFSv4 client to safely find processes.Rick Macklem2019-04-151-1/+47
* Show wiring state of map entries in procstat -v.Mark Johnston2019-03-051-0/+2
* Do not call PHOLD() while owning the allproc_lock sx.Konstantin Belousov2019-02-031-1/+1
* pfind, pfind_any: Correct zombie logicJilles Tjoelker2018-12-281-1/+1
* Manage process-related IDs with bitmapsMateusz Guzik2018-12-071-0/+63
* Include path for tmpfs objects in vm.objects sysctlEric van Gyzen2018-11-301-75/+6
* proc: create a dedicated lock for zombproc to ligthen the load on allproc_lockMateusz Guzik2018-11-291-2/+4
* proc: convert pfind & friends to use pidhash locks and other cleanupMateusz Guzik2018-11-211-55/+34
* proc: implement pid hash locks and an iteratorMateusz Guzik2018-11-211-108/+138
* proc: always store parent pid in p_oppidMateusz Guzik2018-11-161-13/+1
* Remove mostly-useless proc provider probes.Mark Johnston2018-11-151-15/+0
* Add a way for the process to request cleanup of the kernel cache ofKonstantin Belousov2018-07-041-5/+14
* fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.Konstantin Belousov2018-06-211-1/+0
* Instead of using hand-rolled loops where not needed switch themBjoern A. Zeeb2018-06-201-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Don't generate data in sysctl_out_proc unless we intend to copy out.Mateusz Guzik2018-02-251-12/+46
* Report offset relative to the backing object for kinfo_vmentry structures.John Baldwin2018-01-041-3/+6
* sysctl_kern_proc_args: do not take the fast path if p_args is NULLAntoine Brodin2018-01-011-5/+3
* Make kern_proc_vmmap_resident() externally accesible, and move theKonstantin Belousov2017-12-281-6/+21
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Check for PRS_NEW without locking the proc in sysctl_kern_procMateusz Guzik2017-11-171-4/+2
* Be more careful when doing calculation with request from userland.Xin LI2017-11-131-1/+1