aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/_libproc.h
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Avoid keeping a dangling pointer when the mappings array is resized.Mark Johnston2017-09-061-1/+1
* libproc: Cache symbol tables for mapped objects upon access.Mark Johnston2016-12-061-0/+12
* libproc: Cache ELF handles for loaded objects.Mark Johnston2016-12-061-6/+18
* libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston2016-12-061-1/+1
* Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston2016-12-061-0/+5
* libproc: Add proc_getmodel().Mark Johnston2016-07-301-1/+5
* Add descriptions for fields in struct proc_handle.Mark Johnston2016-07-301-9/+6
* Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-031-0/+2
* Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston2013-10-291-2/+2
* Clean up the debug printing in libproc a bit. In particular:Mark Johnston2013-10-271-2/+4
* Fix the libproc build when DEBUG is defined.Mark Johnston2013-10-171-2/+2
* New version of libproc. Changes are:Rui Paulo2010-07-311-0/+12
* Add a process library with some stubs that the DTrace client needs.John Birrell2008-05-221-0/+43