aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_getswapinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-0/+6
* Remove trailing whitespace.John Baldwin2015-11-261-3/+3
* libkvm code janitoringUlrich Spörlein2011-01-231-30/+14
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.John Baldwin2007-02-071-5/+94
* Expand the license referenced indirectly inline.Warner Losh2004-07-311-3/+20
* Remove various unused variables, prototypes and local variables.Poul-Henning Kamp2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelPoul-Henning Kamp2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofPoul-Henning Kamp2003-07-311-190/+0
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.Poul-Henning Kamp2003-07-311-79/+0
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftMatthew Dillon2003-01-111-2/+2
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.Poul-Henning Kamp2003-01-031-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Implement __FBSDID()Matthew Dillon2001-09-161-10/+2
* Change this to support the new way swap device information is exportedThomas Moestl2001-06-011-77/+66
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swapRobert Watson2001-02-231-60/+254
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* remove unneded sys/ucred.h includeAlfred Perlstein2000-11-301-1/+0
* Remove unneeded #includeJonathan Lemon2000-04-161-1/+0
* -Wall, which caught a real bug where buflen wasn't being set properly.David E. O'Brien2000-03-271-8/+4
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-1/+0
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-88/+9
* From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:Dmitrij Tejblum1999-02-141-3/+6
* Handle case where no swap is configuredMatthew Dillon1999-02-061-3/+10
* Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans1999-01-271-6/+8
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing theMatthew Dillon1999-01-251-4/+4
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.Matthew Dillon1999-01-221-2/+3
* Implement kvm_getswapinfo() libkvm function. Will be used byMatthew Dillon1999-01-221-0/+486