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
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