summaryrefslogtreecommitdiff
path: root/lib/libproc/proc_util.c
AgeCommit message (Expand)Author
2025-06-11Fix proc_signame() to use sig2str()Ricardo Branco
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
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
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-12-06libproc: Add support for some proc_attach() flags.Mark Johnston
2016-12-06libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston
2016-12-06Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston
2016-07-30libproc: Add proc_getmodel().Mark Johnston
2014-05-04If the traced process stops because it received a signal, libproc needsMark Johnston
2013-10-29Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston
2013-10-28Fix the build with gcc.Mark Johnston
2013-10-27Clean up the debug printing in libproc a bit. In particular:Mark Johnston
2010-09-18Ignore EINTR when calling waitpid.Rui Paulo
2010-08-11Several fixes for libproc:Rui Paulo
2010-07-31New version of libproc. Changes are:Rui Paulo
2008-05-22Add a process library with some stubs that the DTrace client needs.John Birrell