svn commit: r329121 - stable/11/sys/dev/uart

2018-02-10 Thread Eitan Adler
Author: eadler Date: Sun Feb 11 07:04:48 2018 New Revision: 329121 URL: https://svnweb.freebsd.org/changeset/base/329121 Log: MFC r308926: Add Intel Atom Cherryview SOC HSUART support PR: 207910 Submitted by: johan...@brilliantservice.co.jp Modified:

svn commit: r329120 - stable/11/bin/ps

2018-02-10 Thread Eitan Adler
Author: eadler Date: Sun Feb 11 07:00:40 2018 New Revision: 329120 URL: https://svnweb.freebsd.org/changeset/base/329120 Log: MFC r304007: Correct the history of where ps first appeared. PR: 211741 Submitted by: Sevan Janiyan Modified:

Re: svn commit: r328973 - in stable/11: include sys/sys

2018-02-10 Thread Antoine Brodin
On Wed, Feb 7, 2018 at 4:06 PM, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Feb 7 15:06:54 2018 > New Revision: 328973 > URL: https://svnweb.freebsd.org/changeset/base/328973 > > Log: > MFC r328237: > Use the __alloc_size2 attribute where relevant. > >

svn commit: r329119 - in head: sbin/geom/class/part sys/geom/part sys/sys/disk

2018-02-10 Thread Conrad Meyer
Author: cem Date: Sun Feb 11 06:57:20 2018 New Revision: 329119 URL: https://svnweb.freebsd.org/changeset/base/329119 Log: Add GUID and alias for Apple APFS partition PR: 225813 Submitted by: James Wright Modified: head/sbin/geom/class/part/gpart.8

svn commit: r329118 - in stable/11/sys/boot: arm/uboot mips/uboot powerpc/ofw powerpc/uboot

2018-02-10 Thread Kyle Evans
Author: kevans Date: Sun Feb 11 03:21:06 2018 New Revision: 329118 URL: https://svnweb.freebsd.org/changeset/base/329118 Log: Back out MFC r324558: Define prototype for exit and ensure references This went terribly wrong Modified: stable/11/sys/boot/arm/uboot/conf.c

svn commit: r329117 - stable/11/usr.sbin/bhyveload

2018-02-10 Thread Kyle Evans
Author: kevans Date: Sun Feb 11 03:10:27 2018 New Revision: 329117 URL: https://svnweb.freebsd.org/changeset/base/329117 Log: MFC r326615: De-const to match changes in userboot.h Modified: stable/11/usr.sbin/bhyveload/bhyveload.c Directory Properties: stable/11/ (props changed)

svn commit: r329116 - stable/11/lib/libstand

2018-02-10 Thread Kyle Evans
Author: kevans Date: Sun Feb 11 03:09:08 2018 New Revision: 329116 URL: https://svnweb.freebsd.org/changeset/base/329116 Log: Back out exit() change in r329114; stable/11 was not ready for this one yet This is a direct commit to stable/11. Modified: stable/11/lib/libstand/stand.h

svn commit: r329115 - head/share/man/man4

2018-02-10 Thread Devin Teske
Author: dteske Date: Sun Feb 11 03:02:29 2018 New Revision: 329115 URL: https://svnweb.freebsd.org/changeset/base/329115 Log: Fix typo in dtrace_tcp(4) Using args[2]->tcps_state as-documented results in error: operator -> cannot be applied to pointer to type "void" This error is

svn commit: r329114 - in stable/11: . lib/libstand sbin/geom/class/eli share/mk sys/boot sys/boot/arm/uboot sys/boot/common sys/boot/efi/boot1 sys/boot/efi/include sys/boot/efi/libefi sys/boot/efi/...

2018-02-10 Thread Kyle Evans
HOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20180210: + The geli password typed at boot is now hidden. To restore the previous + behavior, see geli(8) for configurati

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-10 Thread John Baldwin
On Friday, February 09, 2018 07:04:50 PM Alexey Dokuchaev wrote: > On Fri, Feb 09, 2018 at 11:50:35AM -0700, Warner Losh wrote: > > On Fri, Feb 9, 2018 at 10:49 AM, John Baldwin wrote: > > > On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: > > > > New Revision: 329064

svn commit: r329113 - stable/10/etc

2018-02-10 Thread Ed Maste
Author: emaste Date: Sat Feb 10 22:36:42 2018 New Revision: 329113 URL: https://svnweb.freebsd.org/changeset/base/329113 Log: MFC r328895: Correct Russia spelling in regdomain.xml PR: 225658 Modified: stable/10/etc/regdomain.xml Directory Properties: stable/10/ (props

svn commit: r329111 - stable/11/etc

2018-02-10 Thread Ed Maste
Author: emaste Date: Sat Feb 10 22:34:47 2018 New Revision: 329111 URL: https://svnweb.freebsd.org/changeset/base/329111 Log: MFC r328895: Correct Russia spelling in regdomain.xml PR: 225658 Modified: stable/11/etc/regdomain.xml Directory Properties: stable/11/ (props

svn commit: r329109 - head/share/man/man9

2018-02-10 Thread Conrad Meyer
Author: cem Date: Sat Feb 10 20:34:09 2018 New Revision: 329109 URL: https://svnweb.freebsd.org/changeset/base/329109 Log: Document syscall_helper_register(9), syscall_helper_unregister(9) Added: head/share/man/man9/syscall_helper_register.9 (contents, props changed) Modified:

