Re: svn commit: r326073 - head/usr.bin/systat

2017-11-24 Thread Bruce Evans
On Thu, 23 Nov 2017, Konstantin Belousov wrote: On Fri, Nov 24, 2017 at 12:10:09AM +1100, Bruce Evans wrote: On Thu, 23 Nov 2017, Konstantin Belousov wrote: * ... Below is the cast to uintmax_t and unsigned format for sysctl(8). This adds style bugs by expanding lines from length 79 to 81.

Re: svn commit: r326109 - in head/sys: conf dev/bhnd dev/bhnd/cores/chipc mips/conf modules/bhnd

2017-11-24 Thread Wojciech Macek
Hi, The patch breaks the build for ppc64. Could you please add missing ofw_bus_if.h to the Makefile? cc -isystem /home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/include -L/home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/lib -B/home/wma/ppc6

svn commit: r326150 - head/cddl/contrib/opensolaris/cmd/zdb

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 10:45:33 2017 New Revision: 326150 URL: https://svnweb.freebsd.org/changeset/base/326150 Log: zdb: use a heap allocation instead of a huge array on stack SPA_MAXBLOCKSIZE is 16 MB and having such a large object on the stack is not nice in general and it could

Re: svn commit: r326073 - head/usr.bin/systat

2017-11-24 Thread Konstantin Belousov
On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote: > On Thu, 23 Nov 2017, Konstantin Belousov wrote: > > > On Fri, Nov 24, 2017 at 12:10:09AM +1100, Bruce Evans wrote: > >> On Thu, 23 Nov 2017, Konstantin Belousov wrote: > >* ... > >>> Below is the cast to uintmax_t and unsigned format f

svn commit: r326151 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:10:36 2017 New Revision: 326151 URL: https://svnweb.freebsd.org/changeset/base/326151 Log: vmm/amd: improve iteration over IVHD (type 10h) entries in IVRS table Many 8-byte entries have zero at byte 4, so the second 4-byte part is skipped as a 4-byte paddin

svn commit: r326152 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:20:10 2017 New Revision: 326152 URL: https://svnweb.freebsd.org/changeset/base/326152 Log: amd-vi: fix and extend definition of Command and Event Status Register (0x2020) The defined bits are the lower bits, not the higher ones. Also, the specification

svn commit: r326153 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:25:06 2017 New Revision: 326153 URL: https://svnweb.freebsd.org/changeset/base/326153 Log: amd-vi: fix up r326152, the new width requires a wider type This is my brain-o from extending the width at the last moment. Modified: head/sys/amd64/vmm/amd/amdvi_pr

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Bruce Evans
On Thu, 23 Nov 2017, Devin Teske wrote: On Nov 23, 2017, at 9:29 AM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes wrote: Also we do provide an ntp.conf so ... We do, a template, all commented out, and does not work

svn commit: r326154 - head/sys/netinet

2017-11-24 Thread Michael Tuexen
Author: tuexen Date: Fri Nov 24 11:25:53 2017 New Revision: 326154 URL: https://svnweb.freebsd.org/changeset/base/326154 Log: Add SPDX line. Modified: head/sys/netinet/sctp_ss_functions.c Modified: head/sys/netinet/sctp_ss_functions.c =

svn commit: r326155 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:34:46 2017 New Revision: 326155 URL: https://svnweb.freebsd.org/changeset/base/326155 Log: amd-vi: print some additional details for INVALID_DEVICE_REQUEST event Namely, the type of the hardware event and whether the transaction was a translation request.

svn commit: r326156 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:35:43 2017 New Revision: 326156 URL: https://svnweb.freebsd.org/changeset/base/326156 Log: amd-vi: small improvements to event printing Ensure that an opening bracket always has a matching closing one. Ensure that there is always a new-line at the end of a

svn commit: r326157 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:36:35 2017 New Revision: 326157 URL: https://svnweb.freebsd.org/changeset/base/326157 Log: amd-vi: use correct type for pci_rid, start_dev_rid, end_dev_rid sysctls Previously, the values could look confusing because of unrelated bits from adjacent memory.

svn commit: r326158 - head/sys/amd64/vmm/amd

