summaryrefslogtreecommitdiff
path: root/lib/libprocstat/Symbol.map
AgeCommit message (Expand)Author
2025-03-13libprocstat: add helper to query knotes for specific kqueueKonstantin Belousov
2024-09-27libprocstat: add procstat_getrlimitusage()Konstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2022-04-10libprocstat: add procstat_getadvlock(3)Konstantin Belousov
2019-01-27Bump SPECNAMELEN to MAXNAMLEN.Konstantin Belousov
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-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
2012-04-01Export some more useful info about shared memory objects to userlandJohn Baldwin
2011-05-14- Add symbol versioning to libprocstat.Stanislav Sedov