aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/procfs.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Include process IDs in core dumps.John Baldwin2016-07-181-2/+7
* Remove THRMISC_VERSION. The thrmisc structure doesn't include a versionJohn Baldwin2015-04-161-2/+0
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-0/+25
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+7
* Widen psaddr_t from uintptr_t to uint64_t. This results in anMarcel Moolenaar2008-09-141-1/+1
* Change the type of psaddr_t from void* to uintptr_t. A pointerMarcel Moolenaar2008-07-301-1/+1
* type prgregset_t really should be an array. this is odd, however, otherDavid Xu2004-07-151-1/+1
* Add type definitions for prgregset_t and psaddr_t. Both are used byMarcel Moolenaar2004-06-251-0/+3
* Use explicit sizes for the prpsinfo command length string so thatPeter Wemm2001-08-161-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Viola! The kernel now generates standard ELF core dumps for ELFJohn Polstra1998-09-141-0/+81