aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/procfs.h
Commit message (Expand)AuthorAgeFilesLines
* 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