| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 | |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 6 | -17/+89 | |
| | |\ | |/ |/| | ||||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 12 | -363/+608 | |
| | |\ | ||||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -18/+21 | |
| | |\ \ | ||||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+1 | |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 | |
| | * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 8 | -44/+94 | |
| | |\ \ \ | ||||||
| | * | | | | New/updated dependencies | Simon J. Gerraty | 2014-05-05 | 1 | -0/+1 | |
| | * | | | | Merge head | Simon J. Gerraty | 2014-04-27 | 10 | -55/+117 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -0/+1 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 | |
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -3/+0 | |
| | * | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 4 | -2/+14 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Avoid circular dependency with librtld_db | Simon J. Gerraty | 2012-11-08 | 1 | -0/+2 | |
| | * | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+8 | |
| | * | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 4 | -29/+65 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+14 | |
| * | | | | | | | | | Fix underlinking | Baptiste Daroussin | 2015-05-19 | 1 | -0/+2 | |
| * | | | | | | | | | Fix debug symbols loading in libproc: 0 is a valid file descriptor. | Stanislav Sedov | 2015-03-13 | 1 | -1/+1 | |
| * | | | | | | | | | Teach libproc how to find debugging symbols in /usr/lib/debug. | Rui Paulo | 2015-02-13 | 1 | -3/+18 | |
| * | | | | | | | | | Initial version of DTrace on ARM32. | George V. Neville-Neil | 2015-02-10 | 2 | -0/+11 | |
| * | | | | | | | | | Stop iterating and return if the caller-supplied callback function returns | Mark Johnston | 2015-01-31 | 1 | -4/+8 | |
| * | | | | | | | | | Ensure that we don't try to demangle a symbol name if we failed to look | Mark Johnston | 2015-01-25 | 2 | -3/+41 | |
| * | | | | | | | | | Fix a memory leak that occured when looking up CTF info for a symbol. | Mark Johnston | 2014-12-23 | 1 | -1/+4 | |
| * | | | | | | | | | Convert libraries to use LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -6/+3 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Remove an incorrect and useless debug print. | Mark Johnston | 2014-10-04 | 1 | -3/+1 | |
| * | | | | | | | | Hook up support for userland CTF support in DTrace. This required some | Mark Johnston | 2014-10-03 | 4 | -12/+65 | |
| * | | | | | | | | Factor out some of the duplicated code in the symbol lookup functions, in | Mark Johnston | 2014-09-25 | 1 | -146/+122 | |
| * | | | | | | | | Add some ATF tests for libproc. | Mark Johnston | 2014-09-21 | 10 | -201/+423 | |
| * | | | | | | | | Fix a bug in r265255: only return NULL if the requested map wasn't found. | Mark Johnston | 2014-08-24 | 1 | -4/+6 | |
| * | | | | | | | | In r268463, I misplaced a return in demangle(), causing the function to | Dimitry Andric | 2014-08-09 | 1 | -8/+2 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | In libproc, avoid calling __cxa_demangle(), and thus depending on either | Dimitry Andric | 2014-07-09 | 2 | -18/+21 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 | |
| * | | | | | | If the traced process stops because it received a signal, libproc needs | Mark Johnston | 2014-05-04 | 3 | -24/+30 | |
| * | | | | | | Allow "a.out" as an alias for the executable if no other matching entries | Mark Johnston | 2014-05-03 | 4 | -19/+63 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the | Mark Johnston | 2014-04-14 | 1 | -3/+3 | |
| * | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 4 | -4/+4 | |
| * | | | | | The proper way to request no man pages currently is NO_MAN=xxx. Use it | Warner Losh | 2014-04-05 | 4 | -4/+4 | |
| * | | | | | Consistently add the relocation offset only when the ELF type is not | Mark Johnston | 2013-11-11 | 1 | -7/+16 | |
| * | | | | | Modify the libproc breakpoint add/remove functions to stop the target | Mark Johnston | 2013-11-05 | 1 | -7/+59 | |
| * | | | | | Fix an off-by-one error when checking whether a given address is within | Mark Johnston | 2013-10-29 | 1 | -2/+2 | |
| * | | | | | Revert r257248 and fix the problem in a way that doesn't violate style(9). | Mark Johnston | 2013-10-29 | 2 | -4/+3 | |
| * | | | | | Fix the build with gcc. | Mark Johnston | 2013-10-28 | 1 | -1/+2 | |
| * | | | | | Remove an incorrect debug printf. | Mark Johnston | 2013-10-28 | 1 | -1/+0 | |
| * | | | | | Clean up the debug printing in libproc a bit. In particular: | Mark Johnston | 2013-10-27 | 6 | -33/+35 | |
| * | | | | | Fix the libproc build when DEBUG is defined. | Mark Johnston | 2013-10-17 | 1 | -2/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Fix the return value when we found a symbol in .dynstr. This nasty bug was | Rui Paulo | 2013-08-10 | 1 | -0/+1 | |
| | |_|/ |/| | | ||||||
| * | | | - Compute the correct size to reallocate when doubling the size of the | John Baldwin | 2013-01-28 | 1 | -1/+2 | |
| * | | | Fix libproc test case to work with clang premature optimization | Sergey Kandaurov | 2012-12-26 | 1 | -1/+1 | |
| * | | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | Justin Hibbits | 2012-11-07 | 2 | -0/+11 | |
| | |/ |/| | ||||||
