Source-Changes archive

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

CVS commit: syssrc/sys/dev



Module Name:    syssrc
Committed By:   tsutsui
Date:           Sun Jan 13 19:28:09 UTC 2002

Modified Files:
        syssrc/sys/dev: ccd.c md.c midisyn.c sequencer.c vnd.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.74 -r1.75 syssrc/sys/dev/ccd.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/md.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/midisyn.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/sequencer.c
cvs rdiff -r1.76 -r1.77 syssrc/sys/dev/vnd.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