summaryrefslogtreecommitdiff
path: root/lib/libproc
AgeCommit message (Expand)Author
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-17zfs: unbreak gcc builds after openzfs/zfs@e63d026b9Martin Matuska
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-06-11Fix proc_signame() to use sig2str()Ricardo Branco
2025-06-11Remove definition of SIG2STR_MAX from libproc.hRicardo Branco
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13Prepare some build fixes in advance of more _FORTIFY_SOURCEKyle Evans
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-01dtrace: remove dead code for PR_REQUESTEDEric van Gyzen
2023-08-01proc_detach: use ptrace(PT_KILL) to kill the traceeEric van Gyzen
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-29libproc: Trim a MIPS leftover.John Baldwin
2023-01-26Retire WITHOUT_CXX optionEd Maste
2022-10-17libproc: retire now-unused MIPS supportEd Maste
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-07-10libproc: replace home grown crc32 with zlib implementation.Xin LI
2021-02-01Remove the MK_LIBCPLUSPLUS optionAlex Richardson
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-09-10Remove -I flag for include path that doesn't existAlex Richardson
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-05-12Re-enable proc_test:symbol_lookup after r360979.Mark Johnston
2020-03-11Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2019-08-22mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans
2019-08-08mips: Fix register target for SP setting in libprocJustin Hibbits
2019-07-22Be consistent about temporary variable use in adjacent loops.Brooks Davis
2019-07-19Remove an unneeded temporary variable in two functions.Brooks Davis
2018-07-27Detach from the child process before completing the test.Mark Johnston
2018-07-21Take the mapping's segment offset into account when resolving symbols.Mark Johnston
2018-07-21Disable optimization of the libproc test program.Mark Johnston
2017-12-06Use a global extern declaration to appease gcc.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-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-21Refine symtab sorting in libproc.Mark Johnston
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-06Avoid keeping a dangling pointer when the mappings array is resized.Mark Johnston
2017-08-14Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-05-22Ensure that the mappings table is populated in proc_objname().Mark Johnston
2017-03-22Add initializations missed in r315728.Mark Johnston