2017-11-24 Thread Andriy Gapon
Author: avg Date: Fri Nov 24 11:37:41 2017 New Revision: 326158 URL: https://svnweb.freebsd.org/changeset/base/326158 Log: amd-vi: a small whitespace cleanup Reviewed by: anish Modified: head/sys/amd64/vmm/amd/ivrs_drv.c Modified: head/sys/amd64/vmm/amd/ivrs_drv.c =

svn commit: r326161 - head/sys/i386/include

2017-11-24 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 24 12:10:42 2017 New Revision: 326161 URL: https://svnweb.freebsd.org/changeset/base/326161 Log: Implement atomic_fetchadd_64() for i386. This function is needed by the atomic64 header file in the LinuxKPI for i386. Reviewed by: kib MFC after:1 week

svn commit: r326163 - head/sys/netinet

2017-11-24 Thread Michael Tuexen
Author: tuexen Date: Fri Nov 24 12:18:48 2017 New Revision: 326163 URL: https://svnweb.freebsd.org/changeset/base/326163 Log: Unbreak compilation when using SCTP_DETAILED_STR_STATS option. MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c =

Re: svn commit: r326073 - head/usr.bin/systat

2017-11-24 Thread Konstantin Belousov
On Sat, Nov 25, 2017 at 12:14:10AM +1100, Bruce Evans wrote: > On Fri, 24 Nov 2017, Konstantin Belousov wrote: > > > On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote: > >> On Thu, 23 Nov 2017, Konstantin Belousov wrote: > >* ... > #define pgtok(p)((uintmax_t)(p) * pageKilo

Re: svn commit: r326073 - head/usr.bin/systat

2017-11-24 Thread Bruce Evans
On Fri, 24 Nov 2017, Konstantin Belousov wrote: On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote: On Thu, 23 Nov 2017, Konstantin Belousov wrote: * ... #define pgtok(p)((uintmax_t)(p) * pageKilo) Amusingly there is already MD macro in machine/param.h with the same name and

svn commit: r326165 - in head/sys: arm64/arm64 arm64/include conf sys

2017-11-24 Thread Ed Schouten
Author: ed Date: Fri Nov 24 13:50:53 2017 New Revision: 326165 URL: https://svnweb.freebsd.org/changeset/base/326165 Log: Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32. Right now I'm using two Raspberry Pi's (2 and 3) to test CloudABI support for armv6, armv7 an

svn commit: r326166 - head/sys/arm64/arm64

2017-11-24 Thread Ed Schouten
Author: ed Date: Fri Nov 24 13:51:59 2017 New Revision: 326166 URL: https://svnweb.freebsd.org/changeset/base/326166 Log: Set CP15BEN in SCTLR to make memory barriers work in 32-bit mode. Binaries generated by Clang for ARMv6 may contain these instructions: MCR p15, 0, , c7, c10, 5

svn commit: r326167 - head/sys/modules/cloudabi32

2017-11-24 Thread Ed Schouten
Author: ed Date: Fri Nov 24 14:02:32 2017 New Revision: 326167 URL: https://svnweb.freebsd.org/changeset/base/326167 Log: Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64. The recently imported cloudabi_vdso_armv6_on_64bit.S should be the vDSO for 32-bit processe

Re: svn commit: r326073 - head/usr.bin/systat

2017-11-24 Thread Bruce Evans
On Fri, 24 Nov 2017, Konstantin Belousov wrote: On Sat, Nov 25, 2017 at 12:14:10AM +1100, Bruce Evans wrote: * ... Hmm, I couldn't find any arch with even a compile-time variable PAGE_SIZE. It is currently just unportable in theory to use hard-coded PAGE_SIZE or macros that use it. sparc64 use

svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys/...

2017-11-24 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 24 14:50:28 2017 New Revision: 326169 URL: https://svnweb.freebsd.org/changeset/base/326169 Log: RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace. This commit merges projects/bsd_rdma_4_9 to head. List of kernel sources used: =

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Mark Johnston
On Fri, Nov 24, 2017 at 02:50:28PM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Nov 24 14:50:28 2017 > New Revision: 326169 > URL: https://svnweb.freebsd.org/changeset/base/326169 > > Log: > RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace. Nice! > > This

