3.1.6 news

This commit is contained in:
albert 2003-01-23 07:08:00 +00:00
parent 0a03eac352
commit 9c25e92bf0
2 changed files with 13 additions and 6 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
procps-3.1.5 --> procps-3.1.6
handle SPARC Linux badness
rare crash fixed
compile with gcc 2.91.xx again
more informative "ps --info"
procps-3.1.4 --> procps-3.1.5 procps-3.1.4 --> procps-3.1.5
ancient (2.x.xx era) data corruption fixed ancient (2.x.xx era) data corruption fixed

View File

@ -476,13 +476,13 @@ void vminfo(void){
static const vm_table_struct vm_table[] = { static const vm_table_struct vm_table[] = {
{"allocstall", &vm_allocstall}, {"allocstall", &vm_allocstall},
{"kswapd_steal", &vm_kswapd_steal}, {"kswapd_steal", &vm_kswapd_steal},
{"nr_dirty", &vm_nr_dirty}, {"nr_dirty", &vm_nr_dirty}, // page version of meminfo Dirty
{"nr_mapped", &vm_nr_mapped}, {"nr_mapped", &vm_nr_mapped}, // page version of meminfo Mapped
{"nr_page_table_pages", &vm_nr_page_table_pages}, {"nr_page_table_pages", &vm_nr_page_table_pages},// same as meminfo PageTables
{"nr_pagecache", &vm_nr_pagecache}, {"nr_pagecache", &vm_nr_pagecache},
{"nr_reverse_maps", &vm_nr_reverse_maps}, {"nr_reverse_maps", &vm_nr_reverse_maps}, // page version of meminfo ReverseMaps
{"nr_slab", &vm_nr_slab}, {"nr_slab", &vm_nr_slab}, // page version of meminfo Slab
{"nr_writeback", &vm_nr_writeback}, {"nr_writeback", &vm_nr_writeback}, // page version of meminfo Writeback
{"pageoutrun", &vm_pageoutrun}, {"pageoutrun", &vm_pageoutrun},
{"pgactivate", &vm_pgactivate}, {"pgactivate", &vm_pgactivate},
{"pgalloc", &vm_pgalloc}, {"pgalloc", &vm_pgalloc},