Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: bjh21
Date: Sun Feb 19 18:52:29 UTC 2006
Modified Files:
src/sys/ddb: db_command.c
src/sys/uvm: uvm_ddb.h uvm_map.c
Log Message:
Add a "show all pages" command to DDB which prints one line per physical
page in the system. Useful for getting some idea where all your memory's
gone, at least on a sufficiently small system.
To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/ddb/db_command.c
cvs rdiff -r1.9 -r1.10 src/sys/uvm/uvm_ddb.h
cvs rdiff -r1.212 -r1.213 src/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index