summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_getprocs.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC r315595,r315601,r315603,r315647:ngie2017-03-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 r315601: kvm_open2(3): remove '*' when describing addr argument for `resolver` As noted by vangyzen, with a similar issue in D10022, the pointer portion of the .Fa macro call is unnecessary, so remove the '*'. 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 r315647: Handle kd == NULL gracefully with kvm_close(3) Don't segfault in kvm_close(3) if provided a NULL pointer. Instead, return -1 and set errno to EINVAL. Document this new behavior explicitly.
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).trociny2011-11-221-8/+1
| | | | MFC after: 2 weeks
* Remove the advertising clause. UCB did this some time ago, but theseimp2007-01-081-4/+0
| | | | | | files were never updated to reflect that. MFC After: 2 days
* Sort sections.ru2005-01-201-9/+9
|
* Document the fact that kvm_getenvv(3) requires procfs to be mountedcsjp2004-11-131-0/+7
| | | | | | on /proc in order to operate correctly. Reviewed by: simon@, wes@
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+10
|
* Markup, grammar, punctuation.ru2004-07-011-14/+14
|
* Update man page to reflect additional flag to allow selection of threads.deischen2004-02-221-0/+3
|
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.tjr2003-09-271-2/+4
|
* Add sys/user.h to the list of includes. Without it you lack a definition oftrhodes2003-04-261-0/+1
| | | | | | 'struct kinfo_proc' for calls to kvm_getargv() and kvm_getenvv(). PR: 51322
* The .Fn functioncharnier2003-03-241-4/+7
| | | | The .Fa argument
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Remove whitespace at EOL.dd2001-07-151-10/+10
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
|
* Introduce .Lb macro to libkvm manpages.phantom2000-04-221-0/+2
| | | | Use .Pa macro for "enlighting" path
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* 41 headers must be implicitly included and one more (<sys/param.h>) mustbde1995-06-251-1/+2
| | | | be explicitly included before kvm_getprocs() can be used.
* Update the man page for kvm_getprocs.3 to reflect our sysctl-basedjoerg1995-06-241-9/+9
| | | | | | kvm mechanism. Submitted by: (Vic Abell) <abe@cc.purdue.edu>
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+163
OpenPOWER on IntegriCloud