aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc
Commit message (Expand)AuthorAgeFilesLines
* Add a reasonable bound on the symbol table index size.Mark Johnston2017-01-051-2/+4
* Bump the libproc library version.Mark Johnston2016-12-061-1/+1
* libproc: Add support for some proc_attach() flags.Mark Johnston2016-12-063-22/+36
* libproc: Cache symbol tables for mapped objects upon access.Mark Johnston2016-12-063-167/+160
* libproc: Match prefixes when looking up mapped object by name.Mark Johnston2016-12-063-56/+33
* libproc: Cache ELF handles for loaded objects.Mark Johnston2016-12-065-219/+231
* libproc: Improve .gnu_debuglink support.Mark Johnston2016-12-064-54/+277
* libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston2016-12-065-25/+23
* Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston2016-12-067-98/+110
* Use uint32_t instead of u_long as a storage for breakpoint instructionRuslan Bukin2016-10-261-9/+19
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-312-0/+3
* proc_init: Fix a few memory leaks of 'phdl'Conrad Meyer2016-08-021-5/+5
* libproc: Add proc_getmodel().Mark Johnston2016-07-306-43/+108
* Add descriptions for fields in struct proc_handle.Mark Johnston2016-07-301-9/+6
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+26
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+26
* | MFHGlen Barber2016-03-022-2/+3
|\|
| * Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery2016-02-262-2/+3
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Add support for RISC-V ISA.Ruslan Bukin2016-01-242-0/+11
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* META MODE: Rework circular dependency guard for librtld_db/libproc.Bryan Drewery2015-11-252-3/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-3/+0
* Enable libproc symbol_lookup tests on arm64Ed Maste2015-08-311-9/+0
* Fix libproc on architectures that don't need the program counter to beAndrew Turner2015-08-241-1/+10
* On arm64 disable three tests that hang or panicEd Maste2015-08-171-0/+9
* Make libproc compilable on AArch64.Ruslan Bukin2015-07-012-12/+26
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+26
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-17/+89
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1912-363/+608
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-18/+21
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-088-44/+94
| |\ \ \
| * | | | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+1
| * | | | Merge headSimon J. Gerraty2014-04-2710-55/+117
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-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
| |\ \ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
* | | | | | | | | Fix underlinkingBaptiste Daroussin2015-05-191-0/+2
* | | | | | | | | Fix debug symbols loading in libproc: 0 is a valid file descriptor.Stanislav Sedov2015-03-131-1/+1