svn commit: r326616 - head/stand/libsa

2017-12-05 Thread Toomas Soome
Author: tsoome Date: Wed Dec 6 06:49:53 2017 New Revision: 326616 URL: https://svnweb.freebsd.org/changeset/base/326616 Log: dhcp_try_rfc1048() is not used any more Remove unused function. Reviewed by: imp Differential Revision:https://reviews.freebsd.org/D13382 Modified:

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Alexey Dokuchaev
[ Charset UTF-8 unsupported, converting... ] On Tue, Dec 05, 2017 at 01:06:40PM -0800, Conrad Meyer wrote: > On Tue, Dec 5, 2017 at 12:16 PM, Cy Schubert wrote: > > In message [...], Eitan Adler writes: > >> I'm not near my commit box right now so someone will have to revert > >> it. What's funny

svn commit: r326615 - head/usr.sbin/bhyveload

2017-12-05 Thread Warner Losh
Author: imp Date: Wed Dec 6 05:18:52 2017 New Revision: 326615 URL: https://svnweb.freebsd.org/changeset/base/326615 Log: De-const to match changes in userboot.h Sponsored by: Netflix Modified: head/usr.sbin/bhyveload/bhyveload.c Modified: head/usr.sbin/bhyveload/bhyveload.c

Re: svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Cy Schubert
In message <20171206044051.gf1...@freebsd.org>, Gleb Smirnoff writes: > > > --/NkBOFFp2J2Af1nK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Hi Cy, > > On Tue, Dec 05, 2017 at 08:30:07PM -0800, Cy Schubert wrote: > C> Hi Gleb, > C> > C> I'm getting a segfault

Re: svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Gleb Smirnoff
Hi Cy, On Tue, Dec 05, 2017 at 08:30:07PM -0800, Cy Schubert wrote: C> Hi Gleb, C> C> I'm getting a segfault here. C> C> [New LWP 101396] C> Core was generated by `logger -p daemon.notice -t local-dhclient(lagg0):4629 C> 2 dhclient-script for inter'. C> Program terminated with signal SIGSEGV,

Re: svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Cy Schubert
In message <201712051955.vb5jtrwp079...@repo.freebsd.org>, Gleb Smirnoff writes : > Author: glebius > Date: Tue Dec 5 19:55:53 2017 > New Revision: 326574 > URL: https://svnweb.freebsd.org/changeset/base/326574 > > Log: > Generate fully RFC3164 compliant messages, with timestamp and hostname.

Re: svn commit: r326611 - head/sys/sys

2017-12-05 Thread Bruce Evans
On Wed, 6 Dec 2017, Justin Hibbits wrote: Log: Use unsigned intptr_t type for framebuffer addresses Summary: Some architectures (powerpc Book-E) have a vm_paddr_t larger than intptr_t. Casting from the intptr_t to vm_paddr_t causes sign extension, leading to a potentially invalid address.

Re: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Thanks. It doesn't matter anyway FreeBSD sed -i '' == gsed -i . -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-05 Thread Conrad Meyer
On Tue, Dec 5, 2017 at 7:10 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: eadler >> Date: Wed Dec 6 02:47:46 2017 >> New Revision: 326614 >> URL: https://svnweb.freebsd.org/changeset/base/326614 >> >> Log: >> sponge(1):

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-05 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Wed Dec 6 02:47:46 2017 > New Revision: 326614 > URL: https://svnweb.freebsd.org/changeset/base/326614 > > Log: > sponge(1): revert > > I did a complete buildworld and test... with the program disconnected > from the

svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-05 Thread Eitan Adler
Author: eadler Date: Wed Dec 6 02:47:46 2017 New Revision: 326614 URL: https://svnweb.freebsd.org/changeset/base/326614 Log: sponge(1): revert I did a complete buildworld and test... with the program disconnected from the tree. Revert the change for now. (this keeps the change to

svn commit: r326613 - head/contrib/tcpdump

2017-12-05 Thread Ed Maste
Author: emaste Date: Wed Dec 6 02:21:11 2017 New Revision: 326613 URL: https://svnweb.freebsd.org/changeset/base/326613 Log: Update tcpdump to 4.9.2 It contains many fixes, including bounds checking, buffer overflows (in SLIP and bittok2str_internal), buffer over-reads, and infinite

svn commit: r326612 - head/sys/dev/vt/hw/fb

2017-12-05 Thread Justin Hibbits
Author: jhibbits Date: Wed Dec 6 02:06:14 2017 New Revision: 326612 URL: https://svnweb.freebsd.org/changeset/base/326612 Log: Allow custom overrides of mmap attribute for VT framebuffer Summary: As in /dev/fb, allow the framebuffer driver to override the default memattr for mmap(2).

svn commit: r326611 - head/sys/sys

2017-12-05 Thread Justin Hibbits
Author: jhibbits Date: Wed Dec 6 02:05:21 2017 New Revision: 326611 URL: https://svnweb.freebsd.org/changeset/base/326611 Log: Use unsigned intptr_t type for framebuffer addresses Summary: Some architectures (powerpc Book-E) have a vm_paddr_t larger than intptr_t. Casting from the

svn commit: r326610 - head/stand/libsa

2017-12-05 Thread Warner Losh
Author: imp Date: Wed Dec 6 02:00:09 2017 New Revision: 326610 URL: https://svnweb.freebsd.org/changeset/base/326610 Log: Fix random() prototype to match the system. Sponsored by: Netflix Modified: head/stand/libsa/stand.h Modified: head/stand/libsa/stand.h

svn commit: r326609 - in head: stand/libsa stand/userboot stand/userboot/test stand/userboot/userboot usr.sbin/bhyveload

2017-12-05 Thread Warner Losh
Author: imp Date: Wed Dec 6 02:00:00 2017 New Revision: 326609 URL: https://svnweb.freebsd.org/changeset/base/326609 Log: Make putenv and getenv match the userland definition of these functions, tweak man page and one variable that shouldn't be const anymore. Sponsored by: Netflix

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-12-05 Thread Allan Jude
On 2017-12-05 20:17, Conrad Meyer wrote: > Ping. Please revert this change. If you want zstd to behave this > way, pursue it upstream first. > > Thanks, > Conrad > > On Wed, Nov 15, 2017 at 7:38 PM, Conrad Meyer wrote: >> Please revert this change. >> >> First, it introduces

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-12-05 Thread Conrad Meyer
Ping. Please revert this change. If you want zstd to behave this way, pursue it upstream first. Thanks, Conrad On Wed, Nov 15, 2017 at 7:38 PM, Conrad Meyer wrote: > Please revert this change. > > First, it introduces the POLA-violating behavior that zstdcat deletes > its

Re: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Pedro Giffuni
Hello; > On Dec 5, 2017, at 12:17, Cy Schubert wrote: > > What side effects? Can you give one or two examples, please? > Sorry, I forgot the details .. but I am pretty sure there was exp-run and breakage in the ports tree. Pedro. > --- > Sent using a tiny phone

svn commit: r326608 - head/sys/fs/tmpfs

2017-12-05 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 6 00:44:49 2017 New Revision: 326608 URL: https://svnweb.freebsd.org/changeset/base/326608 Log: Fix file missed in r326607. Modified: head/sys/fs/tmpfs/tmpfs_fifoops.c Modified: head/sys/fs/tmpfs/tmpfs_fifoops.c

svn commit: r326607 - head/sys/fs/tmpfs

2017-12-05 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 6 00:42:08 2017 New Revision: 326607 URL: https://svnweb.freebsd.org/changeset/base/326607 Log: Reduce pollution via tmpfs.h. Modified: head/sys/fs/tmpfs/tmpfs.h head/sys/fs/tmpfs/tmpfs_subr.c head/sys/fs/tmpfs/tmpfs_vfsops.c

svn commit: r326605 - head/sys/cam

2017-12-05 Thread Warner Losh
Author: imp Date: Wed Dec 6 00:29:43 2017 New Revision: 326605 URL: https://svnweb.freebsd.org/changeset/base/326605 Log: Add NVME as a known device type for devstat processing. Also, reduce the amount of cut and pasted code a little since only two args are different in the

svn commit: r326606 - in head/sys/cam: . ata mmc nvme scsi

2017-12-05 Thread Warner Losh
Author: imp Date: Wed Dec 6 00:29:50 2017 New Revision: 326606 URL: https://svnweb.freebsd.org/changeset/base/326606 Log: Remove unused 4th argument to match the standard error routines. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D13386 Modified:

svn commit: r326604 - in stable: 10/etc/rc.d 11/etc/rc.d

2017-12-05 Thread Cy Schubert
Author: cy Date: Wed Dec 6 00:00:37 2017 New Revision: 326604 URL: https://svnweb.freebsd.org/changeset/base/326604 Log: MFC r326343: Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop Original commit by:asomers MFC PR:

svn commit: r326604 - in stable: 10/etc/rc.d 11/etc/rc.d

2017-12-05 Thread Cy Schubert
Author: cy Date: Wed Dec 6 00:00:37 2017 New Revision: 326604 URL: https://svnweb.freebsd.org/changeset/base/326604 Log: MFC r326343: Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop Original commit by:asomers MFC PR:

svn commit: r326603 - head/contrib/mdocml

2017-12-05 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 5 23:06:15 2017 New Revision: 326603 URL: https://svnweb.freebsd.org/changeset/base/326603 Log: mdoc(7): Update .Dd for previous commit Modified: head/contrib/mdocml/mdoc.7 Modified: head/contrib/mdocml/mdoc.7

svn commit: r326602 - head/sys/cam/scsi

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 23:02:31 2017 New Revision: 326602 URL: https://svnweb.freebsd.org/changeset/base/326602 Log: Remove stray cam_periph_async call. It's called twice this way. While currently harmless for AC_UNIT_ATTENTION event (cam_periph_async does nothing with them), it's

svn commit: r326601 - head/contrib/mdocml

2017-12-05 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 5 23:00:41 2017 New Revision: 326601 URL: https://svnweb.freebsd.org/changeset/base/326601 Log: mdocml: Add IEEE Std 1003.1-2008, 2016 edition Also document IEEE Std 1003.1-2008, 2013 edition in mdoc(7) (as well as the 2016 edition). Submitted by: Yuri

svn commit: r326600 - head/contrib/compiler-rt/lib/builtins

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 22:24:20 2017 New Revision: 326600 URL: https://svnweb.freebsd.org/changeset/base/326600 Log: Since this is contrib code, create an upstreamable version of my change. Now on FreeBSD and NetBSD if _STANDALONE is defined, we include the kernel version with

svn commit: r326599 - head/sys/dev/vt

2017-12-05 Thread Ed Maste
Author: emaste Date: Tue Dec 5 22:19:59 2017 New Revision: 326599 URL: https://svnweb.freebsd.org/changeset/base/326599 Log: Implement "vidcontrol -h " for vt(4) PR: 210415 Submitted by: Siva Mahadevan Reviewed by: ray (earlier) MFC after:1 month Relnotes: yes

svn commit: r326598 - head/sys/modules/dtb/allwinner

2017-12-05 Thread Kyle Evans
Author: kevans Date: Tue Dec 5 22:05:10 2017 New Revision: 326598 URL: https://svnweb.freebsd.org/changeset/base/326598 Log: dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822 sinovoip-bpi-m3.dts was disconnected from the build in r324822. Since then, a CCU driver has been added

svn commit: r326597 - head/sys/dev/vnic

2017-12-05 Thread Ed Maste
Author: emaste Date: Tue Dec 5 22:02:46 2017 New Revision: 326597 URL: https://svnweb.freebsd.org/changeset/base/326597 Log: vnic: apply hardware L3 checksum only for IPv4 Previously we set the csum_l3 flag for IPv4 and IPv6, but only IPv4 should have header checksumming applied.

svn commit: r326596 - head

2017-12-05 Thread Ed Maste
Author: emaste Date: Tue Dec 5 21:42:09 2017 New Revision: 326596 URL: https://svnweb.freebsd.org/changeset/base/326596 Log: Makefile.inc1: map mips MACHINE_/TARGET_ARCH to triples This helps Clang MIPS builds. Reviewed by: bdrewery, jhb (earlier version) Differential Revision:

svn commit: r326595 - head/sys/arm/allwinner

2017-12-05 Thread Kyle Evans
Author: kevans Date: Tue Dec 5 21:40:52 2017 New Revision: 326595 URL: https://svnweb.freebsd.org/changeset/base/326595 Log: a10_gpio: Don't do read/set dance if pin is already configured for output This fixes some regulator issues with a83t/BananaPi-M3; the pin value was getting

svn commit: r326594 - head/stand/libsa

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:38:24 2017 New Revision: 326594 URL: https://svnweb.freebsd.org/changeset/base/326594 Log: Now that we offer a semi-sane standards-ish set of #include files in the stand environment that's safe to use (and insulated from whatever build env you might normally

svn commit: r326593 - in head/stand: . libsa

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:38:19 2017 New Revision: 326593 URL: https://svnweb.freebsd.org/changeset/base/326593 Log: Stop building with the standard system headers. Building with the standard system headers isn't a perfect match to the stand environment. Instead, copy over the

svn commit: r326591 - head/contrib/compiler-rt/lib/builtins

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:38:10 2017 New Revision: 326591 URL: https://svnweb.freebsd.org/changeset/base/326591 Log: This isn't NetBSD specific code. Include these for any kernel / standalone use. Tweak for FreeBSD's quirky limits.h stuff. Sponsored by: Netflix Modified:

svn commit: r326592 - head/stand/userboot/test

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:38:14 2017 New Revision: 326592 URL: https://svnweb.freebsd.org/changeset/base/326592 Log: Don't inherit CFLAGS. This a specialized test program, and can be built with mostly default flags. Do so in anticipation of the rest of stand not building with system

svn commit: r326590 - in head/stand: common efi/loader

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:38:04 2017 New Revision: 326590 URL: https://svnweb.freebsd.org/changeset/base/326590 Log: Prefer stdint.h to inttypes.h since the added prototypes form the latter aren't used. Prefer sys/link_elf.h to link.h so we're only dependent on the kernel tree. The

svn commit: r326588 - in head/stand/i386: gptzfsboot zfsboot

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:55 2017 New Revision: 326588 URL: https://svnweb.freebsd.org/changeset/base/326588 Log: Need to include skein in the include path so we don't get this from the "system" headers (though in buildworld, it's from the recently built sysroot). Sponsored

svn commit: r326589 - head/stand/efi/boot1

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:59 2017 New Revision: 326589 URL: https://svnweb.freebsd.org/changeset/base/326589 Log: Make sure we include the right path for skein.h, as well only include the ZFS flags for zfs_modules.c. This keeps us from pulling from the system or sysroot during

svn commit: r326587 - head/stand/libsa

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:50 2017 New Revision: 326587 URL: https://svnweb.freebsd.org/changeset/base/326587 Log: Use the kernel relative paths, rather than the userland relative paths for the iso9660 header files. Sponsored by: Netflix Modified: head/stand/libsa/cd9660.c

svn commit: r326586 - head/stand/geli

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:45 2017 New Revision: 326586 URL: https://svnweb.freebsd.org/changeset/base/326586 Log: No need to include the userland md5.h, the kernel one is just fine. Sponsored by: Netflix Modified: head/stand/geli/geliboot_internal.h Modified:

svn commit: r326585 - head/stand/ficl

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:41 2017 New Revision: 326585 URL: https://svnweb.freebsd.org/changeset/base/326585 Log: Include ficl.h before anything else and avoid including anything at all if we're not building float. Sponsored by: Netflix Modified: head/stand/ficl/float.c

svn commit: r326584 - head/sys/geom/eli

2017-12-05 Thread Warner Losh
Author: imp Date: Tue Dec 5 21:37:32 2017 New Revision: 326584 URL: https://svnweb.freebsd.org/changeset/base/326584 Log: When building standalone, include stand.h rather than the kernel includes or the userland includes. Sponsored by: Netflix Modified: head/sys/geom/eli/g_eli_hmac.c

svn commit: r326583 - head

2017-12-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 5 21:36:08 2017 New Revision: 326583 URL: https://svnweb.freebsd.org/changeset/base/326583 Log: native-xtools: Ensure GCC files are cleaned up. Because we force enable MK_GCC when building we need to also force enable it for the cleaning phase. Otherwise

svn commit: r326582 - head/share/mk

2017-12-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 5 21:30:22 2017 New Revision: 326582 URL: https://svnweb.freebsd.org/changeset/base/326582 Log: Deal with bmake-20170301 no longer resolving -C like it used to. Several checks assume .CURDIR is resolved, such as for determining RELDIR from SRCTOP/.CURDIR.

svn commit: r326581 - head/share/mk

2017-12-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 5 21:30:17 2017 New Revision: 326581 URL: https://svnweb.freebsd.org/changeset/base/326581 Log: Handle writable-but-not-a-directory cases for writable OBJDIR check. Sponsored by: Dell EMC Modified: head/share/mk/src.sys.obj.mk Modified:

svn commit: r326580 - in head: . share/mk

2017-12-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 5 21:29:47 2017 New Revision: 326580 URL: https://svnweb.freebsd.org/changeset/base/326580 Log: AUTO_OBJ: For all top-level targets enforce using an OBJDIR. This will cause an error if the wanted OBJDIR is not writable. Previously it would cause the files

Re: svn commit: r282485 - head/lib/libc/gen

2017-12-05 Thread Alan Somers
On Tue, May 5, 2015 at 8:52 AM, Julian Elischer wrote: > Author: julian > Date: Tue May 5 14:52:33 2015 > New Revision: 282485 > URL: https://svnweb.freebsd.org/changeset/base/282485 > > Log: > Tweak seekdir, telldir and readdir so that when htere are deletes going > on, >

svn commit: r326579 - in head/sys: arm/allwinner arm/allwinner/clkng arm/allwinner/h3 conf

2017-12-05 Thread Emmanuel Vadot
Author: manu Date: Tue Dec 5 21:21:23 2017 New Revision: 326579 URL: https://svnweb.freebsd.org/changeset/base/326579 Log: Allwinner H5: Enhance support Add proper gpio and clock support Modified: head/sys/arm/allwinner/a10_gpio.c head/sys/arm/allwinner/clkng/ccu_h3.c

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Conrad Meyer
On Tue, Dec 5, 2017 at 12:16 PM, Cy Schubert wrote: > In message om> > , Eitan Adler writes: >> I'm not near my commit box right now so someone will have to revert >> it. What's funny is that I ran a

svn commit: r326578 - in head/sys: dev/bnxt net

2017-12-05 Thread Stephen Hurd
Author: shurd Date: Tue Dec 5 21:00:31 2017 New Revision: 326578 URL: https://svnweb.freebsd.org/changeset/base/326578 Log: iflib: Support to padding Ethernet frames to a min size Some bnxt devices do not correctly send frames smaller than 52 bytes (without CRC), so add a quirk that

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
In message , Eitan Adler writes: > I'm not near my commit box right now so someone will have to revert > it. What's funny is that I ran a complete 'make buildworld > buildkernel' last night with this patch. > > Will respond to

svn commit: r326577 - head/sys/net

2017-12-05 Thread Stephen Hurd
Author: shurd Date: Tue Dec 5 20:43:24 2017 New Revision: 326577 URL: https://svnweb.freebsd.org/changeset/base/326577 Log: Avoid calling CURVNET_[SET|RESTORE] for each packet The LRO possible test was calling CURVNET_SET once for IPv4 or IPv6 for each packet in a chain. Only call it

svn commit: r326576 - in head: lib/libc/sys sys/sys

2017-12-05 Thread Ed Maste
Author: emaste Date: Tue Dec 5 20:19:13 2017 New Revision: 326576 URL: https://svnweb.freebsd.org/changeset/base/326576 Log: use @@@ instead of @@ in __sym_default Using .symver foo,foo@@VER causes foo and foo@@VER to be output to the .o file. This requires foo to be weak since

svn commit: r326575 - in head/usr.bin: . sponge

2017-12-05 Thread Cy Schubert
Author: cy Date: Tue Dec 5 20:06:53 2017 New Revision: 326575 URL: https://svnweb.freebsd.org/changeset/base/326575 Log: Fix build after r326554; reconnect sponge to build again. Modified: head/usr.bin/Makefile head/usr.bin/sponge/sponge.c Modified: head/usr.bin/Makefile

svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 5 19:55:53 2017 New Revision: 326574 URL: https://svnweb.freebsd.org/changeset/base/326574 Log: Generate fully RFC3164 compliant messages, with timestamp and hostname. Allow to set hostname to any string with -H. MFC after:2 months Modified:

svn commit: r326573 - head/usr.sbin/syslogd

2017-12-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 5 19:54:55 2017 New Revision: 326573 URL: https://svnweb.freebsd.org/changeset/base/326573 Log: When parsing remote messages, require them to have standard timestamp field, and support properly parse out the hostname as described by RFC3164, which wasn't done

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Looks like it was disconnected from buildworld. I have a patch on my laptop but I won't have internet connectivity for another hour. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert

svn commit: r326572 - head/sys/dev/ioat

2017-12-05 Thread Conrad Meyer
Author: cem Date: Tue Dec 5 18:48:58 2017 New Revision: 326572 URL: https://svnweb.freebsd.org/changeset/base/326572 Log: ioat(4): Add Skylake Xeon PCI-ID SKX IOAT is just another 3.2 version of the CBDMA engine. Submitted by: Deepak Veliath Sponsored by: Dell EMC Isilon

svn commit: r326571 - in head: sbin/ifconfig sys/net

2017-12-05 Thread Eric Joyner
Author: erj Date: Tue Dec 5 18:42:07 2017 New Revision: 326571 URL: https://svnweb.freebsd.org/changeset/base/326571 Log: ifconfig(8): Display extended compliance code string for SFP transceivers - Updates tables in affected files with new entries from newer spec revisions of SFF-8472,

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Eitan Adler
I'm not near my commit box right now so someone will have to revert it. What's funny is that I ran a complete 'make buildworld buildkernel' last night with this patch. Will respond to the rest of the thread later On 5 December 2017 at 10:08, Eric Joyner wrote: > I got told by a

svn commit: r326570 - head/usr.bin

2017-12-05 Thread Dimitry Andric
Author: dim Date: Tue Dec 5 18:26:34 2017 New Revision: 326570 URL: https://svnweb.freebsd.org/changeset/base/326570 Log: For now, disconnect usr.bin/sponge from the build, to unbreak world after r326557. Noticed by: many Pointy hat to:eadler Modified:

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Eric Joyner
I got told by a co-worker that this broke buildworld. Can this commit get reverted/have the cast fixed? - Eric (erj) On Tue, Dec 5, 2017 at 9:50 AM Cy Schubert wrote: > Our sed already creates backup files "optionally" just as gsed does. Only > the syntax is

RE: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Our sed already creates backup files "optionally" just as gsed does. Only the syntax is different. No need to sponge sed, just sed -i '' (whereas gsed is -i without the argument). --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Conrad Meyer
Please revert this change, along with r326555 and r326557. I am not opposed to the idea of a version of this utility in base. I am opposed to breaking the build, and functionally broken programs. Thanks, Conrad On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: > Author:

svn commit: r326569 - head/sys/modules/vmm

2017-12-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 5 17:23:33 2017 New Revision: 326569 URL: https://svnweb.freebsd.org/changeset/base/326569 Log: Fix cyclic dependency after r326552. The OBJS_DEPEND_GUESS mechanism was making vmx_genassym.o depend on all headers along with vmx_assym.h, though vmx_assym.h

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 5, 2017, at 8:29 AM, Cy Schubert wrote: > > Why not update sed to create the backup file only if the suffix is given to > -i, like gnu sed does. > I suspect that would break countless scripts that test uname to determine how to use the -i flag of sed. --

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
>> On Dec 5, 2017, at 8:29 AM, Matt Joras wrote: >> >> On Tue, Dec 5, 2017 at 8:06 AM, Devin Teske wrote: >> >> >> The problems I have are: >> >> 1. Should be in ports >> >> Not pre-installed on Linux, why should we have it in base? > "Pre-installed on

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
What side effects? Can you give one or two examples, please? --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Rodney W. Grimes
[ Charset windows-1252 unsupported, converting... ] > > On 05/12/2017 11:29, Cy Schubert wrote: > > Why not update sed to create the backup file only if the suffix is > > given to -i, like gnu sed does. > > > > No, no .. there have been several failed attempts at that that cause > nasty side

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Pedro Giffuni
On 05/12/2017 11:29, Cy Schubert wrote: Why not update sed to create the backup file only if the suffix is given to -i, like gnu sed does. No, no .. there have been several failed attempts at that that cause nasty side effects. It is also a rather non-standardish thing to do. Pedro.

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
I'll post a phab review at openhack tonight. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. ---

RE: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Why not update sed to create the backup file only if the suffix is given to -i, like gnu sed does. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert or The

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Matt Joras
On Tue, Dec 5, 2017 at 8:06 AM, Devin Teske wrote: > > > The problems I have are: > > 1. Should be in ports > > Not pre-installed on Linux, why should we have it in base? "Pre-installed on Linux" is meaningless. The closest analog to our base is arguably GNU coreutils. It is indeed

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 5, 2017, at 7:53 AM, Matt Joras wrote: > > > > On Dec 5, 2017 7:35 AM, "Devin Teske" wrote: > > > On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote: > > > >> On 12/05/17 13:58, Rodney W. Grimes wrote: > >> Further more,

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Matt Joras
On Dec 5, 2017 7:35 AM, "Devin Teske" wrote: > On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote: > >> On 12/05/17 13:58, Rodney W. Grimes wrote: >> Further more, why does freebsd need this in base? > > Hi, > > I think this is useful. It could replace the

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 4, 2017, at 8:40 PM, Conrad Meyer wrote: > >> On Mon, Dec 4, 2017 at 8:30 PM, Conrad Meyer wrote: >>> On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: >>> Author: eadler >>> Date: Tue Dec 5 03:55:10 2017 >>> New Revision:

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote: > >> On 12/05/17 13:58, Rodney W. Grimes wrote: >> Further more, why does freebsd need this in base? > > Hi, > > I think this is useful. It could replace the "-i " (intermediate) option for > "sed" for example. It

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
In message <201712050355.vb53tapl074...@repo.freebsd.org>, Eitan Adler writes: > Author: eadler > Date: Tue Dec 5 03:55:10 2017 > New Revision: 326554 > URL: https://svnweb.freebsd.org/changeset/base/326554 > > Log: > sponge(1): initial commit > > sponge(1) is a utility that reads input

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Hans Petter Selasky
On 12/05/17 14:44, Konstantin Belousov wrote: On Tue, Dec 05, 2017 at 02:00:00PM +0100, Hans Petter Selasky wrote: On 12/05/17 13:58, Rodney W. Grimes wrote: Further more, why does freebsd need this in base? Hi, I think this is useful. It could replace the "-i " (intermediate) option for

svn commit: r326568 - stable/10/sys/netgraph

2017-12-05 Thread Julian Elischer
Author: julian Date: Tue Dec 5 14:46:12 2017 New Revision: 326568 URL: https://svnweb.freebsd.org/changeset/base/326568 Log: Steps to Reproduce: #ngctl mkpeer ipfw: patch 7 in #ngctl name ipfw:7 tcp_rst #ngctl connect ipfw: tcp_rst: 8 out #ngctl msg tcp_rst: setconfig { count=1

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
In message <201712051258.vb5cwjqn051...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Gri mes" writes: > [ Charset UTF-8 unsupported, converting... ] > > On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: > > > Author: eadler > > > Date: Tue Dec 5 03:55:10 2017 > > > New Revision:

svn commit: r326567 - head/sys/ddb

