svn commit: r271897 - stable/9/sys/dev/usb/serial

2014-09-20 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 20 08:01:50 2014 New Revision: 271897 URL: http://svnweb.freebsd.org/changeset/base/271897 Log: MFC r271492: Workaround for receiving Voice Calls using the E1750 dongle from Huawei. It might appear as if the firmware is allocating memory blocks according to t

svn commit: r271902 - stable/9/usr.bin/pathchk

2014-09-20 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 20 12:59:28 2014 New Revision: 271902 URL: http://svnweb.freebsd.org/changeset/base/271902 Log: MFC r256800: pathchk: Ensure bytes >= 128 are considered non-portable characters. This was not broken on architectures such as ARM where char is unsigned. Also