aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.h
Commit message (Expand)AuthorAgeFilesLines
* libprocstat: add procstat_getrlimitusage()Konstantin Belousov12 days1-0/+3
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-1/+0
* libprocstat: improve conditional for 32-bit compatBrooks Davis2023-10-161-0/+5
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libprocstat: forward declare struct kinfo_procBrooks Davis2022-08-261-0/+1
* libprocstat: add procstat_getadvlock(3)Konstantin Belousov2022-04-091-0/+26
* Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-271-0/+1
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-1/+1
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-031-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala2017-10-031-0/+1
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-3/+3
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-0/+1
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+6
* Add procstat_getkstack function to dump kernel stacks of a process.Mikolaj Golub2013-04-201-0/+5
* Add procstat_getauxv function to retrieve a process auxiliary vector.Mikolaj Golub2013-04-201-0/+15
* Extend libprocstat with functions to retrieve process command lineMikolaj Golub2013-04-201-0/+6
* Add procstat_getosrel function to retrieve a process osrel info.Mikolaj Golub2013-04-201-0/+2
* Add procstat_getpathname function to retrieve a process executable.Mikolaj Golub2013-04-201-2/+4
* Add procstat_getrlimit function to retrieve a process resource limits info.Mikolaj Golub2013-04-201-0/+3
* Add procstat_getumask function to retrieve a process umask.Mikolaj Golub2013-04-201-0/+2
* Add procstat_getgroups function to retrieve process groups.Mikolaj Golub2013-04-201-0/+3
* Add procstat_getvmmap function to get VM layout of a process.Mikolaj Golub2013-04-201-0/+5
* Make libprocstat(3) extract procstat notes from a process core file.Mikolaj Golub2013-04-201-0/+1
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+0
* Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.Mikolaj Golub2012-09-041-0/+2
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-0/+6
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-0/+2
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+160