summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_getswapinfo.c
Commit message (Expand)AuthorAgeFilesLines
* libkvm code janitoringuqs2011-01-231-30/+14
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-071-5/+94
* Expand the license referenced indirectly inline.imp2004-07-311-3/+20
* Remove various unused variables, prototypes and local variables.phk2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelphk2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofphk2003-07-311-190/+0
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.phk2003-07-311-79/+0
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-111-2/+2
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
* Implement __FBSDID()dillon2001-09-161-10/+2
* Change this to support the new way swap device information is exportedtmm2001-06-011-77/+66
* Compensate for header dethreading.markm2001-05-011-0/+2
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swaprwatson2001-02-231-60/+254
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* remove unneded sys/ucred.h includealfred2000-11-301-1/+0
* Remove unneeded #includejlemon2000-04-161-1/+0
* -Wall, which caught a real bug where buflen wasn't being set properly.obrien2000-03-271-8/+4
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-12-271-1/+0
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-111-88/+9
* From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:dt1999-02-141-3/+6
* Handle case where no swap is configureddillon1999-02-061-3/+10
* Removed evil typedef kvm_swap_t and all uses of it (not many).bde1999-01-271-6/+8
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing thedillon1999-01-251-4/+4
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.dillon1999-01-221-2/+3
* Implement kvm_getswapinfo() libkvm function. Will be used bydillon1999-01-221-0/+486
OpenPOWER on IntegriCloud