summaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.h
AgeCommit message (Expand)Author
2025-07-04libprocstat: Add handling for inotify descriptorsMark Johnston
2025-03-13libprocstat: add helper to query knotes for specific kqueueKonstantin Belousov
2024-09-27libprocstat: add procstat_getrlimitusage()Konstantin Belousov
2024-03-29inpcb: fully retire inp_ppcb pointerGleb Smirnoff
2023-10-16libprocstat: improve conditional for 32-bit compatBrooks Davis
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-26libprocstat: forward declare struct kinfo_procBrooks Davis
2022-04-10libprocstat: add procstat_getadvlock(3)Konstantin 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
2018-12-03Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-03Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala
2017-05-26procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-03-30Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-05-03Similar to 233760 and 236717, export some more useful info about theJohn Baldwin
2013-04-20Add procstat_getkstack function to dump kernel stacks of a process.Mikolaj Golub
2013-04-20Add procstat_getauxv function to retrieve a process auxiliary vector.Mikolaj Golub
2013-04-20Extend libprocstat with functions to retrieve process command lineMikolaj Golub
2013-04-20Add procstat_getosrel function to retrieve a process osrel info.Mikolaj Golub
2013-04-20Add procstat_getpathname function to retrieve a process executable.Mikolaj Golub
2013-04-20Add procstat_getrlimit function to retrieve a process resource limits info.Mikolaj Golub
2013-04-20Add procstat_getumask function to retrieve a process umask.Mikolaj Golub
2013-04-20Add procstat_getgroups function to retrieve process groups.Mikolaj Golub
2013-04-20Add procstat_getvmmap function to get VM layout of a process.Mikolaj Golub
2013-04-20Make libprocstat(3) extract procstat notes from a process core file.Mikolaj Golub
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2012-09-04Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.Mikolaj Golub
2012-04-01Export some more useful info about shared memory objects to userlandJohn Baldwin
2011-08-14Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov