Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The swapfile argument is also const char *. | 2015-04-04 | 1 | -4/+4 | |
| | | | | | | Found a while ago when porting cpulimit. ok deraadt@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -5/+5 | |
| | |||||
* | some Bx/Ox conversion; | 2013-08-14 | 1 | -4/+8 | |
| | | | | From: Jan Stary | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -4/+4 | |
| | |||||
* | where a man page has multiple links, only reference that page | 2011-08-18 | 1 | -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 to | 2009-01-21 | 1 | -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; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | kvm_openfiles() should take int flag, not unsigned | 2006-03-31 | 1 | -2/+2 | |
| | |||||
* | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | 2004-09-14 | 1 | -2/+2 | |
| | | | | int instead of int; millert ok | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 1 | -5/+5 | |
| | |||||
* | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | 2002-06-08 | 1 | -1/+5 | |
| | | | | | open any files, just return an kvm handle that we can use to some of the functions. | ||||
* | Various cleanups and mdoc'ing. | 2000-03-04 | 1 | -17/+29 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -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 knows | 1999-07-07 | 1 | -2/+2 | |
| | | | | it's not supposed to be a hyphen/dash | ||||
* | mention _PATH_KSYMS | 1998-08-24 | 1 | -2/+5 | |
| | |||||
* | sync with 0430 | 1996-05-05 | 1 | -0/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+186 | |