aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/tests/proc_test.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Re-enable proc_test:symbol_lookup after r360979.Mark Johnston2020-05-121-3/+0
* Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu2020-03-111-0/+3
* Detach from the child process before completing the test.Mark Johnston2018-07-271-6/+12
* Add an envp argument to proc_create().Mark Johnston2017-12-031-1/+1
* Eliminate the last user of basename_r() in the base system.Ed Schouten2017-12-011-2/+4
* Refine symtab sorting in libproc.Mark Johnston2017-11-211-1/+91
* libproc: Match prefixes when looking up mapped object by name.Mark Johnston2016-12-061-22/+19
* Enable libproc symbol_lookup tests on arm64Ed Maste2015-08-311-9/+0
* On arm64 disable three tests that hang or panicEd Maste2015-08-171-0/+9
* Ensure that we don't try to demangle a symbol name if we failed to lookMark Johnston2015-01-251-1/+39
* Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-031-4/+6
* Add some ATF tests for libproc.Mark Johnston2014-09-211-0/+347