git: vkernel - Fix tty panic

2018-11-02 Thread Matthew Dillon
commit d709dbd65baeadb614dc2896b69e5c0dedb873d9 Author: Matthew Dillon Date: Fri Nov 2 17:25:35 2018 -0700 vkernel - Fix tty panic * Fix messed up gettoken/reltoken sequence for the vkernel, bug was introduced in recent tty work. Reported-by: tuxillo Summary of

git: Sync ACPICA with Intel's version 20181031.

2018-11-02 Thread Sascha Wildner
commit 6721db86867c05bc18f9eba82312fd9e5891ec1e Author: Sascha Wildner Date: Fri Nov 2 09:58:43 2018 +0100 Sync ACPICA with Intel's version 20181031. * Fix an Operation Region regression, fixing accurate checking for region conflicts. * Add support for 2-byte

git: Sync zoneinfo database with tzdata2018g from ftp://ftp.iana.org/tz/releases

2018-11-02 Thread Sascha Wildner
commit 8214c36fc68100f18f039573107cf7381ae4b0ed Author: Sascha Wildner Date: Fri Nov 2 09:04:13 2018 +0100 Sync zoneinfo database with tzdata2018g from ftp://ftp.iana.org/tz/releases * Morocco switched to permanent +01 on 2018-10-27. * Change HDT to HWT/HPT for WWII-era

git: DragonFly_RELEASE_5_2 Sync zoneinfo database with tzdata2018g from ftp://ftp.iana.org/tz/releases

2018-11-02 Thread Sascha Wildner
commit 24ed9b3be507f1a847c99287d61ca4af0a9c7536 Author: Sascha Wildner Date: Fri Nov 2 09:04:13 2018 +0100 Sync zoneinfo database with tzdata2018g from ftp://ftp.iana.org/tz/releases * Morocco switched to permanent +01 on 2018-10-27. * Change HDT to HWT/HPT for WWII-era

git: libc/vis: Use thread-safe mbrtoc() and wcrtomb().

2018-11-02 Thread Sascha Wildner
commit daf90b11430b53e3139c2fabf012ff3e4b58be87 Author: Sascha Wildner Date: Fri Nov 2 17:26:59 2018 +0100 libc/vis: Use thread-safe mbrtoc() and wcrtomb(). Taken-from: FreeBSD Summary of changes: lib/libc/gen/vis.c | 12 +--- 1 file changed, 9 insertions(+), 3

git: dmesg(8): Allow seeing backslashes in dmesg output.

2018-11-02 Thread Sascha Wildner
commit d5fa30b5da29f5d6a8a2282c39c8bca7297b7b6b Author: Sascha Wildner Date: Fri Nov 2 17:28:53 2018 +0100 dmesg(8): Allow seeing backslashes in dmesg output. This caused confusion already in ACPICA bug reports with pathnames containing backslashes. Taken-from:

git: DragonFly_RELEASE_5_2 dmesg(8): Allow seeing backslashes in dmesg output.

2018-11-02 Thread Sascha Wildner
commit 2a3992758f1032b8c7772dd79d282f5740495261 Author: Sascha Wildner Date: Fri Nov 2 17:28:53 2018 +0100 dmesg(8): Allow seeing backslashes in dmesg output. This caused confusion already in ACPICA bug reports with pathnames containing backslashes. Taken-from: