Date: Sat, 14 Sep 1996 04:55:02 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ddb db_output.c src/sys/vm vm_extern.h vm_map.c vm_object.c vm_page.c Message-ID: <199609141155.EAA08287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/09/14 04:55:01 Modified: sys/ddb db_output.c sys/vm vm_extern.h vm_map.c vm_object.c vm_page.c Log: Attached vm ddb commands `show map', `show vmochk', `show object', `show vmopag', `show page' and `show pageq'. Moved all vm ddb stuff to the ends of the vm source files. Changed printf() to db_printf(), `indent' to db_indent, and iprintf() to db_iprintf() in ddb commands. Moved db_indent and db_iprintf() from vm to ddb. vm_page.c: Don't use __pure. Staticized. db_output.c: Reduced page width from 80 to 79 to inhibit double spacing for long lines (there are still some problems if words are printed across column 79). Revision Changes Path 1.19 +20 -3 src/sys/ddb/db_output.c 1.26 +1 -4 src/sys/vm/vm_extern.h 1.57 +27 -25 src/sys/vm/vm_map.c 1.81 +47 -38 src/sys/vm/vm_object.c 1.64 +38 -38 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609141155.EAA08287>