aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/procfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Add type definitions for prgregset_t and psaddr_t. Both are used byMarcel Moolenaar2004-06-251-0/+3
| | | | | | | the proc services API. The prfpregset_t type already existed. Notes: svn path=/head/; revision=131119
* Use explicit sizes for the prpsinfo command length string so thatPeter Wemm2001-08-161-1/+2
| | | | | | | | we dont have any more unexpected changes in core dumps. This gets us back to the original core dump layout from a few days ago. Notes: svn path=/head/; revision=81757
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Viola! The kernel now generates standard ELF core dumps for ELFJohn Polstra1998-09-141-0/+81
executables. Currently only data and stack are included in the core dumps. I am looking into adding the other (mmapped) writable segments as well. Notes: svn path=/head/; revision=39198