2017-12-05 Thread Andriy Gapon
Author: avg Date: Tue Dec 5 14:22:08 2017 New Revision: 326567 URL: https://svnweb.freebsd.org/changeset/base/326567 Log: ddb: fix validation of cpu id in 'set db_cpu=x' MFC after:1 week Modified: head/sys/ddb/db_sym.c Modified: head/sys/ddb/db_sym.c

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Konstantin Belousov
On Tue, Dec 05, 2017 at 02:00:00PM +0100, Hans Petter Selasky wrote: > On 12/05/17 13:58, Rodney W. Grimes wrote: > > Further more, why does freebsd need this in base? > > Hi, > > I think this is useful. It could replace the "-i " (intermediate) option > for "sed" for example. It avoids

Re: svn commit: r326558 - in head: . usr.sbin/fdformat

2017-12-05 Thread Cy Schubert
In message

svn commit: r326566 - head

2017-12-05 Thread Cy Schubert
Author: cy Date: Tue Dec 5 13:41:21 2017 New Revision: 326566 URL: https://svnweb.freebsd.org/changeset/base/326566 Log: Fix cut & paste error from r326558. Reported by: ed MFC after:1 week X-MFC with: r326558 Pointy hat to:cy Modified: head/ObsoleteFiles.inc

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Tue Dec 5 03:55:10 2017 > New Revision: 326554 > URL: https://svnweb.freebsd.org/changeset/base/326554 > > Log: > sponge(1): initial commit > > sponge(1) is a utility that reads input until > complete, then opens the

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Hans Petter Selasky
On 12/05/17 13:58, Rodney W. Grimes wrote: Further more, why does freebsd need this in base? Hi, I think this is useful. It could replace the "-i " (intermediate) option for "sed" for example. It avoids creating temporary files when filtering files, right? --HPS

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: > > Author: eadler > > Date: Tue Dec 5 03:55:10 2017 > > New Revision: 326554 > > URL: https://svnweb.freebsd.org/changeset/base/326554 > > > > Log: > > sponge(1): initial

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Li-Wen Hsu
On Tue, Dec 05, 2017 at 10:43:45 +0200, Konstantin Belousov wrote: > On Tue, Dec 05, 2017 at 03:55:10AM +, Eitan Adler wrote: > > Author: eadler > > Date: Tue Dec 5 03:55:10 2017 > > New Revision: 326554 > > URL: https://svnweb.freebsd.org/changeset/base/326554 [...] > > Added:

Re: svn commit: r326558 - in head: . usr.sbin/fdformat

2017-12-05 Thread Ed Schouten
2017-12-05 6:02 GMT+01:00 Cy Schubert : > +OLD_FILES+=usr/share/man/man8/fdformat.1.gz s/man8/man1/, right? :-) -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands ___ svn-src-all@freebsd.org mailing list

svn commit: r326565 - head/release/tools

2017-12-05 Thread Colin Percival
Author: cperciva Date: Tue Dec 5 09:22:14 2017 New Revision: 326565 URL: https://svnweb.freebsd.org/changeset/base/326565 Log: Make EC2 instances use Amazon's NTP service for time synchronization. Since Amazon provides NTP servers within their network, this should be far superior to

svn commit: r326564 - head/release/tools

2017-12-05 Thread Colin Percival
Author: cperciva Date: Tue Dec 5 09:08:48 2017 New Revision: 326564 URL: https://svnweb.freebsd.org/changeset/base/326564 Log: Resurrect r321659: Turn off ChallengeResponseAuthentication for EC2 AMIs. EC2 instances are normally launched with an SSH public key specified, which is then

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Konstantin Belousov
On Tue, Dec 05, 2017 at 03:55:10AM +, Eitan Adler wrote: > Author: eadler > Date: Tue Dec 5 03:55:10 2017 > New Revision: 326554 > URL: https://svnweb.freebsd.org/changeset/base/326554 > > Log: > sponge(1): initial commit > > sponge(1) is a utility that reads input until > complete,

svn commit: r326563 - in head/contrib/ofed: infiniband-diags/build libibnetdisc opensm/complib opensm/libopensm opensm/libvendor opensm/opensm

2017-12-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 5 08:25:17 2017 New Revision: 326563 URL: https://svnweb.freebsd.org/changeset/base/326563 Log: Correctly prefix the infiniband include directory for buildworld. This fixes the OFED buildworld target, WITH_OFED=YES, when the include files are not already