svn commit: r288209 - stable/10/usr.sbin/ctld

2015-09-24 Thread Josh Paetzel
Author: jpaetzel Date: Fri Sep 25 03:54:10 2015 New Revision: 288209 URL: https://svnweb.freebsd.org/changeset/base/288209 Log: MFC 288208 Fix typo. Sponsored by: iXsystems Modified: stable/10/usr.sbin/ctld/ctld.c Directory Properties: stable/10/ (props changed) Modified: stabl

svn commit: r288205 - stable/10/usr.sbin/gstat

2015-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 25 01:17:24 2015 New Revision: 288205 URL: https://svnweb.freebsd.org/changeset/base/288205 Log: MFC r287650: Use strlcpy() in favor of strncpy() as it's defined to have a nul character at the end of string buffer, and the code context do expects this to beha

svn commit: r288202 - stable/10/usr.bin/ar

2015-09-24 Thread Ed Maste
Author: emaste Date: Fri Sep 25 00:23:36 2015 New Revision: 288202 URL: https://svnweb.freebsd.org/changeset/base/288202 Log: MFC r286010: ar: enable deterministic mode by default Ar cannot handle UIDs with more than 6 digits, and storing the mtime, uid, gid and mode provides little to ne

svn commit: r288193 - stable/10/share/man/man7

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 21:01:34 2015 New Revision: 288193 URL: https://svnweb.freebsd.org/changeset/base/288193 Log: MFC r274349: Add /usr/lib/debug directory to hier(7) The canonical standalone debug directory established by the GNU toolchain is /usr/lib/debug, and we use it whe

svn commit: r288192 - stable/10/etc

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 20:56:26 2015 New Revision: 288192 URL: https://svnweb.freebsd.org/changeset/base/288192 Log: MFC r279248: Unconditionally install debug directory hierarchy This avoids various failure modes (e.g., when building and installing a single binary with debug dat

svn commit: r288191 - stable/10/sys/sys

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 20:03:00 2015 New Revision: 288191 URL: https://svnweb.freebsd.org/changeset/base/288191 Log: MFC r276636: add NT_PPC_VMX note type definition Modified: stable/10/sys/sys/elf_common.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys

svn commit: r288190 - stable/10/sys/sys

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 20:01:52 2015 New Revision: 288190 URL: https://svnweb.freebsd.org/changeset/base/288190 Log: MFC r279698: Update the ELFOSABI_* constants. Two new operating systems have been added in the meantime. ELFOSABI_FENIXOS that uses value 16 (published in the late

svn commit: r288189 - stable/10/sys/sys

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 20:00:20 2015 New Revision: 288189 URL: https://svnweb.freebsd.org/changeset/base/288189 Log: MFC r280858: Fill out arm64 dynamic relocation #defines Modified: stable/10/sys/sys/elf_common.h Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r288188 - stable/10/sys/sys

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:59:32 2015 New Revision: 288188 URL: https://svnweb.freebsd.org/changeset/base/288188 Log: MFC r281308: Add R_AARCH64_NONE, the null relocation. Modified: stable/10/sys/sys/elf_common.h Directory Properties: stable/10/ (props changed) Modified: stable/1

svn commit: r288187 - stable/10/sys/sys

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:53:24 2015 New Revision: 288187 URL: https://svnweb.freebsd.org/changeset/base/288187 Log: MFC r275903: Add AArch64 64-bit relocation values. Modified: stable/10/sys/sys/elf_common.h Directory Properties: stable/10/ (props changed) Modified: stable/10/s

svn commit: r288185 - stable/10/games/grdc

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:37:34 2015 New Revision: 288185 URL: https://svnweb.freebsd.org/changeset/base/288185 Log: MFC r283929: Correct grdc(1) 12-hour display between 12:00 and 13:00 PM starts at 12:00, not 13:00. PR: 194291, 200133 Submitted by: Nick Price Mod

svn commit: r288184 - stable/10/contrib/binutils/gas

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:33:35 2015 New Revision: 288184 URL: https://svnweb.freebsd.org/changeset/base/288184 Log: MFC r256692: Fix .debug_line prologue header length calculation for 64-bit DWARF The header_length field is the number of bytes following the field to the first b

svn commit: r288183 - stable/10/sys/kern

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:32:08 2015 New Revision: 288183 URL: https://svnweb.freebsd.org/changeset/base/288183 Log: MFC r256643: makesyscalls.sh: Error on failure to open specified config file Modified: stable/10/sys/kern/makesyscalls.sh Directory Properties: stable/10/ (props c

svn commit: r288182 - stable/10/contrib/libcxxrt

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:28:53 2015 New Revision: 288182 URL: https://svnweb.freebsd.org/changeset/base/288182 Log: MFC r284551: Import libcxxrt master e64e93f. This includes a number of demangler fixes obtained from upstream ELF Tool Chain. PR: 200913 Sponsored

svn commit: r288174 - stable/10/usr.bin/vtfontcvt

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 13:06:19 2015 New Revision: 288174 URL: https://svnweb.freebsd.org/changeset/base/288174 Log: MFC r287340: vtfontcvt: fix buffer overflow for non-default size .hex fonts And r287336 which introduced xmalloc. Sponsored by: The FreeBSD Foundation Modified

svn commit: r288173 - in stable/10: sys/sys usr.bin/elfdump

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 12:54:50 2015 New Revision: 288173 URL: https://svnweb.freebsd.org/changeset/base/288173 Log: MFC r282916: Add ELF machine EM_IAMCU, 32-bit Intel MCU It is e_machine 6, which was previously reserved for 486. Modified: stable/10/sys/sys/elf_common.h stabl

svn commit: r288172 - stable/10/usr.bin/ar

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 12:47:31 2015 New Revision: 288172 URL: https://svnweb.freebsd.org/changeset/base/288172 Log: MFC r287327: ar: Deobfuscate a while loop Modified: stable/10/usr.bin/ar/ar.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/ar/ar.c

svn commit: r288171 - in stable/10: sys/sys usr.bin/elfdump

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 12:44:02 2015 New Revision: 288171 URL: https://svnweb.freebsd.org/changeset/base/288171 Log: MFC r285841: Add RISC-V ELF machine type definition EM_RISCV is now officially registered as e_machine 243. Sponsored by: The FreeBSD Foundation Modified: st

svn commit: r288167 - stable/10/sys/sys

2015-09-24 Thread Steven Hartland
Author: smh Date: Thu Sep 24 08:42:08 2015 New Revision: 288167 URL: https://svnweb.freebsd.org/changeset/base/288167 Log: MFC r287886: Fix kqueue write events for files > 2GB Sponsored by: Multiplay Modified: stable/10/sys/sys/vnode.h Directory Properties: stable/10/ (props cha