summaryrefslogtreecommitdiff
path: root/lib/libproc/libproc.h
AgeCommit message (Expand)Author
2025-06-11Remove definition of SIG2STR_MAX from libproc.hRicardo Branco
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-01dtrace: remove dead code for PR_REQUESTEDEric van Gyzen
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-12-03Add an envp argument to proc_create().Mark Johnston
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-12-06libproc: Add support for some proc_attach() flags.Mark Johnston
2016-12-06libproc: Match prefixes when looking up mapped object by name.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
2014-10-03Hook up support for userland CTF support in DTrace. This required someMark Johnston
2014-05-04If the traced process stops because it received a signal, libproc needsMark Johnston
2010-08-11Several fixes for libproc:Rui Paulo
2010-07-31New version of libproc. Changes are:Rui Paulo
2008-11-05Merge latest DTrace changes from Perforce.Craig Rodrigues
2008-05-22Add a process library with some stubs that the DTrace client needs.John Birrell