Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/22/2000 07:49:12
Module Name:	doc
Committed By:	jhawk
Date:		Mon May 22 14:49:12 UTC 2000

Modified Files:
	doc: CHANGES
	sharesrc/share/man/man4: ddb.4
	syssrc/sys/ddb: db_aout.c db_command.c db_command.h db_elf.c db_sym.c
	    db_sym.h

Log Message:
Add a "sifting" command to ddb (named from the Sun OpenPROM command of
the same name); it searches the symbol table(s) for all symbols matching
a given substring, and prints.

Extremely useful for when you forget that critical symbol name.

Also, with /F support (cf. "ls -F") to print a char indicating the
symbol type.


To generate a diff of this commit:
cvs rdiff -r1.1908 -r1.1909 doc/CHANGES
cvs rdiff -r1.45 -r1.46 sharesrc/share/man/man4/ddb.4
cvs rdiff -r1.27 -r1.28 syssrc/sys/ddb/db_aout.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/ddb/db_command.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/ddb/db_command.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/ddb/db_elf.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/ddb/db_sym.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/ddb/db_sym.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.