aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/proc_util.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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-121-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* libproc: Add support for some proc_attach() flags.Mark Johnston2016-12-061-4/+8
* libproc: Make proc_getpid() an accessor for struct proc_handle.Mark Johnston2016-12-061-20/+13
* Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston2016-12-061-5/+10
* libproc: Add proc_getmodel().Mark Johnston2016-07-301-0/+10
* If the traced process stops because it received a signal, libproc needsMark Johnston2014-05-041-9/+15
* Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston2013-10-291-2/+1
* Fix the build with gcc.Mark Johnston2013-10-281-1/+2
* Clean up the debug printing in libproc a bit. In particular:Mark Johnston2013-10-271-1/+1
* Ignore EINTR when calling waitpid.Rui Paulo2010-09-181-1/+2
* Several fixes for libproc:Rui Paulo2010-08-111-4/+7
* New version of libproc. Changes are:Rui Paulo2010-07-311-26/+113
* Add a process library with some stubs that the DTrace client needs.John Birrell2008-05-221-0/+133