summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_open.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The swapfile argument is also const char *.jca2015-04-041-4/+4
| | | | | | Found a while ago when porting cpulimit. ok deraadt@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-5/+5
|
* some Bx/Ox conversion;jmc2013-08-141-4/+8
| | | | From: Jan Stary
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
|
* 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
* All operation on live kernels uses sysctl interface, there is no reason tomiod2009-01-211-6/+3
| | | | | | access the swap area. Change kvm_open() to no longer require a swap area, and to not consider failure to open() it as fatal. Post-mortem analysis would need an image of the swap area at the time of the crash, anyway.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* kvm_openfiles() should take int flag, not unsignedderaadt2006-03-311-2/+2
|
* KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt2004-09-141-2/+2
| | | | int instead of int; millert ok
* 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-5/+5
|
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-081-1/+5
| | | | | open any files, just return an kvm handle that we can use to some of the functions.
* Various cleanups and mdoc'ing.aaron2000-03-041-17/+29
|
* - remove all trailing whitespaceaaron1999-07-091-11/+11
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-2/+2
| | | | it's not supposed to be a hyphen/dash
* mention _PATH_KSYMSmillert1998-08-241-2/+5
|
* sync with 0430deraadt1996-05-051-0/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+186