svn commit: r329108 - in head: contrib/netbsd-tests/lib/libc/sys tools/regression/sockets/socketpair

2018-02-10 Thread Alan Somers
Author: asomers Date: Sat Feb 10 19:43:52 2018 New Revision: 329108 URL: https://svnweb.freebsd.org/changeset/base/329108 Log: Convert tools/regression/sockets/socketpair to ATF Reviewed by: cem MFC after:3 weeks Differential Revision:https://reviews.freebsd.org/D14305

Re: svn commit: r329077 - head/usr.bin/tftp

2018-02-10 Thread Conrad Meyer
Nah, both sets of warnings are spurious. The first set is arguably not a compiler bug, just lack of omniscience. The variables are never actually used uninitialized in the !interactive case. The second set is pure bug. Justin found the workaround (same as before this change) and has applied

svn commit: r329107 - head/lib/libc/sys

2018-02-10 Thread Conrad Meyer
Author: cem Date: Sat Feb 10 19:41:32 2018 New Revision: 329107 URL: https://svnweb.freebsd.org/changeset/base/329107 Log: socketpair.2: Reference relevant POSIX standards Sponsored by: Dell EMC Isilon Modified: head/lib/libc/sys/socketpair.2 Modified: head/lib/libc/sys/socketpair.2

Re: svn commit: r329077 - head/usr.bin/tftp

2018-02-10 Thread Justin Hibbits
On Sat, Feb 10, 2018 at 11:10 AM, Pedro Giffuni wrote: > > > On 02/10/18 11:13, Justin Hibbits wrote: >> >> On Fri, Feb 9, 2018 at 7:22 PM, Ed Maste wrote: >>> >>> On 9 February 2018 at 14:46, Conrad Meyer wrote: Author: cem

Re: svn commit: r329077 - head/usr.bin/tftp

2018-02-10 Thread Pedro Giffuni
On 02/10/18 11:13, Justin Hibbits wrote: On Fri, Feb 9, 2018 at 7:22 PM, Ed Maste wrote: On 9 February 2018 at 14:46, Conrad Meyer wrote: Author: cem Date: Fri Feb 9 19:46:51 2018 New Revision: 329077 URL:

svn commit: r329106 - head/usr.bin/tftp

2018-02-10 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 10 17:17:15 2018 New Revision: 329106 URL: https://svnweb.freebsd.org/changeset/base/329106 Log: Fix uninitialized warning, and work around a bug in gcc over clobbering Summary: r329077 caused gcc to emit uninitialized use warnings. Attempting to fix

svn commit: r329105 - head/usr.sbin/ppp

2018-02-10 Thread Eugene Grosbein
Author: eugen Date: Sat Feb 10 17:09:51 2018 New Revision: 329105 URL: https://svnweb.freebsd.org/changeset/base/329105 Log: ppp(8): fix code producing debugging logs Fix several cases when long buffer is copied to shorter one using snprintf that results in contents truncation and

Re: svn commit: r329077 - head/usr.bin/tftp

2018-02-10 Thread Justin Hibbits
On Fri, Feb 9, 2018 at 7:22 PM, Ed Maste wrote: > On 9 February 2018 at 14:46, Conrad Meyer wrote: >> Author: cem >> Date: Fri Feb 9 19:46:51 2018 >> New Revision: 329077 >> URL: https://svnweb.freebsd.org/changeset/base/329077 >> >> Log: >> tftp(1): Fix

svn commit: r329104 - in head/sys/gnu/dts: arm include/dt-bindings/clock include/dt-bindings/gpio include/dt-bindings/input include/dt-bindings/phy include/dt-bindings/pinctrl include/dt-bindings/p...

2018-02-10 Thread Emmanuel Vadot
Author: manu Date: Sat Feb 10 15:29:46 2018 New Revision: 329104 URL: https://svnweb.freebsd.org/changeset/base/329104 Log: dts: Update our device tree sources files from Linux 4.15 Added: head/sys/gnu/dts/arm/axp81x.dtsi (contents, props changed) head/sys/gnu/dts/arm/bcm-hr2.dtsi

svn commit: r329103 - stable/11/sbin/geom/class/eli

2018-02-10 Thread Kyle Evans
Author: kevans Date: Sat Feb 10 15:23:30 2018 New Revision: 329103 URL: https://svnweb.freebsd.org/changeset/base/329103 Log: MFC r303725 (oshogbo): Fix misleading description of the -b option in the geli init command. Modified: stable/11/sbin/geom/class/eli/geli.8 Directory Properties:

svn commit: r329102 - head/lib/libcompat/4.3

2018-02-10 Thread Pedro F. Giffuni
Author: pfg Date: Sat Feb 10 14:45:29 2018 New Revision: 329102 URL: https://svnweb.freebsd.org/changeset/base/329102 Log: libcompat: Use %hu for unsigned shorts. Obtained from:DragonFlyBSD (git 82e1476a) Modified: head/lib/libcompat/4.3/rexec.c Modified:

svn commit: r329101 - head/sys/netinet

2018-02-10 Thread Andrey V. Elsukov
Author: ae Date: Sat Feb 10 10:13:17 2018 New Revision: 329101 URL: https://svnweb.freebsd.org/changeset/base/329101 Log: Reinitialize IP header length after checksum calculation. It is used later by TCP-MD5 code. This fixes the problem with broken TCP-MD5 over IPv4 when NIC has