summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_getfiles.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ERRORS section (requested by bluhm@). While there, move start ofzhuk2016-05-041-4/+19
| | | | RETURN VALUES section upper, where it belongs more.
* no more systracetedu2016-04-251-4/+2
|
* sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredguenther2015-02-111-3/+24
| | | | | | | the extra argument to be zero; instead, make it filter on the file type (DTYPE_*) when non-zero to make claudio's netstat work easier. ok claudio@
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-46/+19
| | | | | | | | | | - convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@
* KERN_PROC_BYPID --> KERN_FILE_BYPIDguenther2013-08-031-3/+3
| | | | pointed out by Dominique Laigle (dlaigle (at) gmail.com)
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-5/+5
|
* where a man page has multiple links, only reference that pagejmc2011-08-181-6/+3
| | | | | | once in SEE ALSO; also prefer Xr to Fn where relevant; diff started by Martin Pelikan
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-2/+58
| | | | back on kmem grovelling for non-live kernels. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-021-3/+3
|
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* Various cleanups and mdoc'ing.aaron2000-03-041-5/+5
|
* update header requirements; bdederaadt2000-01-051-1/+2
|
* remove redundant .Pp macrosaaron1999-07-021-3/+4
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-5/+5
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* there is no <sys/kinfo.h>kstailey1998-08-061-2/+1
|
* sync with 0430deraadt1996-05-051-0/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+86