Source-Changes archive

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

CVS commit: src/sys/arch/arc/dev



Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep 13 17:13:57 UTC 2008

Modified Files:
        src/sys/arch/arc/dev: pccons.c

Log Message:
- use memmove(9) for possible overlapped screen copies, per PR port-arc/36703
- replace bcopy(9) with memcpy(9) where no overlap
- fix a typo in comment
Tested by using sysinst with pccons(4) on gxemul.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/arch/arc/dev/pccons.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