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
/
libmemstat
/
memstat_uma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2006.
rwatson
2006-02-11
1
-1
/
+1
*
The uma_zone data structure defines the size of its uz_cpu[] array as 1,
rwatson
2006-02-11
1
-2
/
+24
*
When reporting an error reading from UMA per-cpu cache pointers using KVM,
rwatson
2006-02-11
1
-4
/
+2
*
Read all_cpus variable out of kmem, and validate CPUs against the all_cpus
rwatson
2006-02-11
1
-0
/
+10
*
Correct a typo in the extraction of zone information from UMA using kmem:
rwatson
2006-02-11
1
-1
/
+1
*
Remove unnecessary and undesirable 'static' from function-local keg
rwatson
2006-01-16
1
-1
/
+1
*
Define LIBMEMSTAT so that vm_page.h won't perform a nested include of
rwatson
2005-08-04
1
-9
/
+1
*
Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine
rwatson
2005-08-01
1
-0
/
+213
*
Correct two libmemstat(3) bugs:
rwatson
2005-08-01
1
-2
/
+2
*
If a retrieved UMA zone is a secondary zone, don't report keg free items,
rwatson
2005-07-25
1
-1
/
+10
*
Introduce more formal error handling for libmemstat(3):
rwatson
2005-07-24
1
-29
/
+22
*
Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
rwatson
2005-07-23
1
-7
/
+2
*
UMA supports "secondary" zones, in which a second zone can be layered
rwatson
2005-07-20
1
-1
/
+2
*
Teach libmemstat(3) about UMA(9) failure statistics.
rwatson
2005-07-15
1
-0
/
+1
*
Re-spell wronge less wrongly as wrong.
rwatson
2005-07-15
1
-2
/
+2
*
Properly combine per-CPU UMA cache allocation and free counts with the
rwatson
2005-07-14
1
-4
/
+5
*
Add libmemstat(3), a library for use by debugging and monitoring
rwatson
2005-07-14
1
-0
/
+230