index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm_getswapinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libkvm code janitoring
uqs
2011-01-23
1
-30
/
+14
*
- Move 'struct swdevt' back into swap_pager.h and expose it to userland.
jhb
2007-02-07
1
-5
/
+94
*
Expand the license referenced indirectly inline.
imp
2004-07-31
1
-3
/
+20
*
Remove various unused variables, prototypes and local variables.
phk
2003-07-31
1
-25
/
+0
*
Disable and lobotomize the kvm image reading swapinfo code, the kernel
phk
2003-07-31
1
-125
/
+1
*
Retire the SWIF_DUMP_TREE code, this is in the way for a rework of
phk
2003-07-31
1
-190
/
+0
*
Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.
phk
2003-07-31
1
-79
/
+0
*
Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft
dillon
2003-01-11
1
-2
/
+2
*
Make struct swblock kernel only, to make vm/swap_pager.h userland includable.
phk
2003-01-03
1
-1
/
+1
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Implement __FBSDID()
dillon
2001-09-16
1
-10
/
+2
*
Change this to support the new way swap device information is exported
tmm
2001-06-01
1
-77
/
+66
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Adapt libkvm_getswapinfo() to make use of recently committed vm and swap
rwatson
2001-02-23
1
-60
/
+254
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
remove unneded sys/ucred.h include
alfred
2000-11-30
1
-1
/
+0
*
Remove unneeded #include
jlemon
2000-04-16
1
-1
/
+0
*
-Wall, which caught a real bug where buflen wasn't being set properly.
obrien
2000-03-27
1
-8
/
+4
*
Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling
peter
1999-12-27
1
-1
/
+0
*
Report swapdevices as cdevs rather than bdevs.
phk
1999-11-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Tidy up references to <sys/rlist.h> and support for the old swap management
peter
1999-05-11
1
-88
/
+9
*
From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:
dt
1999-02-14
1
-3
/
+6
*
Handle case where no swap is configured
dillon
1999-02-06
1
-3
/
+10
*
Removed evil typedef kvm_swap_t and all uses of it (not many).
bde
1999-01-27
1
-6
/
+8
*
Fix swap radix tree dump formatting ( pstat -ss ), it was printing the
dillon
1999-01-25
1
-4
/
+4
*
Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.
dillon
1999-01-22
1
-2
/
+3
*
Implement kvm_getswapinfo() libkvm function. Will be used by
dillon
1999-01-22
1
-0
/
+486