History log of /openbsd-src/lib/libkvm/kvm_getfiles.3 (Results 1 – 19 of 19)
Revision Date Author Comments
# 871d93bc 04-May-2016 zhuk <zhuk@openbsd.org>

Add ERRORS section (requested by bluhm@). While there, move start of
RETURN VALUES section upper, where it belongs more.


# 2c40d165 25-Apr-2016 tedu <tedu@openbsd.org>

no more systrace


# 4aba674d 11-Feb-2015 guenther <guenther@openbsd.org>

sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required
the extra argument to be zero; instead, make it filter on the file
type (DTYPE_*) when non-zero to make claudio's netstat work easi

sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required
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@

show more ...


# cef0bbe1 22-Oct-2013 guenther <guenther@openbsd.org>

- add UNIX-domain socket info to struct kinfo_file2
- convert netstat from kvm_getfiles() to kvm_getfile2() using that
- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major)
-

- add UNIX-domain socket info to struct kinfo_file2
- 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@

show more ...


# e79425c8 03-Aug-2013 guenther <guenther@openbsd.org>

KERN_PROC_BYPID --> KERN_FILE_BYPID

pointed out by Dominique Laigle (dlaigle (at) gmail.com)


# 86f9d4cd 05-Jun-2013 tedu <tedu@openbsd.org>

use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze


# 376bc393 18-Aug-2011 jmc <jmc@openbsd.org>

where a man page has multiple links, only reference that page
once in SEE ALSO; also prefer Xr to Fn where relevant;

diff started by Martin Pelikan


# 9dc8fca8 07-Jun-2009 millert <millert@openbsd.org>

Add kvm_getfile2 which uses KERN_FILE2 when possible, falling
back on kmem grovelling for non-live kernels. OK deraadt@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# cdafad35 02-Jun-2003 jmc <jmc@openbsd.org>

section reorder;


# f885a527 15-Apr-2000 aaron <aaron@openbsd.org>

Mostly punctuation fixes.


# 2bb07095 04-Mar-2000 aaron <aaron@openbsd.org>

Various cleanups and mdoc'ing.


# 71018e31 05-Jan-2000 deraadt <deraadt@openbsd.org>

update header requirements; bde


# 02ecd0d2 02-Jul-1999 aaron <aaron@openbsd.org>

remove redundant .Pp macros


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 81c22542 06-Aug-1998 kstailey <kstailey@openbsd.org>

there is no <sys/kinfo.h>


# 15f0ebb0 05-May-1996 deraadt <deraadt@openbsd.org>

sync with 0430


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree