svn commit: r326310 - in head/sys: dev/ofw powerpc/ofw

2017-11-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 28 06:31:39 2017 New Revision: 326310 URL: https://svnweb.freebsd.org/changeset/base/326310 Log: Back out OF module installation in the event of failure. PS3 firmware gives some ancient FDT version (2) that fails the init check in OFW_FDT. It is still

svn commit: r326309 - head/sys/dev/vmware/vmxnet3

2017-11-27 Thread Bryan Venteicher
Author: bryanv Date: Tue Nov 28 06:21:37 2017 New Revision: 326309 URL: https://svnweb.freebsd.org/changeset/base/326309 Log: Correctly report the vmxnet3 link down media status Reported by: l...@perftech.com MFC after:1 week Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c

svn commit: r326308 - head/sys/kern

2017-11-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 28 05:39:48 2017 New Revision: 326308 URL: https://svnweb.freebsd.org/changeset/base/326308 Log: Remove assertion that a CPU be present before returning a PCPU for it. It is up to the caller to check for a NULL return value. The assert was meant to catch

svn commit: r326307 - head/contrib/libc-vis

2017-11-27 Thread Brooks Davis
Author: brooks Date: Tue Nov 28 01:35:28 2017 New Revision: 326307 URL: https://svnweb.freebsd.org/changeset/base/326307 Log: Update vis(3) the latest from NetBSD. This adds VIS_DQ for compatiblity with OpenBSD. Correct by an off-by-one error and a read buffer overflow detected using

svn commit: r326301 - in head/sys: dev/bhnd/siba modules/bhnd/siba

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Tue Nov 28 00:42:44 2017 New Revision: 326301 URL: https://svnweb.freebsd.org/changeset/base/326301 Log: siba(4): Add support for devices have neither PMU nor PWRCTL support. Very early BHND Wi-Fi devices (e.g. BCM4318) do not support any form of dynamic clock

svn commit: r326297 - head/sys/dev/bhnd/bhndb

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Tue Nov 28 00:12:14 2017 New Revision: 326297 URL: https://svnweb.freebsd.org/changeset/base/326297 Log: bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. Very early (PCI_V0) Broadcom PCI Wi-Fi chipsets have a few quirks when compared to

svn commit: r326294 - head/sys/dev/bhnd/siba

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Mon Nov 27 22:38:44 2017 New Revision: 326294 URL: https://svnweb.freebsd.org/changeset/base/326294 Log: siba(4): fix workaround for BCM4312 D11 core backplane timeouts The SIBA_QUIRK_PCIE_D11_SB_TIMEOUT quirk should match on all BCM4312 revisions, and backplane

svn commit: r326293 - head/sys/dev/bhnd

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Mon Nov 27 22:29:35 2017 New Revision: 326293 URL: https://svnweb.freebsd.org/changeset/base/326293 Log: bhnd(4): Print the core's hardware revision in bhnd(4)'s BUS_PROBE_NOMATCH(). Approved by: adrian (mentor, implicit) Sponsored by: The FreeBSD Foundation

svn commit: r326292 - in head: share/man/man9 sys/dev/bhnd sys/dev/bhnd/bcma sys/dev/bhnd/cores/usb sys/dev/bhnd/siba

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Mon Nov 27 22:13:30 2017 New Revision: 326292 URL: https://svnweb.freebsd.org/changeset/base/326292 Log: bhnd(4): Fix bcma/siba core reset behavior Add missing support for specifying I/O control flags during core reset, and resolve a number of siba(4)-specific reset

Re: svn commit: r326218 - head/sys/kern

2017-11-27 Thread Nathan Whitehorn
On 11/27/17 11:31, John Baldwin wrote: On Sunday, November 26, 2017 10:06:56 PM Nathan Whitehorn wrote: On 11/26/17 20:50, John Baldwin wrote: On Saturday, November 25, 2017 11:41:05 PM Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Nov 25 23:41:05 2017 New Revision: 326218 URL:

Re: svn commit: r326286 - head/sys/cddl/dev/dtrace

2017-11-27 Thread Mark Johnston
On Mon, Nov 27, 2017 at 11:28:07AM -0800, John Baldwin wrote: > On Monday, November 27, 2017 06:42:23 PM Mark Johnston wrote: > > Author: markj > > Date: Mon Nov 27 18:42:23 2017 > > New Revision: 326286 > > URL: https://svnweb.freebsd.org/changeset/base/326286 > > > > Log: > > Don't use

svn commit: r326291 - in head: share/man/man4 share/man/man9 sys/dev/bhnd sys/dev/bhnd/nvram

2017-11-27 Thread Landon J. Fuller
Author: landonf Date: Mon Nov 27 21:30:49 2017 New Revision: 326291 URL: https://svnweb.freebsd.org/changeset/base/326291 Log: bhnd(4) update inline documentation comments and man pages. This includes a number of copyedits for the inline code documentation comments, updates to the

svn commit: r326290 - head/usr.sbin/diskinfo

2017-11-27 Thread Alan Somers
Author: asomers Date: Mon Nov 27 21:10:50 2017 New Revision: 326290 URL: https://svnweb.freebsd.org/changeset/base/326290 Log: diskinfo(8): Delete dead code in slog test Reported by: Coverity CID: 1377556 Reviewed by: mav MFC after:3 weeks Sponsored by: Spectra Logic

Re: svn commit: r326285 - 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/uc

2017-11-27 Thread Warner Losh
On Mon, Nov 27, 2017 at 12:40 PM, John Baldwin wrote: > On Monday, November 27, 2017 05:54:18 PM Mark Johnston wrote: > > Author: markj > > Date: Mon Nov 27 17:54:17 2017 > > New Revision: 326285 > > URL: https://svnweb.freebsd.org/changeset/base/326285 > > > > Log: > >

Re: svn commit: r326282 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-11-27 Thread John Baldwin
On Monday, November 27, 2017 05:03:11 PM Fedor Uporov wrote: > Author: fsu > Date: Mon Nov 27 17:03:11 2017 > New Revision: 326282 > URL: https://svnweb.freebsd.org/changeset/base/326282 > > Log: > Remap ENOATTR to ENODATA in the linuxulator. > In the linux ENOADATA is frequently #defined as

Re: svn commit: r326286 - head/sys/cddl/dev/dtrace

2017-11-27 Thread John Baldwin
On Monday, November 27, 2017 06:42:23 PM Mark Johnston wrote: > Author: markj > Date: Mon Nov 27 18:42:23 2017 > New Revision: 326286 > URL: https://svnweb.freebsd.org/changeset/base/326286 > > Log: > Don't use pcpu_find() to determine if a CPU ID is valid. > > This addresses assertion

Re: svn commit: r326218 - head/sys/kern

2017-11-27 Thread John Baldwin
On Sunday, November 26, 2017 10:06:56 PM Nathan Whitehorn wrote: > > On 11/26/17 20:50, John Baldwin wrote: > > On Saturday, November 25, 2017 11:41:05 PM Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Sat Nov 25 23:41:05 2017 > >> New Revision: 326218 > >> URL:

Re: svn commit: r326285 - 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/uc

2017-11-27 Thread John Baldwin
On Monday, November 27, 2017 05:54:18 PM Mark Johnston wrote: > Author: markj > Date: Mon Nov 27 17:54:17 2017 > New Revision: 326285 > URL: https://svnweb.freebsd.org/changeset/base/326285 > > Log: > Revert r326181 for now. > > We can't link an executable using -m32 until the lib32 phase

svn commit: r326288 - head/usr.sbin/diskinfo

2017-11-27 Thread Alexander Motin
Author: mav Date: Mon Nov 27 20:01:43 2017 New Revision: 326288 URL: https://svnweb.freebsd.org/changeset/base/326288 Log: Fix integer overflow in SLOG test. MFC after:1 week Modified: head/usr.sbin/diskinfo/diskinfo.c Modified: head/usr.sbin/diskinfo/diskinfo.c

svn commit: r326289 - in head: cddl/usr.bin/ctfconvert cddl/usr.bin/ctfconvert/tests etc/mtree usr.bin/fold usr.bin/fold/tests usr.bin/rs usr.bin/rs/tests

2017-11-27 Thread Alan Somers
Author: asomers Date: Mon Nov 27 20:01:58 2017 New Revision: 326289 URL: https://svnweb.freebsd.org/changeset/base/326289 Log: Add basic tests for ctfconvert(1), fold(1) and rs(1) Add basic command line parsing test coverage for these utilities. The tests were automatically generated

svn commit: r326287 - head/usr.sbin/efivar

