aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.c
Commit message (Expand)AuthorAgeFilesLines
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-25/+4
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* libprocstat: improve conditional for 32-bit compatBrooks Davis2023-10-161-3/+3
* libprocstat: copy all the 32-bit auxv entriesBrooks Davis2023-10-161-2/+2
* libprocstat: make sv_name not staticBrooks Davis2023-10-161-1/+1
* libprocstat: simplify auxv value conversionBrooks Davis2023-10-161-3/+11
* libprocstat: style: space after switchBrooks Davis2023-10-021-12/+12
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libprocstat: add procstat_getadvlock(3)Konstantin Belousov2022-04-091-0/+135
* procstat_getfiles_sysctl: do not require non-null ki_fdKonstantin Belousov2021-12-021-2/+0
* StyleKonstantin Belousov2021-12-021-1/+1
* libprocstat kstack: fix race with thread creationEric van Gyzen2021-05-271-1/+2
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-4/+1
* Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-271-0/+5
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-1/+0
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-7/+13
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+1
* libprocstat: fix kvm filedesc access after introduction of fdescenttblMateusz Guzik2020-07-151-16/+23
* libprocstat: fix reading of file descriptor table via kvmAndriy Gapon2020-05-211-7/+7
* fd: use smr for managing struct pwdMateusz Guzik2020-03-081-4/+5
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-19/+32
* procstat: read lo_name instead of now removed v_tagMateusz Guzik2020-01-071-3/+3
* Define a vm_map method for user-space for advancing from a map entryDoug Moore2019-12-081-12/+16
* Fix a type error in fixing libprocstat to be compatible with vm_map changes.Doug Moore2019-12-071-1/+1
* r355491 broke compilation of libprocstat.c. Change that code to useDoug Moore2019-12-071-2/+2
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-031-0/+5
* libprocstat: fix memory leakEric van Gyzen2018-05-281-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala2017-10-031-0/+5
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+2
* procstat_getptlwpinfo(..): clarify the fact that KVM/SYSCTL supportEnji Cooper2017-06-271-0/+6
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-7/+16
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-5/+7
* Reorder includes to placate MIPS build.Tycho Nightingale2017-03-301-1/+1
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+44
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-0/+1
* Use nitems({mib,name}) instead of hardcoding their valueEnji Cooper2017-01-091-13/+13
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-0/+4
* Detect badly behaved coredump note helpersConrad Meyer2015-09-031-0/+4
* Remove unused variable spotted by clang.Marcelo Araujo2015-06-011-2/+2
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* When querying a process's umask via sysctl in libprocstat(), don'tRobert Watson2014-03-021-1/+1
* Handle the cases where NULL is passed as cap_rightsp to thePawel Jakub Dawidek2013-10-091-10/+14
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+3
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-0/+1
* Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() toJohn Baldwin2013-06-111-7/+11
* Make errbuf optional, so if a caller is not interested in an errorMikolaj Golub2013-05-081-14/+30
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+90
* procstat_getpathname: for kvm method, instead of returning the errorMikolaj Golub2013-05-011-2/+4
* KVM method support for procstat_getgroups, procstat_getumask,Mikolaj Golub2013-05-011-8/+121