CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/21 15:18:00
Modified files:
lib/libkvm : kvm.c kvm_open.3 kvm_proc.c
Log message:
All operation on live kernels uses sysctl interface, there is no reason to
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.