2017-11-27 Thread Ed Maste
Author: emaste Date: Mon Nov 27 19:35:21 2017 New Revision: 326287 URL: https://svnweb.freebsd.org/changeset/base/326287 Log: efivar: add missing getopt 'u' option Modified: head/usr.sbin/efivar/efivar.c Modified: head/usr.sbin/efivar/efivar.c

Re: svn commit: r326218 - head/sys/kern

2017-11-27 Thread Nathan Whitehorn
On 11/27/17 10:06, Andrew Turner wrote: On 26 Nov 2017, at 17:07, Nathan Whitehorn wrote: On 11/26/17 01:46, Andrew Turner wrote: On 25 Nov 2017, at 23:41, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Nov 25 23:41:05 2017 New

svn commit: r326286 - head/sys/cddl/dev/dtrace

2017-11-27 Thread Mark Johnston
Author: markj Date: Mon Nov 27 18:42:23 2017 New Revision: 326286 URL: https://svnweb.freebsd.org/changeset/base/326286 Log: Don't use pcpu_find() to determine if a CPU ID is valid. This addresses assertion failures after r326218. MFC after:1 week Modified:

Re: svn commit: r326218 - head/sys/kern

2017-11-27 Thread Andrew Turner
> On 26 Nov 2017, at 17:07, Nathan Whitehorn wrote: > > > > On 11/26/17 01:46, Andrew Turner wrote: >> On 25 Nov 2017, at 23:41, Nathan Whitehorn wrote: >>> Author: nwhitehorn >>> Date: Sat Nov 25 23:41:05 2017 >>> New Revision: 326218 >>> URL:

svn commit: r326285 - 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-27 Thread Mark Johnston
Author: markj Date: Mon Nov 27 17:54:17 2017 New Revision: 326285 URL: https://svnweb.freebsd.org/changeset/base/326285 Log: Revert r326181 for now. We can't link an executable using -m32 until the lib32 phase of a buildworld, though the build works fine when executing make from

svn commit: r326284 - head/sys/vm

2017-11-27 Thread Mark Johnston
Author: markj Date: Mon Nov 27 17:46:38 2017 New Revision: 326284 URL: https://svnweb.freebsd.org/changeset/base/326284 Log: Avoid unnecessary lookups when initializing the vm_page array. This gives a marginal improvement in the vm_page_array initialization time. Also garbage-collect the

Re: svn commit: r326283 - head/include

2017-11-27 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: pfg > Date: Mon Nov 27 17:18:31 2017 > New Revision: 326283 > URL: https://svnweb.freebsd.org/changeset/base/326283 > > Log: > netconfig.h: sync with upstream. > > Bring some comments and the license. > Add SPDX License ID tag while

svn commit: r326283 - head/include

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 17:18:31 2017 New Revision: 326283 URL: https://svnweb.freebsd.org/changeset/base/326283 Log: netconfig.h: sync with upstream. Bring some comments and the license. Add SPDX License ID tag while here. Obtained from:NetBSD (CVS rev 1.2, 1.5, 1.6)

svn commit: r326282 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-11-27 Thread Fedor Uporov
Author: fsu Date: Mon Nov 27 17:03:11 2017 New Revision: 326282 URL: https://svnweb.freebsd.org/changeset/base/326282 Log: Remap ENOATTR to ENODATA in the linuxulator. In the linux ENOADATA is frequently #defined as ENOATTR. The change is required for an xattrs support implementation.

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

2017-11-27 Thread Sean Bruno
Author: sbruno Date: Mon Nov 27 16:28:28 2017 New Revision: 326281 URL: https://svnweb.freebsd.org/changeset/base/326281 Log: Add vmm(4) man page PR: 205705 184046 Submitted by: Matt Macy Reviewed by: grehan Differential Revision:

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

2017-11-27 Thread Andrew Turner
Author: andrew Date: Mon Nov 27 16:19:00 2017 New Revision: 326280 URL: https://svnweb.freebsd.org/changeset/base/326280 Log: Set the kernel file name so the kern.bootfile sysctl is set. This allows for the creation of kernel.old when running installkernel. MFC after:1 week

svn commit: r326279 - in head/sys/kgssapi: . krb5

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:49:00 2017 New Revision: 326279 URL: https://svnweb.freebsd.org/changeset/base/326279 Log: sys/kgssapi: general adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many

