Source-Changes archive

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

CVS commit: syssrc/sys/dev/wscons



Module Name:    syssrc
Committed By:   tsutsui
Date:           Sat Jan 12 16:41:03 UTC 2002

Modified Files:
        syssrc/sys/dev/wscons: wsemul_vt100.c wsevent.c wskbd.c wsmux.c

Log Message:
Call malloc(9) with M_ZERO flag instead of memset() after malloc().


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/wscons/wsemul_vt100.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/wscons/wsevent.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/dev/wscons/wskbd.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/wscons/wsmux.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