summaryrefslogtreecommitdiff
path: root/lib/libproc/tests/proc_test.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-05-12Re-enable proc_test:symbol_lookup after r360979.Mark Johnston
2020-03-11Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu
2018-07-27Detach from the child process before completing the test.Mark Johnston
2017-12-03Add an envp argument to proc_create().Mark Johnston
2017-12-01Eliminate the last user of basename_r() in the base system.Ed Schouten
2017-11-21Refine symtab sorting in libproc.Mark Johnston
2016-12-06libproc: Match prefixes when looking up mapped object by name.Mark Johnston
2015-08-31Enable libproc symbol_lookup tests on arm64Ed Maste
2015-08-17On arm64 disable three tests that hang or panicEd Maste
2015-01-25Ensure that we don't try to demangle a symbol name if we failed to lookMark Johnston
2014-10-03Hook up support for userland CTF support in DTrace. This required someMark Johnston
2014-09-21Add some ATF tests for libproc.Mark Johnston