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: yamt
Date: Wed Feb 18 13:31:59 UTC 2009
Modified Files:
src/sys/ddb: db_command.c db_interface.h db_xxx.c
src/sys/kern: subr_vmem.c
src/sys/sys: vmem.h
Log Message:
- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.
- reimplement vmem sanity checks with less code duplication.
- reimplement ddb vmem-related commands in a more consistent ways.
remove automatic whatis.
To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 src/sys/ddb/db_command.c
cvs rdiff -r1.24 -r1.25 src/sys/ddb/db_interface.h
cvs rdiff -r1.55 -r1.56 src/sys/ddb/db_xxx.c
cvs rdiff -r1.54 -r1.55 src/sys/kern/subr_vmem.c
cvs rdiff -r1.11 -r1.12 src/sys/sys/vmem.h
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