summaryrefslogtreecommitdiff
path: root/lib/libproc/_libproc.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-06Avoid keeping a dangling pointer when the mappings array is resized.Mark Johnston
2016-12-06libproc: Cache symbol tables for mapped objects upon access.Mark Johnston
2016-12-06libproc: Cache ELF handles for loaded objects.Mark Johnston
2016-12-06libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston
2016-12-06Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston
2016-07-30libproc: Add proc_getmodel().Mark Johnston
2016-07-30Add descriptions for fields in struct proc_handle.Mark Johnston
2014-05-03Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston
2013-10-29Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston
2013-10-27Clean up the debug printing in libproc a bit. In particular:Mark Johnston
2013-10-17Fix the libproc build when DEBUG is defined.Mark Johnston
2010-07-31New version of libproc. Changes are:Rui Paulo
2008-05-22Add a process library with some stubs that the DTrace client needs.John Birrell