Source-Changes archive

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

NetBSD master CVS tree commits



chuck
Fri Oct 24 11:20:25 PDT 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv25958

Modified Files:
        db_output.c 
Log Message:
kill db_ksprintn, db_printf_guts, kdbprintf, db_printf.
db_printf moves to kern/subr_prf.c and uses the new kprintf located there.


chuck
Fri Oct 24 11:26:37 PDT 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv26348

Modified Files:
        db_xxx.c 
Log Message:
fix printf formatting of "ps" (aka "show all proc") so that lines never
overflow (always hated that). 

replaced "/m" flag with:
        /a == show process address info
        /n == show normal process info [currently the default]
        /w == show process wait/emul info




Home | Main Index | Thread Index | Old Index