svn commit: r326276 - in head: bin/pkill etc/pam.d kerberos5/lib/libgssapi_krb5 kerberos5/lib/libgssapi_ntlm kerberos5/lib/libgssapi_spnego sbin/adjkerntz sbin/camcontrol sbin/ccdconfig sbin/comcon...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:37:16 2017 New Revision: 326276 URL: https://svnweb.freebsd.org/changeset/base/326276 Log: various: general adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326275 - in head: share/examples/bhyve share/examples/hast share/examples/ipfw share/examples/kld/cdev/module share/examples/kld/cdev/test share/examples/kld/dyn_sysctl share/examples/...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:28:26 2017 New Revision: 326275 URL: https://svnweb.freebsd.org/changeset/base/326275 Log: share and pc-sysinstall: adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many

svn commit: r326274 - in head/libexec: atrun bootpd/tools/bootptest pppoed rpc.rwalld rpc.sprayd rtld-aout rtld-elf rtld-elf/amd64 rtld-elf/arm rtld-elf/i386 rtld-elf/mips rtld-elf/powerpc rtld-elf...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:25:02 2017 New Revision: 326274 URL: https://svnweb.freebsd.org/changeset/base/326274 Log: libexec: adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this

svn commit: r326273 - head/usr.bin/ctlstat

2017-11-27 Thread Alexander Motin
Author: mav Date: Mon Nov 27 15:24:13 2017 New Revision: 326273 URL: https://svnweb.freebsd.org/changeset/base/326273 Log: Make ctlstat -n option work reasonably for sparse LUN list. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: head/usr.bin/ctlstat/ctlstat.c

svn commit: r326272 - in head/sys: isa modules/dtrace/dtraceall net net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/commo...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:23:17 2017 New Revision: 326272 URL: https://svnweb.freebsd.org/changeset/base/326272 Log: sys: general adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326271 - in head/sys: kern libkern libkern/arm

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:20:12 2017 New Revision: 326271 URL: https://svnweb.freebsd.org/changeset/base/326271 Log: sys/kern: adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this

svn commit: r326270 - in head/sys/geom: . bde cache concat eli gate journal label linux_lvm mirror mountver multipath nop part raid raid3 sched shsec stripe uzip vinum virstor zero

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:17:37 2017 New Revision: 326270 URL: https://svnweb.freebsd.org/changeset/base/326270 Log: sys/geom: adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this

svn commit: r326269 - head/sys/gdb

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:16:59 2017 New Revision: 326269 URL: https://svnweb.freebsd.org/changeset/base/326269 Log: sys/gdb: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326268 - in head/sys/fs: cd9660 devfs ext2fs msdosfs nandfs nfs nfsclient nfsserver procfs pseudofs smbfs tmpfs udf

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:15:37 2017 New Revision: 326268 URL: https://svnweb.freebsd.org/changeset/base/326268 Log: sys/fs: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326267 - head/sys/ddb

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:14:46 2017 New Revision: 326267 URL: https://svnweb.freebsd.org/changeset/base/326267 Log: sys/ddb: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326265 - in head/sys/cam: . ata ctl scsi

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:12:43 2017 New Revision: 326265 URL: https://svnweb.freebsd.org/changeset/base/326265 Log: sys/cam: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326266 - in head/sys/compat: freebsd32 ia32 linsysfs linux netbsd

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:13:23 2017 New Revision: 326266 URL: https://svnweb.freebsd.org/changeset/base/326266 Log: sys/compat: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses

svn commit: r326263 - in head/sys/x86: acpica bios cpufreq include iommu isa pci x86 xen

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:11:47 2017 New Revision: 326263 URL: https://svnweb.freebsd.org/changeset/base/326263 Log: sys/x86: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326262 - in head/sys/sparc64: central ebus fhc include isa pci sbus sparc64

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:10:39 2017 New Revision: 326262 URL: https://svnweb.freebsd.org/changeset/base/326262 Log: sys/sparc64: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many

svn commit: r326261 - in head/sys/powerpc: aim booke cpufreq fpu include mambo mpc85xx ofw powermac powerpc ps3 pseries psim

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:09:59 2017 New Revision: 326261 URL: https://svnweb.freebsd.org/changeset/base/326261 Log: sys/powerpc: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many

svn commit: r326260 - in head/sys/i386: acpica bios i386 ibcs2 include include/pc isa linux pci

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:08:52 2017 New Revision: 326260 URL: https://svnweb.freebsd.org/changeset/base/326260 Log: sys/i386: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses

