summaryrefslogtreecommitdiff
path: root/lib/libproc/proc_create.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-12-06Use a global extern declaration to appease gcc.Mark Johnston
2017-12-03Add an envp argument to proc_create().Mark Johnston
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-22Add initializations missed in r315728.Mark Johnston
2017-03-22Avoid accessing an uninitialized variable when vfork() fails.Mark Johnston
2016-12-06libproc: Add support for some proc_attach() flags.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-08-02proc_init: Fix a few memory leaks of 'phdl'Conrad Meyer
2016-07-30libproc: Add proc_getmodel().Mark Johnston
2014-05-03Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston
2013-10-27Clean up the debug printing in libproc a bit. In particular:Mark Johnston
2011-08-03fix a serious bug in libproc's proc_attachAndriy Gapon
2010-12-14Fix a memory leak on the error conditionKevin Lo
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