Re: svn commit: r326109 - in head/sys: conf dev/bhnd dev/bhnd/cores/chipc mips/conf modules/bhnd

2017-11-24 Thread Shawn Webb
On Fri, Nov 24, 2017 at 10:21:17AM +0100, Wojciech Macek wrote: > Hi, > > The patch breaks the build for ppc64. Could you please add missing > ofw_bus_if.h to the Makefile? > > cc -isystem > /home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/include > -L/home/wma/ppc64-f

svn commit: r326171 - in head/sys: arm/xscale/ixp425 contrib/dev/npe

2017-11-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Nov 24 15:48:17 2017 New Revision: 326171 URL: https://svnweb.freebsd.org/changeset/base/326171 Log: Switch the default firmware for npe(4) from the QOS_VLAN one to the plain-vanilla ETH microcode. The QOS_VLAN firmware added support in microcode for handling IEE

Re: svn commit: r326154 - head/sys/netinet

2017-11-24 Thread Pedro Giffuni
Thanks, I have a bunch of those to do still. On 24/11/2017 06:25, Michael Tuexen wrote: Author: tuexen Date: Fri Nov 24 11:25:53 2017 New Revision: 326154 URL: https://svnweb.freebsd.org/changeset/base/326154 Log: Add SPDX line. Modified: head/sys/netinet/sctp_ss_functions.c Modified:

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Ian Lepore
On Fri, 2017-11-24 at 22:25 +1100, Bruce Evans wrote: > On Thu, 23 Nov 2017, Devin Teske wrote: > [...] > > ntpdate's man page claims this, but is wrong AFAIK.  It says that the > functionality of ntpdate is now available in ntpd(8) using -q.  However > ntpdate -q is far from having equivalent fun

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Allan Jude
On 11/23/2017 12:29, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes >> wrote: Also we do provide an ntp.conf so ... >>> >>> We do, a template, all commented out, and does not work for >>> machines behind strong fire

svn commit: r326172 - head/share/misc

2017-11-24 Thread Jason W. Bacon
Author: jwb (ports committer) Date: Fri Nov 24 16:54:25 2017 New Revision: 326172 URL: https://svnweb.freebsd.org/changeset/base/326172 Log: Add new ports committer jwb Approved by:jrm Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Hans Petter Selasky
On 11/24/17 16:00, Mark Johnston wrote: Are there non-trivial interoperability issues between mthca and the updated OFED stack? If so, could you describe them? If not, I would strongly prefer to retain the mthca driver, as Isilon still has plenty of hardware making use of it. Hi, There are no

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Hans Petter Selasky
On 11/24/17 16:00, Mark Johnston wrote: Are there non-trivial interoperability issues between mthca and the updated OFED stack? If so, could you describe them? If not, I would strongly prefer to retain the mthca driver, as Isilon still has plenty of hardware making use of it. Hi, There are no

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Mark Johnston
On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote: > On 11/24/17 16:00, Mark Johnston wrote: > > Are there non-trivial interoperability issues between mthca and the > > updated OFED stack? If so, could you describe them? If not, I would > > strongly prefer to retain the mthca driv

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Hans Petter Selasky
On 11/24/17 18:22, Mark Johnston wrote: On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote: On 11/24/17 16:00, Mark Johnston wrote: Are there non-trivial interoperability issues between mthca and the updated OFED stack? If so, could you describe them? If not, I would strongly p

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Mark Johnston
On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote: > On 11/24/17 18:22, Mark Johnston wrote: > > On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote: > >> On 11/24/17 16:00, Mark Johnston wrote: > >>> Are there non-trivial interoperability issues between mthca and

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Hans Petter Selasky
On 11/24/17 18:35, Mark Johnston wrote: On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote: On 11/24/17 18:22, Mark Johnston wrote: On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote: On 11/24/17 16:00, Mark Johnston wrote: Are there non-trivial interoperabil

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

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 17:57:00 2017 New Revision: 326173 URL: https://svnweb.freebsd.org/changeset/base/326173 Log: Fix typos. MFC after:3 days Modified: head/share/man/man4/dtrace_lockstat.4 Modified: head/share/man/man4/dtrace_lockstat.4 ==

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread O. Hartmann
Am Fri, 24 Nov 2017 14:50:28 + (UTC) Hans Petter Selasky schrieb: > Author: hselasky > Date: Fri Nov 24 14:50:28 2017 > New Revision: 326169 > URL: https://svnweb.freebsd.org/changeset/base/326169 > > Log: > RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace. > > This comm

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Hans Petter Selasky
On 11/24/17 18:55, O. Hartmann wrote: Am Fri, 24 Nov 2017 14:50:28 + (UTC) Hans Petter Selasky schrieb: Buildworld failure: Building /usr/obj/usr/src/amd64.amd64/contrib/ofed/opensm/complib/cl_pool.o --- cl_nodenamemap.o --- /usr/src/contrib/ofed/opensm/complib/cl_nodenamemap.c:77:11: e

