summaryrefslogtreecommitdiffstats
path: root/lib/libproc
Commit message (Expand)AuthorAgeFilesLines
* Fix the return value when we found a symbol in .dynstr. This nasty bug wasrpaulo2013-08-101-0/+1
* - Compute the correct size to reallocate when doubling the size of thejhb2013-01-281-1/+2
* Fix libproc test case to work with clang premature optimizationpluknet2012-12-261-1/+1
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-072-0/+11
* When calling the C++ demangler, make sure to free the returned buffer,rpaulo2012-09-071-6/+24
* Add support for demangling C++ symbols. This requires linking libproc withrpaulo2012-09-062-2/+22
* Fix test cases to work with the latest version of the API.rpaulo2012-09-062-3/+4
* Make sure we visit both symbol sections even if one of them doesn'trpaulo2012-09-021-24/+21
* Make libproc compilable for MIPSgonzo2012-03-232-0/+11
* fix a serious bug in libproc's proc_attachavg2011-08-031-2/+1
* Fix a memory leak on the error conditionkevlo2010-12-141-1/+1
* Ignore EINTR when calling waitpid.rpaulo2010-09-181-1/+2
* Several fixes for libproc:rpaulo2010-08-115-9/+25
* Revert SHLIB_MAJOR to 2.rpaulo2010-07-311-1/+1
* Bump the shared library major version due to ABI conflicts.rpaulo2010-07-311-1/+1
* New version of libproc. Changes are:rpaulo2010-07-3116-76/+1316
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.ru2010-02-251-2/+2
* Build lib/ with WARNS=6 by default.ed2010-01-021-2/+0
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-3/+10
* Add the Makefile for the process library which was missed in the previousjb2008-05-221-0/+20
* Add a process library with some stubs that the DTrace client needs.jb2008-05-225-0/+473
OpenPOWER on IntegriCloud