summaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.c
AgeCommit message (Expand)Author
2025-09-17libprocstat: procstat_getgroups_kvm(): Output again the effective GIDOlivier Certner
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-07-04libprocstat: Add handling for inotify descriptorsMark Johnston
2025-03-24libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file sectionKonstantin Belousov
2025-03-13libprocstat: add helper to query knotes for specific kqueueKonstantin Belousov
2025-02-03protosw: this is a kernel only header, put back #ifdef _KERNELGleb Smirnoff
2024-09-27libprocstat: add procstat_getrlimitusage()Konstantin Belousov
2024-03-29inpcb: fully retire inp_ppcb pointerGleb Smirnoff
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-16libprocstat: improve conditional for 32-bit compatBrooks Davis
2023-10-16libprocstat: copy all the 32-bit auxv entriesBrooks Davis
2023-10-16libprocstat: make sv_name not staticBrooks Davis
2023-10-16libprocstat: simplify auxv value conversionBrooks Davis
2023-10-02libprocstat: style: space after switchBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-10libprocstat: add procstat_getadvlock(3)Konstantin Belousov
2021-12-03procstat_getfiles_sysctl: do not require non-null ki_fdKonstantin Belousov
2021-12-03StyleKonstantin Belousov
2021-05-27libprocstat kstack: fix race with thread creationEric van Gyzen
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-12-27Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov
2020-11-25Remove the cloned file descriptors for /dev/crypto.John Baldwin
2020-11-17Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-07-15libprocstat: fix kvm filedesc access after introduction of fdescenttblMateusz Guzik
2020-05-21libprocstat: fix reading of file descriptor table via kvmAndriy Gapon
2020-03-08fd: use smr for managing struct pwdMateusz Guzik
2020-03-01fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik
2020-01-07procstat: read lo_name instead of now removed v_tagMateusz Guzik
2019-12-08Define a vm_map method for user-space for advancing from a map entryDoug Moore
2019-12-07Fix a type error in fixing libprocstat to be compatible with vm_map changes.Doug Moore
2019-12-07r355491 broke compilation of libprocstat.c. Change that code to useDoug Moore
2018-12-03Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov
2018-05-28libprocstat: fix memory leakEric van Gyzen
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-03Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala
2017-10-02Hide struct socket and struct unpcb from the userland.Gleb Smirnoff
2017-06-27procstat_getptlwpinfo(..): clarify the fact that KVM/SYSCTL supportEnji Cooper
2017-05-26procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-03-30Reorder includes to placate MIPS build.Tycho Nightingale
2017-03-30Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale
2017-03-21Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff
2017-01-09Use nitems({mib,name}) instead of hardcoding their valueEnji Cooper
2015-10-06Fix core corruption caused by race in note_procstat_vmmapConrad Meyer
2015-09-03Detect badly behaved coredump note helpersConrad Meyer
2015-06-01Remove unused variable spotted by clang.Marcelo Araujo
2014-03-16Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson
2014-03-02When querying a process's umask via sysctl in libprocstat(), don'tRobert Watson
2013-10-09Handle the cases where NULL is passed as cap_rightsp to thePawel Jakub Dawidek