NetBSD-Bugs archive

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

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



The following reply was made to PR port-arc/36703; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/36703 CVS commit: src/sys/arch/arc/dev
Date: Sat, 13 Sep 2008 17:13:57 +0000 (UTC)

 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