Module Name: src Committed By: msaitoh Date: Wed Apr 16 08:10:57 UTC 2014
Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1900. To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.3 diff -u src/doc/CHANGES-5.3:1.1.2.49 src/doc/CHANGES-5.3:1.1.2.50 --- src/doc/CHANGES-5.3:1.1.2.49 Wed Apr 16 06:57:34 2014 +++ src/doc/CHANGES-5.3 Wed Apr 16 08:10:57 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.3,v 1.1.2.49 2014/04/16 06:57:34 msaitoh Exp $ +# $NetBSD: CHANGES-5.3,v 1.1.2.50 2014/04/16 08:10:57 msaitoh Exp $ A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 release: @@ -720,3 +720,11 @@ sys/kern/kern_verifiedexec.c 1.132 Reorder code to avoid use-after-free on error. From Maxime Villard. [maxv, ticket #1899] + +sys/dev/wscons/mra.c 1.6 + + Fixes calibration in wscons through the MRA sub-system on + architectures where sizeof(int) != sizeof(long). This code + is typically used by drivers for touchscreen devices, + like uts(4). + [khorben, ticket #1900]