summaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.3
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2022-04-10libprocstat: document procstat_getadvlock(3)Konstantin Belousov
2020-11-26libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski
2017-07-29libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_geten...Enji Cooper
2017-07-29libprocstat(3): fix reference (typo) to procstat_freeenvv in description forEnji Cooper
2017-07-29Add sys/socket.h to SYNOPSIS for libprocstat(3)Enji Cooper
2017-06-27Add initial documentation for procstat_freeptlwpinfo and procstat_getptlwpinfoEnji Cooper
2015-05-21Create links to the libprocstat man pages for all of the libprocstat function...Allan Jude
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2013-05-04Bump date.Sergey Kandaurov
2013-05-03Similar to 233760 and 236717, export some more useful info about theJohn Baldwin
2013-04-20mdoc: end function context properly.Joel Dahl
2013-04-20Bump date.Mikolaj Golub
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-05-11General mdoc(7) and typo fixes.Glen Barber
2012-04-01Export some more useful info about shared memory objects to userlandJohn Baldwin
2011-07-12Mention myself in the AUTHORS section.Sergey Kandaurov
2011-07-12Provide a simple manual page for libprocstat(3).Sergey Kandaurov