svn commit: r326259 - in head/sys/mips: adm5120 alchemy atheros beri cavium cavium/cryptocteon cavium/octe cavium/usb gxemul idt include malta mips nlm nlm/dev/net nlm/dev/net/ucore nlm/dev/sec nlm...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:07:26 2017 New Revision: 326259 URL: https://svnweb.freebsd.org/changeset/base/326259 Log: sys/mips: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses

svn commit: r326258 - in head/sys/arm: allwinner allwinner/a20 arm at91 broadcom/bcm2835 conf freescale freescale/imx freescale/vybrid include lpc mv mv/armadaxp rockchip samsung/exynos ti ti/am335...

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:04:10 2017 New Revision: 326258 URL: https://svnweb.freebsd.org/changeset/base/326258 Log: sys/arm: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326257 - in head/sys/amd64: acpica amd64 ia32 include include/pc linux32 pci vmm vmm/amd vmm/intel vmm/io

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:03:07 2017 New Revision: 326257 URL: https://svnweb.freebsd.org/changeset/base/326257 Log: sys/amd64: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses

svn commit: r326256 - head/sys/sys

2017-11-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 27 15:01:59 2017 New Revision: 326256 URL: https://svnweb.freebsd.org/changeset/base/326256 Log: sys/sys: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so

svn commit: r326253 - in head: share/misc usr.bin/calendar/calendars

2017-11-27 Thread Dave Cottlehuber
Author: dch (ports committer) Date: Mon Nov 27 14:13:30 2017 New Revision: 326253 URL: https://svnweb.freebsd.org/changeset/base/326253 Log: add myself as ports committer, mentor jrm + swills Approved by: jrm Differential Revision:https://reviews.freebsd.org/D13268 Modified:

svn commit: r326252 - head/etc/autofs

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:50:26 2017 New Revision: 326252 URL: https://svnweb.freebsd.org/changeset/base/326252 Log: Add /etc/autofs/include_nis, a non-rewriting NIS map. Submitted by: G. Paul Ziemba Suggested by: asomers@ MFC after:2 weeks Sponsored by: DARPA, AFRL

svn commit: r326251 - head/etc/autofs

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:46:18 2017 New Revision: 326251 URL: https://svnweb.freebsd.org/changeset/base/326251 Log: Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate that this script provides nullfs map rewriting for local mounts. MFC after:2

svn commit: r326250 - head/etc/autofs

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:44:03 2017 New Revision: 326250 URL: https://svnweb.freebsd.org/changeset/base/326250 Log: Change formatting; no functional changes. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/etc/autofs/Makefile Modified: head/etc/autofs/Makefile

svn commit: r326249 - head/share/man/man6

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:39:35 2017 New Revision: 326249 URL: https://svnweb.freebsd.org/changeset/base/326249 Log: Update intro(6) - remove hint that doesn't work, add explicit list of games instead, and mention the "bsdgames" port. Reviewed by: bcr@ MFC after:2 weeks

svn commit: r326248 - in head: usr.bin/gprof usr.sbin/kgmon

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:37:14 2017 New Revision: 326248 URL: https://svnweb.freebsd.org/changeset/base/326248 Log: .Xr pmcstat(8) from kgmon(8) and gprof(1). MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/usr.bin/gprof/gprof.1 head/usr.sbin/kgmon/kgmon.8

svn commit: r326247 - head/usr.sbin/kgmon

2017-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 27 12:34:23 2017 New Revision: 326247 URL: https://svnweb.freebsd.org/changeset/base/326247 Log: Revert r326125. It turns out kgmon(8) still works, and provides some functionality that's not provided by pmcstat(8). Reported by: bde@ MFC after:2

svn commit: r326246 - head/lib/libc/stdio

2017-11-27 Thread Poul-Henning Kamp
Author: phk Date: Mon Nov 27 09:57:37 2017 New Revision: 326246 URL: https://svnweb.freebsd.org/changeset/base/326246 Log: Truncate negative lengths to zero Modified: head/lib/libc/stdio/xprintf_hexdump.c Modified: head/lib/libc/stdio/xprintf_hexdump.c

Re: svn commit: r326218 - head/sys/kern

2017-11-27 Thread Bruce Evans
On Sun, 26 Nov 2017, Nathan Whitehorn wrote: On 11/26/17 20:50, John Baldwin wrote: On Saturday, November 25, 2017 11:41:05 PM Nathan Whitehorn wrote: ... Modified: head/sys/kern/kern_clock.c == ---