summaryrefslogtreecommitdiff
path: root/lib/libproc/proc_create.c
Commit message (Expand)AuthorAgeFilesLines
* Use a global extern declaration to appease gcc.Mark Johnston2017-12-061-1/+2
* Add an envp argument to proc_create().Mark Johnston2017-12-031-13/+13
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Add initializations missed in r315728.Mark Johnston2017-03-221-0/+3
* Avoid accessing an uninitialized variable when vfork() fails.Mark Johnston2017-03-221-9/+9
* libproc: Add support for some proc_attach() flags.Mark Johnston2016-12-061-18/+23
* libproc: Cache symbol tables for mapped objects upon access.Mark Johnston2016-12-061-0/+4
* libproc: Cache ELF handles for loaded objects.Mark Johnston2016-12-061-1/+17
* libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston2016-12-061-2/+2
* Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston2016-12-061-2/+3
* proc_init: Fix a few memory leaks of 'phdl'Conrad Meyer2016-08-021-5/+5
* libproc: Add proc_getmodel().Mark Johnston2016-07-301-40/+87
* Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-031-10/+42
* Clean up the debug printing in libproc a bit. In particular:Mark Johnston2013-10-271-3/+3
* fix a serious bug in libproc's proc_attachAndriy Gapon2011-08-031-2/+1
* Fix a memory leak on the error conditionKevin Lo2010-12-141-1/+1
* New version of libproc. Changes are:Rui Paulo2010-07-311-33/+28
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-2/+6
* Add a process library with some stubs that the DTrace client needs.John Birrell2008-05-221-0/+159