Source-Changes archive

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

CVS commit: [netbsd-4] src/sys/arch/shark/shark



Module Name:    src
Committed By:   liamjfoy
Date:           Mon Jul 30 12:33:01 UTC 2007

Modified Files:
        src/sys/arch/shark/shark [netbsd-4]: pccons.c

Log Message:
Pull up following revision(s) (requested by jmmv in ticket #800):
        sys/arch/shark/shark/pccons.c: revision 1.33
Replace usages of bcopy:
 - Use memmove to copy memory blocks that are likely to overlap.  Fixes
   some rendering problems in programs that use, for example, the
 "insert
   rows" feature.  This was reproducible with sysinst as explained
 here:
   http://mail-index.netbsd.org/tech-install/2007/07/29/0000.html
 - Use memcpy in situations where the blocks cannot overlap.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.27.2.1 src/sys/arch/shark/shark/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