aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* dtrace: remove dead code for PR_REQUESTEDEric van Gyzen2023-08-011-1/+1
* proc_detach: use ptrace(PT_KILL) to kill the traceeEric van Gyzen2023-08-011-8/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+1
* libproc: Trim a MIPS leftover.John Baldwin2023-03-291-1/+0
* Retire WITHOUT_CXX optionEd Maste2023-01-271-7/+1
* libproc: retire now-unused MIPS supportEd Maste2022-10-172-11/+0
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-2/+2
* libproc: replace home grown crc32 with zlib implementation.Xin LI2022-07-104-98/+9
* Remove the MK_LIBCPLUSPLUS optionAlex Richardson2021-02-011-3/+1
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* Remove -I flag for include path that doesn't existAlex Richardson2020-09-101-1/+0
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-253-4/+11
* 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
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+11
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-221-0/+1
* mips: Fix register target for SP setting in libprocJustin Hibbits2019-08-081-1/+1
* Be consistent about temporary variable use in adjacent loops.Brooks Davis2019-07-221-2/+3
* Remove an unneeded temporary variable in two functions.Brooks Davis2019-07-191-8/+3
* Detach from the child process before completing the test.Mark Johnston2018-07-271-6/+12
* Take the mapping's segment offset into account when resolving symbols.Mark Johnston2018-07-211-2/+4
* Disable optimization of the libproc test program.Mark Johnston2018-07-211-0/+1
* Use a global extern declaration to appease gcc.Mark Johnston2017-12-061-1/+2
* Add an envp argument to proc_create().Mark Johnston2017-12-034-17/+17
* Eliminate the last user of basename_r() in the base system.Ed Schouten2017-12-011-2/+4
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-268-0/+16
* Refine symtab sorting in libproc.Mark Johnston2017-11-213-30/+194
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Avoid keeping a dangling pointer when the mappings array is resized.Mark Johnston2017-09-063-3/+4
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | o Replace __riscv__ with __riscvRuslan Bukin2017-08-072-5/+5
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Ensure that the mappings table is populated in proc_objname().Mark Johnston2017-05-221-0/+3
* Add initializations missed in r315728.Mark Johnston2017-03-221-0/+3
* Avoid accessing an uninitialized variable when vfork() fails.Mark Johnston2017-03-221-9/+9
* Increase WARNS for libproc testsAlan Somers2017-03-111-0/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-3/+3
* 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-168/+161
* 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-221/+233