Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   jhawk
Date:           Tue Jun  6 05:06:26 UTC 2000

Modified Files:
        syssrc/sys/ddb: db_command.c db_lex.c db_lex.h db_print.c db_sym.c
            db_write_cmd.c

Log Message:
Stop using DDB-specific "%n" kprintf() format specifier. This was
important as db_sym() can be called through printf() rather than
db_printf(), causing a trap as the standard %n usage is invoked.

The DDB-specific %n code should disappear from subr_prf.c soon...


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/ddb/db_command.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/ddb/db_lex.c syssrc/sys/ddb/db_lex.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/ddb/db_print.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/ddb/db_sym.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/ddb/db_write_cmd.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