svn commit: r326175 - head/sys/kern

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 19:02:06 2017 New Revision: 326175 URL: https://svnweb.freebsd.org/changeset/base/326175 Log: Add a missing lockstat:::sx-downgrade probe. We were returning without firing the probe when the lock had no shared waiters. MFC after:1 week Modified:

svn commit: r326174 - head/sys/modules/bhnd

2017-11-24 Thread Landon J. Fuller
Author: landonf Date: Fri Nov 24 19:01:14 2017 New Revision: 326174 URL: https://svnweb.freebsd.org/changeset/base/326174 Log: bhnd(4): Add missing dependency on ofw_bus_if.h Reported by: wma Approved by: adrian (mentor, implicit) Modified: head/sys/modules/bhnd/Makefile Modified: h

svn commit: r326176 - head/sys/kern

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 19:04:31 2017 New Revision: 326176 URL: https://svnweb.freebsd.org/changeset/base/326176 Log: Have lockstat:::sx-release fire only after the lock state has changed. MFC after:1 week Modified: head/sys/kern/kern_sx.c Modified: head/sys/kern/kern_sx.c ==

svn commit: r326177 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 19:05:45 2017 New Revision: 326177 URL: https://svnweb.freebsd.org/changeset/base/326177 Log: Fix the type signature for sx(9) DTrace subroutines. MFC after:1 week Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c Modified: head/cd

svn commit: r326178 - head/sys/modules/dtrace/dtrace_test

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 19:08:54 2017 New Revision: 326178 URL: https://svnweb.freebsd.org/changeset/base/326178 Log: Don't redefine _KERNEL. MFC after:1 week Modified: head/sys/modules/dtrace/dtrace_test/Makefile Modified: head/sys/modules/dtrace/dtrace_test/Makefile ===

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On 11/24/17 18:35, Mark Johnston wrote: > > On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote: > >> On 11/24/17 18:22, Mark Johnston wrote: > >>> On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote: > On 11/24/17

svn commit: r326179 - head/sys/arm64/conf

2017-11-24 Thread Ed Maste
Author: emaste Date: Fri Nov 24 19:21:21 2017 New Revision: 326179 URL: https://svnweb.freebsd.org/changeset/base/326179 Log: Temporarily disable VIMAGE on arm64 Loading a kernel module with a static VNET_DEFINE'd variable (e.g. if_lagg) currently results in a kernel panic. PR:

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Emmanuel Vadot
On 2017-11-24 17:46, Allan Jude wrote: On 11/23/2017 12:29, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes wrote: Also we do provide an ntp.conf so ... We do, a template, all commented out, and does not work for machin

svn commit: r326180 - head/sys/netinet

2017-11-24 Thread Michael Tuexen
Author: tuexen Date: Fri Nov 24 19:38:59 2017 New Revision: 326180 URL: https://svnweb.freebsd.org/changeset/base/326180 Log: Fix SPDX line as suggested by pfg Modified: head/sys/netinet/sctp_ss_functions.c Modified: head/sys/netinet/sctp_ss_functions.c ==

Re: svn commit: r326154 - head/sys/netinet

