New stable version: HardenedBSD-stable 10-STABLE v46.3

HardenedBSD-10-STABLE-v46.3

https://github.com/HardenedBSD/hardenedBSD-stable/releases/tag/HardenedB...
http://installer.hardenedbsd.org/pub/HardenedBSD/releases/amd64/amd64/IS...
https://www.freebsd.org/security/advisories/FreeBSD-SA-16:24.ntp.asc

This release is an NTPd secuirty update.

Oliver Pinter + (6):
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master
Merge branch 'freebsd/10-stable/master' into hardened/10-stable/master

ache (1):
For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point to the character after the one this conversion stopped at.

asomers (3):
MFC r298483, r298744, r299085, r299087, and r300747 to usr.sbin/extattr
Add missing file from r301145
MFC r299121

cy (1):
MFC r300180:

delphij (1):
MFC r301247: MFV r301238:

hselasky (2):
MFC r299060: Extend the UQ_NO_STRINGS quirk to also cover the USB language string descriptor. This fixes enumeration of some older Samsung Galaxy S3 phones.
MFC r300667: Check for signals when locking the USB enumeration thread from userspace, so that USB applications can be killed if an enumeration thread should be stuck for various reasons.

kib (5):
MFC r300596: In vm_page_alloc_contig(), on vm_page_insert() failure, mark each freed page as VPO_UNMANAGED. Otherwise vm_pge_free_toq() insists on owning the page lock.
MFC r300622: In vm_page_cache(), only drop the vnode after radix insert failure for empty page cache when the object type is OBJT_VNODE.
MFC r300142: Ensure that ftruncate(2) is performed synchronously when file is opened in O_SYNC mode, at least for UFS.
MFC r300756: Style.
MFC r300758: Prevent parallel object collapses.

n_hibma (1):
MFC 300670 (slightly adapted for 10-STABLE):

pfg (2):
MFC r300304: gas/config/tc-arm.c: Minor re-sorting to match upstream history.
MFC r300322, 300340: ed(1): Cleanups for the DES mode.

rmacklem (1):
MFC: r300169 If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted on a fuse mounted file system, it will crash. Although it may be possible to make this work correctly, this patch avoids the crash in the meantime. I removed the MPASS(), since panicing for the FIFO case didn't make a lot of sense when it returns an error for the others.

truckman (18):
MFC r300442
MFC r300632
MFC r300633
MFC r300635
MFC r300636
MFC r300642
MFC r300643
MFC r300648
MFC r300649
MFC r300660
MFC r300662
MFC r300664
MFC r300665
MFC r300666
MFC r300692
MFC r300706
MFC r300705 (compensating for fortune moving from games to usr.bin)
MFC r266941, r266955