History log of /freebsd-10-stable/lib/libkvm/kvm_getprocs.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 316040 27-Mar-2017 ngie

MFC r315595,r315603:

r315595:

Remove a commented out line before kvm_getprocs(3)

The commented out return value for kvm_getprocs(3) was misleading -- the
uncommented line is correct.

No content change

r315603:

kvm_close(3): return `error` instead of blindly returning `0`

`error` is the accumulated error from previous close(2) calls.

This bug has been present since the libcall's import from 4.4BSD
Lite (r1573).

Noticed by: vangyzen (D10022)
Relnotes: yes


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 227839 22-Nov-2011 trociny

Now kvm_getenvv() and kvm_getargv() don't need procfs(5).

MFC after: 2 weeks


# 165888 08-Jan-2007 imp

Remove the advertising clause. UCB did this some time ago, but these
files were never updated to reflect that.

MFC After: 2 days


# 140505 20-Jan-2005 ru

Sort sections.


# 137661 13-Nov-2004 csjp

Document the fact that kvm_getenvv(3) requires procfs to be mounted
on /proc in order to operate correctly.

Reviewed by: simon@, wes@


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 131421 01-Jul-2004 ru

Markup, grammar, punctuation.


# 126128 22-Feb-2004 deischen

Update man page to reflect additional flag to allow selection of threads.


# 120501 27-Sep-2003 tjr

Document KERN_PROC_PROC, update KERN_PROC_ALL description.


# 114064 26-Apr-2003 trhodes

Add sys/user.h to the list of includes. Without it you lack a definition of
'struct kinfo_proc' for calls to kvm_getargv() and kvm_getenvv().

PR: 51322


# 112539 24-Mar-2003 charnier

The .Fn function
The .Fa argument


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 68575 10-Nov-2000 ru

Avoid use of direct troff requests in mdoc(7) manual pages.


# 59510 22-Apr-2000 phantom

Introduce .Lb macro to libkvm manpages.
Use .Pa macro for "enlighting" path


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 9303 25-Jun-1995 bde

41 headers must be implicitly included and one more (<sys/param.h>) must
be explicitly included before kvm_getprocs() can be used.


# 9302 24-Jun-1995 joerg

Update the man page for kvm_getprocs.3 to reflect our sysctl-based
kvm mechanism.

Submitted by: (Vic Abell) <abe@cc.purdue.edu>


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources