Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | where a man page has multiple links, only reference that page | Jason McIntyre | |
once in SEE ALSO; also prefer Xr to Fn where relevant; diff started by Martin Pelikan | |||
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat | |
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. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt | |
2004-09-14 | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | Theo de Raadt | |
int instead of int; millert ok | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski | |
open any files, just return an kvm handle that we can use to some of the functions. | |||
2000-03-04 | Various cleanups and mdoc'ing. | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1998-08-24 | mention _PATH_KSYMS | Todd C. Miller | |
1996-05-05 | sync with 0430 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |