aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2014-05-088-44/+94
|\
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| * If the traced process stops because it received a signal, libproc needsMark Johnston2014-05-043-24/+30
| * Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-034-19/+63
* | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+1
* | Merge headSimon J. Gerraty2014-04-2710-55/+117
|\|
| * Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain theMark Johnston2014-04-141-3/+3
| * NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-134-4/+4
| * The proper way to request no man pages currently is NO_MAN=xxx. Use itWarner Losh2014-04-054-4/+4
| * Consistently add the relocation offset only when the ELF type is notMark Johnston2013-11-111-7/+16
| * Modify the libproc breakpoint add/remove functions to stop the targetMark Johnston2013-11-051-7/+59
| * Fix an off-by-one error when checking whether a given address is withinMark Johnston2013-10-291-2/+2
| * Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston2013-10-292-4/+3
| * Fix the build with gcc.Mark Johnston2013-10-281-1/+2
| * Remove an incorrect debug printf.Mark Johnston2013-10-281-1/+0
| * Clean up the debug printing in libproc a bit. In particular:Mark Johnston2013-10-276-33/+35
| * Fix the libproc build when DEBUG is defined.Mark Johnston2013-10-171-2/+2
* | Merge from headSimon J. Gerraty2013-09-051-0/+1
|\|
| * Fix the return value when we found a symbol in .dynstr. This nasty bug wasRui Paulo2013-08-101-0/+1
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | Updated dependenciesSimon J. Gerraty2013-02-161-3/+0
* | Sync with HEAD.David E. O'Brien2013-02-084-2/+14
|\|
| * - Compute the correct size to reallocate when doubling the size of theJohn Baldwin2013-01-281-1/+2
| * Fix libproc test case to work with clang premature optimizationSergey Kandaurov2012-12-261-1/+1
| * Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-072-0/+11
* | Avoid circular dependency with librtld_dbSimon J. Gerraty2012-11-081-0/+2
* | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+8
* | Sync from headSimon J. Gerraty2012-11-044-29/+65
|\|
| * When calling the C++ demangler, make sure to free the returned buffer,Rui Paulo2012-09-071-6/+24
| * Add support for demangling C++ symbols. This requires linking libproc withRui Paulo2012-09-062-2/+22
| * Fix test cases to work with the latest version of the API.Rui Paulo2012-09-062-3/+4
| * Make sure we visit both symbol sections even if one of them doesn'tRui Paulo2012-09-021-24/+21
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
|/
* Make libproc compilable for MIPSOleksandr Tymoshenko2012-03-232-0/+11
* 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
* Ignore EINTR when calling waitpid.Rui Paulo2010-09-181-1/+2
* Several fixes for libproc:Rui Paulo2010-08-115-9/+25
* Revert SHLIB_MAJOR to 2.Rui Paulo2010-07-311-1/+1
* Bump the shared library major version due to ABI conflicts.Rui Paulo2010-07-311-1/+1
* New version of libproc. Changes are:Rui Paulo2010-07-3116-76/+1316
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.Ruslan Ermilov2010-02-251-2/+2
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-052-3/+10
* Add the Makefile for the process library which was missed in the previousJohn Birrell2008-05-221-0/+20
* Add a process library with some stubs that the DTrace client needs.John Birrell2008-05-225-0/+473