aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/proc_rtld.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r265255, r270506:Mark Johnston2014-08-271-0/+3
| | | | | | | | Allow "a.out" as an alias for the executable if no other matching entries are found. Notes: svn path=/stable/10/; revision=270731
* - Compute the correct size to reallocate when doubling the size of theJohn Baldwin2013-01-281-1/+2
| | | | | | | | | | | | array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leaking memory if the realloc() fails. PR: kern/175648 Submitted by: yuri@rawbw.com (1) MFC after: 1 week Notes: svn path=/head/; revision=246035
* Several fixes for libproc:Rui Paulo2010-08-111-3/+4
| | | | | | | | | | | o return the correct status in proc_wstatus() o proc_read takes a void * o correctly allocate the objs structure array Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=211184
* New version of libproc. Changes are:Rui Paulo2010-07-311-0/+79
* breakpoint setup support * register query * symbol to address mapping and vice-versa * more misc utility functions based on their Solaris counterpart Also, I've written some test cases. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=210688