| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 | |
| * | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 1 | -0/+4 | |
| |/ | ||||||
| * | Add support for RISC-V ISA. | Ruslan Bukin | 2016-01-24 | 2 | -0/+11 | |
| * | Fix LDADD/DPADD that should be LIBADD. | Bryan Drewery | 2015-12-04 | 1 | -2/+1 | |
| * | META MODE: Rework circular dependency guard for librtld_db/libproc. | Bryan Drewery | 2015-11-25 | 2 | -3/+1 | |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 | |
| * | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -3/+0 | |
| * | Enable libproc symbol_lookup tests on arm64 | Ed Maste | 2015-08-31 | 1 | -9/+0 | |
| * | Fix libproc on architectures that don't need the program counter to be | Andrew Turner | 2015-08-24 | 1 | -1/+10 | |
| * | On arm64 disable three tests that hang or panic | Ed Maste | 2015-08-17 | 1 | -0/+9 | |
| * | Make libproc compilable on AArch64. | Ruslan Bukin | 2015-07-01 | 2 | -12/+26 | |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 2 | -0/+26 | |
| |\ | ||||||
| | * | 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 | |