2017-11-24 Thread Michael Tuexen
> On 24. Nov 2017, at 16:43, Pedro Giffuni wrote: > > Thanks, I have a bunch of those to do still. > > > On 24/11/2017 06:25, Michael Tuexen wrote: >> Author: tuexen >> Date: Fri Nov 24 11:25:53 2017 >> New Revision: 326154 >> URL: https://svnweb.freebsd.org/changeset/base/326154 >> >> Log: >>

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Ian Lepore
On Fri, 2017-11-24 at 20:23 +0100, Emmanuel Vadot wrote: > On 2017-11-24 17:46, Allan Jude wrote: > > > > On 11/23/2017 12:29, Rodney W. Grimes wrote: > > > > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes > > > > wrote: > > >

svn commit: r326181 - in head/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/uctf usr.sbin/dtrace/tests/common/probes usr.sbin/dtrace/tests/common/speculation usr.sbin/dtrace/tests/common/uct...

2017-11-24 Thread Mark Johnston
Author: markj Date: Fri Nov 24 19:57:13 2017 New Revision: 326181 URL: https://svnweb.freebsd.org/changeset/base/326181 Log: Compile one of the uctf test programs with -m32. The err.user64mode.ksh test expects it to run as a 32-bit process. MFC after:1 week Modified: head/cddl/

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Rodney W. Grimes
> On 2017-11-24 17:46, Allan Jude wrote: > > On 11/23/2017 12:29, Rodney W. Grimes wrote: > >> [ Charset UTF-8 unsupported, converting... ] > >>> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes > >>> wrote: > > Also we do provide an ntp.conf so ... > > We do, a template, all comm

Re: svn commit: r326154 - head/sys/netinet

2017-11-24 Thread Pedro Giffuni
On 11/24/17 14:40, Michael Tuexen wrote: On 24. Nov 2017, at 16:43, Pedro Giffuni wrote: Thanks, I have a bunch of those to do still. On 24/11/2017 06:25, Michael Tuexen wrote: Author: tuexen Date: Fri Nov 24 11:25:53 2017 New Revision: 326154 URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Warner Losh
On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > We are not talking about removing ntpdate in this thread. > > > > Well, after Ian said that it was deprecated I ask if we should remove > > it to be honest. > > And I think we have come to the agre

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Ian Lepore
On Fri, 2017-11-24 at 14:57 -0700, Warner Losh wrote: > On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > > > > > > > > > > > We are not talking about removing ntpdate in this thread. > > >   Well, after Ian said that it was deprecated I a

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Emmanuel Vadot
On Fri, 24 Nov 2017 15:36:22 -0700 Ian Lepore wrote: > On Fri, 2017-11-24 at 14:57 -0700, Warner Losh wrote: > > On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > > > > > > > > > > > > > > > > > We are not talking about removing ntpdat

svn commit: r326182 - in head/stand: ofw/libofw powerpc/kboot powerpc/ps3

2017-11-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Nov 24 23:41:04 2017 New Revision: 326182 URL: https://svnweb.freebsd.org/changeset/base/326182 Log: Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass a magic number to the kernel in r7 rather than the (currently unused and irrelevant) width

svn commit: r326183 - head/lib/libsysdecode

2017-11-24 Thread John Baldwin
Author: jhb Date: Sat Nov 25 03:59:36 2017 New Revision: 326183 URL: https://svnweb.freebsd.org/changeset/base/326183 Log: Add stdio.h to the synopsis for sysdecode functions that take a FILE *. Modified: head/lib/libsysdecode/sysdecode_cap_rights.3 head/lib/libsysdecode/sysdecode_fcntl_arg

svn commit: r326184 - in head: lib/libsysdecode sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump usr.bin/ktrace usr.bin/truss

2017-11-24 Thread John Baldwin
Author: jhb Date: Sat Nov 25 04:49:12 2017 New Revision: 326184 URL: https://svnweb.freebsd.org/changeset/base/326184 Log: Decode kevent structures logged via ktrace(2) in kdump. - Add a new KTR_STRUCT_ARRAY ktrace record type which dumps an array of structures. The structure nam