rwatson 2006-02-14 03:38:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.17 from HEAD to RELENG_6:
Update copyright for 2006.
Approved by:re (scottl)
Revision ChangesPa
rwatson 2006-02-14 03:37:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.16 from HEAD to RELENG_6:
The uma_zone data structure defines the size of its uz_cpu[] array as 1,
but then si
rwatson 2006-02-14 03:36:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.15 from HEAD to RELENG_6:
When reporting an error reading from UMA per-cpu cache pointers using KVM,
return a
rwatson 2006-02-14 03:35:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.14 from HEAD to RELENG_6:
Read all_cpus variable out of kmem, and validate CPUs against the all_cpus
cpu mask
rwatson 2006-02-14 03:33:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.13 from HEAD to RELENG_6:
Correct a typo in the extraction of zone information from UMA using kmem:
bytes = al
rwatson 2006-02-14 00:07:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.12 from HEAD to RELENG_6:
Remove unnecessary and undesirable 'static' from function-local keg
list, which coul
rwatson 2006-02-11 19:21:39 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
Update copyright for 2006.
MFC after: 3 days
Revision ChangesPath
1.17 +1 -1 src/lib/libmemstat/memstat_uma.c
___
rwatson 2006-02-11 19:19:29 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
The uma_zone data structure defines the size of its uz_cpu[] array as 1,
but then sizes the containing data structure at run-time to make room
for per-cpu cache data
rwatson 2006-02-11 18:55:04 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
When reporting an error reading from UMA per-cpu cache pointers using KVM,
return a KVM error rather than an out of memory error, so that the caller
reports the KVM
rwatson 2006-02-11 18:44:37 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
Read all_cpus variable out of kmem, and validate CPUs against the all_cpus
cpu mask before looking at the cache entries for the CPU. For systems
with sparse CPU id
rwatson 2006-02-11 16:54:00 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
Correct a typo in the extraction of zone information from UMA using kmem:
bytes = allocated - freed, not bytes = allocated = freed.
MFC after: 3 days
Re
rwatson 2006-01-16 00:37:20 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
Remove unnecessary and undesirable 'static' from function-local keg
list, which could cause problems for multi-threaded applications
using libmemstat to monitor UMA
12 matches
Mail list logo