svn commit: r324430 - head/bin/ps

2017-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Oct 9 13:53:41 2017 New Revision: 324430 URL: https://svnweb.freebsd.org/changeset/base/324430 Log: Undocument "tdnam" (leaving it as an alias), and rename the column to TDNAME. Suggested by: bde MFC after:2 weeks Sponsored by: DARPA, AFRL Modified:

svn commit: r324432 - head/sys/i386/i386

2017-10-09 Thread Konstantin Belousov
Author: kib Date: Mon Oct 9 15:24:18 2017 New Revision: 324432 URL: https://svnweb.freebsd.org/changeset/base/324432 Log: More style. Reviewed by: bde Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/i386/i386/sys_machdep.c Modified:

Re: svn commit: r324427 - head/bin/ps

2017-10-09 Thread Bruce Evans
{Please ignore my previous null reply] On Mon, 9 Oct 2017, Sergey Kandaurov wrote: On 9 October 2017 at 13:24, Edward Tomasz Napierala wrote: Author: trasz Date: Mon Oct 9 10:24:06 2017 New Revision: 324427 URL: https://svnweb.freebsd.org/changeset/base/324427 Log:

svn commit: r324429 - head/bin/ps

2017-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Oct 9 13:48:10 2017 New Revision: 324429 URL: https://svnweb.freebsd.org/changeset/base/324429 Log: Fix long name (used by libxo) for the "tdnam" ps(1) keyword. Reported by: pluknet MFC after:2 weeks Sponsored by: DARPA, AFRL Modified:

svn commit: r324431 - head/usr.bin/patch

2017-10-09 Thread Kyle Evans
Author: kevans Date: Mon Oct 9 14:50:02 2017 New Revision: 324431 URL: https://svnweb.freebsd.org/changeset/base/324431 Log: patch(1): Don't overrun line buffer in some cases Patches like file.txt attached to PR 190195 with a final line formed like ">(EOL)" could cause a copy past the

svn commit: r324433 - in head/sys/i386: i386 include

2017-10-09 Thread Konstantin Belousov
Author: kib Date: Mon Oct 9 15:39:43 2017 New Revision: 324433 URL: https://svnweb.freebsd.org/changeset/base/324433 Log: Reset the fs and gs bases on exec(2). The values from the old address space do not make sense for the new program. In particular, gsbase might be the TLS base for

Re: svn commit: r324423 - head/share/misc

2017-10-09 Thread Li-Wen Hsu
On Mon, Oct 09, 2017 at 05:01:52 +, Eitan Adler wrote: > Author: eadler > Date: Mon Oct 9 05:01:51 2017 > New Revision: 324423 > URL: https://svnweb.freebsd.org/changeset/base/324423 > > Log: > Update iso3166 codes > > Based on >

Re: svn commit: r324423 - head/share/misc

2017-10-09 Thread Eitan Adler
On 9 October 2017 at 07:47, Li-Wen Hsu wrote: > Hi Eitan, > > Plase revert this line, "Taiwan" is how we call ourself. Done in r324436. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams ___

svn commit: r324434 - in head/sys: dev/iwm modules/iwmfw/iwm8265fw

2017-10-09 Thread George V. Neville-Neil
Author: gnn Date: Mon Oct 9 15:48:56 2017 New Revision: 324434 URL: https://svnweb.freebsd.org/changeset/base/324434 Log: Add support for Intel 8265 WiFi Obtained from:OpenBSD MFC after:1 month Added: head/sys/modules/iwmfw/iwm8265fw/

svn commit: r324436 - head/share/misc

2017-10-09 Thread Eitan Adler
Author: eadler Date: Mon Oct 9 16:02:15 2017 New Revision: 324436 URL: https://svnweb.freebsd.org/changeset/base/324436 Log: See r198948 Modified: head/share/misc/iso3166 Modified: head/share/misc/iso3166 == ---

svn commit: r324437 - head/sys/i386/i386

2017-10-09 Thread Konstantin Belousov
Author: kib Date: Mon Oct 9 16:07:27 2017 New Revision: 324437 URL: https://svnweb.freebsd.org/changeset/base/324437 Log: Improvements to set_user_ldt(). Remove mtx_owned() checks from set_user_ldt(). Split the function into _locked() version which requires the dt_lock spinlock owned,

svn commit: r324442 - head/release/arm

2017-10-09 Thread Glen Barber
Author: gjb Date: Mon Oct 9 17:12:02 2017 New Revision: 324442 URL: https://svnweb.freebsd.org/changeset/base/324442 Log: Switch BEAGLEBONE, CUBIEBOARD, and PANDABOARD to use the GENERIC kernel configuration. Submitted by: andrew Differential Revision:

svn commit: r324435 - head/sys/contrib/dev/iwm

2017-10-09 Thread George V. Neville-Neil
Author: gnn Date: Mon Oct 9 15:54:57 2017 New Revision: 324435 URL: https://svnweb.freebsd.org/changeset/base/324435 Log: Add the firmware for the Intel 8265 WiFi device. MFC after:1 month Added: head/sys/contrib/dev/iwm/iwm-8265-22.fw.uu Added:

svn commit: r324439 - head/sys/amd64/amd64

2017-10-09 Thread Konstantin Belousov
Author: kib Date: Mon Oct 9 16:20:39 2017 New Revision: 324439 URL: https://svnweb.freebsd.org/changeset/base/324439 Log: Change amd64_get_ldt() to return 'EOF' when the LDT is not yet allocated, when requested range of descriptors does not fit into currently allocated LDT, or trim the

svn commit: r324438 - head/sys/i386/i386

2017-10-09 Thread Konstantin Belousov
Author: kib Date: Mon Oct 9 16:19:26 2017 New Revision: 324438 URL: https://svnweb.freebsd.org/changeset/base/324438 Log: Change i386_get_ldt() to return 'EOF' when the requested range of descriptors does not fit into currently allocated LDT, or trim the return if the range fits partially.

Re: svn commit: r324415 - in head/sys: kern sys

2017-10-09 Thread John Baldwin
On Sunday, October 08, 2017 11:56:30 AM Ian Lepore wrote: > On Sun, 2017-10-08 at 17:33 +, Ian Lepore wrote: > > Author: ian > > Date: Sun Oct 8 17:33:49 2017 > > New Revision: 324415 > > URL: https://svnweb.freebsd.org/changeset/base/324415 > > > > Log: > > Add eventhandler notifications

svn commit: r324441 - head/usr.sbin/freebsd-update

2017-10-09 Thread Guangyuan Yang
Author: ygy (doc committer) Date: Mon Oct 9 16:33:37 2017 New Revision: 324441 URL: https://svnweb.freebsd.org/changeset/base/324441 Log: Fix freebsd-update(8) erroneous message and exit status when "fetch install" used. PR: 190660 Reviewed by: allanjude Approved by:

svn commit: r324444 - head/sys/kern

2017-10-09 Thread Alan Cox
Author: alc Date: Mon Oct 9 18:19:06 2017 New Revision: 32 URL: https://svnweb.freebsd.org/changeset/base/32 Log: The recent change to initialization of blists (r324420) relied on '-1' appearing only where the code explicitly set it, but since much of the data was not initialized,

svn commit: r324445 - head/sys/kern

2017-10-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 9 18:33:29 2017 New Revision: 324445 URL: https://svnweb.freebsd.org/changeset/base/324445 Log: When showing the sleepqueues from the in-kernel debugger, properly dump all the sendqueues and not just the first one History: It appears that in the commit

Re: svn commit: r324420 - in head/sys: kern sys

2017-10-09 Thread Alan Cox
On 10/09/2017 10:54, Cy Schubert wrote: > In message <201710082217.v98mhdni012...@repo.freebsd.org>, Alan Cox writes: >> Author: alc >> Date: Sun Oct 8 22:17:39 2017 >> New Revision: 324420 >> URL: https://svnweb.freebsd.org/changeset/base/324420 >> >> Log: >> The blst_radix_init function has

svn commit: r324443 - head/usr.sbin/cxgbetool

2017-10-09 Thread Navdeep Parhar
Author: np Date: Mon Oct 9 18:00:40 2017 New Revision: 324443 URL: https://svnweb.freebsd.org/changeset/base/324443 Log: cxgbetool(8): Do not close uninitialized fd on malloc failure. MFC after:1 week Sponsored by: Chelsio Communications Modified:

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

2017-10-09 Thread Cy Schubert
In message <201710091819.v99ij6ob009...@repo.freebsd.org>, Alan Cox writes: > Author: alc > Date: Mon Oct 9 18:19:06 2017 > New Revision: 32 > URL: https://svnweb.freebsd.org/changeset/base/32 > > Log: > The recent change to initialization of blists (r324420) relied on '-1' >

svn commit: r324446 - in head: share/man/man9 sys/compat/ndis sys/dev/cas sys/dev/cxgbe sys/dev/cxgbe/tom sys/dev/dpaa sys/dev/if_ndis sys/dev/iscsi_initiator sys/dev/lge sys/dev/mwl sys/dev/netmap...

2017-10-09 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 9 20:35:31 2017 New Revision: 324446 URL: https://svnweb.freebsd.org/changeset/base/324446 Log: Shorten list of arguments to mbuf external storage freeing function. All of these arguments are stored in m_ext, so there is no reason to pass them in the

Re: svn commit: r324406 - head/sys/modules/em

2017-10-09 Thread Brooks Davis
On Sun, Oct 08, 2017 at 08:42:35AM -0700, Rodney W. Grimes wrote: > > > > > On Oct 7, 2017, at 16:33, Sean Bruno wrote: > > > > > > Author: sbruno > > > Date: Sat Oct 7 23:33:14 2017 > > > New Revision: 324406 > > > URL: https://svnweb.freebsd.org/changeset/base/324406 > >

svn commit: r324447 - in head/sys: kern sys

2017-10-09 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 9 20:51:58 2017 New Revision: 324447 URL: https://svnweb.freebsd.org/changeset/base/324447 Log: In mb_dupcl() don't copy full m_ext, to avoid cache miss. Respectively, in mb_free_ext() always use fields from the original refcount holding mbuf (see. r296242)

svn commit: r324448 - in head/sys: kern sys

2017-10-09 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 9 21:06:16 2017 New Revision: 324448 URL: https://svnweb.freebsd.org/changeset/base/324448 Log: Improvements to sendfile(2) mbuf free routine. o Fall back to default m_ext free mech, using function pointer in m_ext_free, and remove sf_ext_free() called

svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:11:57 2017 New Revision: 324449 URL: https://svnweb.freebsd.org/changeset/base/324449 Log: Prefer ${LIBSTAND} to -lstand Sponsored by: Netflix Modified: head/sys/boot/arm/uboot/Makefile head/sys/boot/efi/boot1/Makefile

svn commit: r324451 - in head/sys/boot: . fdt

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:12:39 2017 New Revision: 324451 URL: https://svnweb.freebsd.org/changeset/base/324451 Log: Add missing -I${SASRC} in a couple of places so that stand.h doesn't accidentally come in via host pollution. Sponsored by: Netflix Modified:

svn commit: r324450 - in head/sys/boot: . arm/uboot common efi/fdt efi/libefi efi/loader i386/libfirewire i386/libi386 i386/loader libstand32 mips/beri/boot2 mips/beri/loader mips/uboot ofw/libofw ...

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:12:32 2017 New Revision: 324450 URL: https://svnweb.freebsd.org/changeset/base/324450 Log: Define SASRC and use it Define SASRC to point to the current libstand sources. Include ../Makefile.inc early enough in a few places so we can .include

svn commit: r324452 - in head/sys/boot: . arm/uboot efi/boot1 efi/loader i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot mips/beri/boot2 mips/beri/loader mips/uboot powerpc/kboot powerpc/ofw ...

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:12:46 2017 New Revision: 324452 URL: https://svnweb.freebsd.org/changeset/base/324452 Log: Define LIBSA* and use them instead of overloaded LIBSTAND LIBSA is the current stand alone library. LIBSA32 is the 32-bit version of the library. LIBSAU is the

svn commit: r324454 - in head: . lib share/mk

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:12:57 2017 New Revision: 324454 URL: https://svnweb.freebsd.org/changeset/base/324454 Log: Disconnect libstand from the build. Remove libstand from the src/lib build. Remove LIBSTAND from bsd.libnames.mk. Add affected files to the obsolete files list.

svn commit: r324453 - in head/sys/boot: . libsa

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:12:53 2017 New Revision: 324453 URL: https://svnweb.freebsd.org/changeset/base/324453 Log: Create sys/boot/libsa and build libstand.a there Build libstand from inside the sys/boot build. Redirect all users in sys/boot to grab it from there. We still build

svn commit: r324455 - in head: . sys/sys

2017-10-09 Thread Warner Losh
Author: imp Date: Mon Oct 9 22:17:18 2017 New Revision: 324455 URL: https://svnweb.freebsd.org/changeset/base/324455 Log: Note libstand is no longer a public interface in UPDATING. Bump FreeBSD_version to 1200051 on the off chance that something cares. Sponsored by: Netflix Modified:

svn commit: r324456 - head/sbin/fsck_ffs

2017-10-09 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 9 22:19:58 2017 New Revision: 324456 URL: https://svnweb.freebsd.org/changeset/base/324456 Log: Do not report the filesystem as modified when the only change is to update the timestamp in the superblock. Reported by: Peter Holm MFC after:1 week

svn commit: r324457 - in head/sys/dev: pccbb pci

2017-10-09 Thread Alan Somers
Author: asomers Date: Mon Oct 9 22:27:38 2017 New Revision: 324457 URL: https://svnweb.freebsd.org/changeset/base/324457 Log: Remove embedded newlines from sysctl variable descriptions PR: 112556 Submitted by: Willem Jan Withagen (earlier version) Reported

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

2017-10-09 Thread Gleb Smirnoff
Sean & Jason, On Sat, Oct 07, 2017 at 11:30:57PM +, Sean Bruno wrote: S> Author: sbruno S> Date: Sat Oct 7 23:30:57 2017 S> New Revision: 324405 S> URL: https://svnweb.freebsd.org/changeset/base/324405 S> S> Log: S> Check so_error early in sendfile() call. Prior to this patch, if a S>

Re: svn commit: r324452 - in head/sys/boot: . arm/uboot efi/boot1 efi/loader i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot mips/beri/boot2 mips/beri/loader mips/uboot powerpc/kboot powerpc/ofw

2017-10-09 Thread John Baldwin
On Monday, October 09, 2017 10:12:47 PM Warner Losh wrote: > Author: imp > Date: Mon Oct 9 22:12:46 2017 > New Revision: 324452 > URL: https://svnweb.freebsd.org/changeset/base/324452 > > Log: > Define LIBSA* and use them instead of overloaded LIBSTAND > > LIBSA is the current stand alone

Re: svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Steven Hartland
Not sure which of these sets of changes caused the issue but a clean build from scratch is currently failing here with: In file included from /usr/home/smh/freebsd/base/head/sys/boot/efi/boot1/ufs_module.c:41: In file included from

Re: svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Warner Losh
Can you find out? A clean build works for me. Chances are good that sys/boot/efi/boot1/Makefile needs a line like CFLAGS+=-I${SASRC} or similar. I have to go out for 2 hours, but will look into when I get back if you can't make progress. I don't see one there and I had to add it a couple of other

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

2017-10-09 Thread Jason Eggleston
In tcp_input.c, this is where a RST is handled. so_error gets ECONNRESET, then tcp_close() is called. case TCPS_ESTABLISHED: case TCPS_FIN_WAIT_1: case TCPS_FIN_WAIT_2:

Re: svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Warner Losh
Oh, killed /usr/include/stand.h and found it. I'll post a fix when I get back. On Mon, Oct 9, 2017 at 6:00 PM, Warner Losh wrote: > Can you find out? A clean build works for me. Chances are good that > sys/boot/efi/boot1/Makefile needs a line like > CFLAGS+=-I${SASRC} or

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

2017-10-09 Thread Jason Eggleston
https://reviews.freebsd.org/D12633 On Mon, Oct 9, 2017 at 5:01 PM, Jason Eggleston wrote: > In tcp_input.c, this is where a RST is handled. so_error gets ECONNRESET, > then tcp_close() is called. > > case TCPS_ESTABLISHED: >

Re: svn commit: r324406 - head/sys/modules/em

2017-10-09 Thread Sean Bruno
On 10/09/17 14:33, Brooks Davis wrote: > On Sun, Oct 08, 2017 at 08:42:35AM -0700, Rodney W. Grimes wrote: >>> On Oct 7, 2017, at 16:33, Sean Bruno wrote: Author: sbruno Date: Sat Oct 7 23:33:14 2017 New Revision: 324406 URL:

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

2017-10-09 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue Oct 10 00:26:44 2017 New Revision: 324458 URL: https://svnweb.freebsd.org/changeset/base/324458 Log: Add Asus USB-N13, rev. B1 to the rtwn_usb hardware list Reported by: Patrik Horst Modified: head/share/man/man4/rtwn_usb.4

svn commit: r324459 - head/sys/kern

2017-10-09 Thread Sean Bruno
Author: sbruno Date: Tue Oct 10 00:32:21 2017 New Revision: 324459 URL: https://svnweb.freebsd.org/changeset/base/324459 Log: Revert r324405 at the request of the submitter pending better solution. Submitted by: Jason Eggleston Sponsored by: Limelight Networks

Re: svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Steven Hartland
Yer even no -j fails :( On 10/10/2017 01:01, Warner Losh wrote: Oh, killed /usr/include/stand.h and found it. I'll post a fix when I get back. On Mon, Oct 9, 2017 at 6:00 PM, Warner Losh > wrote: Can you find out? A clean build works for me.

svn commit: r324460 - in head/sys/boot: . arm/uboot common efi/fdt efi/libefi efi/loader fdt i386/libfirewire i386/libi386 i386/loader mips/beri/boot2 mips/beri/loader mips/uboot ofw/libofw powerpc...

2017-10-09 Thread Warner Losh
Author: imp Date: Tue Oct 10 01:31:44 2017 New Revision: 324460 URL: https://svnweb.freebsd.org/changeset/base/324460 Log: Rather than laying whack-a-mole with including the path to stand.h, always include it. Remove places where we explicitly include it. This also helps reduce the

Re: svn commit: r324420 - in head/sys: kern sys

2017-10-09 Thread Cy Schubert
In message <201710082217.v98mhdni012...@repo.freebsd.org>, Alan Cox writes: > Author: alc > Date: Sun Oct 8 22:17:39 2017 > New Revision: 324420 > URL: https://svnweb.freebsd.org/changeset/base/324420 > > Log: > The blst_radix_init function has two purposes - to compute the number of > nodes

svn commit: r324465 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 03:21:17 2017 New Revision: 324465 URL: https://svnweb.freebsd.org/changeset/base/324465 Log: MFC 323727,324316 323727 hyperv/hn: Apply VF's RSS setting Since in Azure SYN and SYN|ACK go through the synthetic parts while the rest of the

svn commit: r324466 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 03:29:36 2017 New Revision: 324466 URL: https://svnweb.freebsd.org/changeset/base/324466 Log: MFC 323728,323729 323728 hyperv/hn: Fix MTU setting - Add size of an ethernet header to the value configured to NVS. This does not seem to

svn commit: r324467 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 03:35:24 2017 New Revision: 324467 URL: https://svnweb.freebsd.org/changeset/base/324467 Log: MFC 324048 hyperv/hn: Set tcp header offset for CSUM/LSO offloading. No observable effect; better safe than sorry. Sponsored by: Microsoft

svn commit: r324468 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 03:40:38 2017 New Revision: 324468 URL: https://svnweb.freebsd.org/changeset/base/324468 Log: MFC 324049,324077 324049 hyperv/hn: Fix UDP checksum offload issue in Azure. UDP checksum offload does not work in Azure if following conditions are

Re: svn commit: r324457 - in head/sys/dev: pccbb pci

2017-10-09 Thread Bruce Evans
On Mon, 9 Oct 2017, Alan Somers wrote: Log: Remove embedded newlines from sysctl variable descriptions This doesn't fix the main bug of writing man pages in sysctl descriptions. Modified: head/sys/dev/pccbb/pccbb_isa.c

Re: svn commit: r324452 - in head/sys/boot: . arm/uboot efi/boot1 efi/loader i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot mips/beri/boot2 mips/beri/loader mips/uboot powerpc/kboot powerpc/ofw

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 16:23, John Baldwin wrote: … > s/along/alone/. bde@ probably prefers that the comments start with a capital > letter as well. Also: standalone is one word, not 2. -Ngie signature.asc Description: Message signed with OpenPGP using GPGMail

Re: svn commit: r324471 - head/sys/boot

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 21:56, Warner Losh wrote: > > DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. > > DO NOT MAKE ANY COMMITS TO sys/boot. > > BACK OFF. > > Seriously, though, extra changes create extra friction, and these changes > aren't worth any

svn commit: r324472 - in stable/11/sys: net sys

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 05:25:46 2017 New Revision: 324472 URL: https://svnweb.freebsd.org/changeset/base/324472 Log: MFC 323170 if: Add ioctls to get RSS key and hash type/function. It will be needed by hn(4) to configure its RSS key and hash type/function in the

svn commit: r324473 - stable/11/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 05:30:49 2017 New Revision: 324473 URL: https://svnweb.freebsd.org/changeset/base/324473 Log: MFC 323175 hyperv/hn: Implement SIOCGIFRSS{KEY,HASH}. The conditional compiling in the review request is removed, since these IOCTLs will be

svn commit: r324475 - stable/11/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 05:46:57 2017 New Revision: 324475 URL: https://svnweb.freebsd.org/changeset/base/324475 Log: MFC 323727,324316 323727 hyperv/hn: Apply VF's RSS setting Since in Azure SYN and SYN|ACK go through the synthetic parts while the rest of the

svn commit: r324476 - head/share/misc

2017-10-09 Thread Eitan Adler
Author: eadler Date: Tue Oct 10 05:47:10 2017 New Revision: 324476 URL: https://svnweb.freebsd.org/changeset/base/324476 Log: Add OpenBSD 6.2, reorder macOS 10.13 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r324478 - in head: sbin/growfs/tests tests/sys/geom/class/eli

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 05:58:33 2017 New Revision: 324478 URL: https://svnweb.freebsd.org/changeset/base/324478 Log: Check the exit code from fsck_ffs instead of relying on MODIFIED being in the output ^/head@r323923 changed when MODIFIED is printed at exit. It's better to follow

Re: svn commit: r324406 - head/sys/modules/em

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 18:54, Ian Lepore wrote: ... > I think the right answer here is just > > LINKS= ${KMODDIR}/${KMOD}.ko ${KMODDIR}/if_igb.ko That will definitely work and is probably the best pattern. Thanks, -Ngie signature.asc Description: Message signed

svn commit: r324469 - head/sys/modules/iwmfw

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:47:01 2017 New Revision: 324469 URL: https://svnweb.freebsd.org/changeset/base/324469 Log: Sort SUBDIR and put entries on a single list This is to aid with identifying diffs between commits. MFC after:3 days Modified:

svn commit: r324470 - head/sys/modules/iwmfw

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:50:05 2017 New Revision: 324470 URL: https://svnweb.freebsd.org/changeset/base/324470 Log: Add missing SUBDIR needed for iwmfw to load after ^/head@r324434 Submitted by: Pete Wright MFC after:1 month MFC with: r324434

svn commit: r324471 - head/sys/boot

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:53:26 2017 New Revision: 324471 URL: https://svnweb.freebsd.org/changeset/base/324471 Log: Fix typos: `stand alon{e,g}` should be spelled like `standalone` Modified: head/sys/boot/Makefile.inc Modified: head/sys/boot/Makefile.inc

Re: svn commit: r324471 - head/sys/boot

2017-10-09 Thread Warner Losh
DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. DO NOT MAKE ANY COMMITS TO sys/boot. BACK OFF. Seriously, though, extra changes create extra friction, and these changes aren't worth any friction at all. I'm deleting LIBSAU and this guarantees a conflict when I update. So

svn commit: r324474 - stable/11/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 05:38:07 2017 New Revision: 324474 URL: https://svnweb.freebsd.org/changeset/base/324474 Log: MFC 323176 hyperv/hn: Log RSS capabilities mask. This helps to detect when UDP hash types can be supported. Sponsored by: Microsoft

svn commit: r324477 - stable/11/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 05:52:28 2017 New Revision: 324477 URL: https://svnweb.freebsd.org/changeset/base/324477 Log: MFC 323728,323729 323728 hyperv/hn: Fix MTU setting - Add size of an ethernet header to the value configured to NVS. This does not seem to

Re: svn commit: r324406 - head/sys/modules/em

2017-10-09 Thread Ian Lepore
On Mon, 2017-10-09 at 18:17 -0600, Sean Bruno wrote: > > On 10/09/17 14:33, Brooks Davis wrote: > > > > On Sun, Oct 08, 2017 at 08:42:35AM -0700, Rodney W. Grimes wrote: > > > > > > > > > > > > > > > > > > > > > On Oct 7, 2017, at 16:33, Sean Bruno > > > > > wrote: > > >

svn commit: r324461 - in stable/10/sys/dev/hyperv: include netvsc pcib storvsc utilities vmbus vmbus/amd64

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 02:22:34 2017 New Revision: 324461 URL: https://svnweb.freebsd.org/changeset/base/324461 Log: MFC 322488 hyperv: Update copyright for the files changed in 2017 Sponsored by: Microsoft Differential Revision:

svn commit: r324462 - in stable/10/sys: net sys

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 02:35:04 2017 New Revision: 324462 URL: https://svnweb.freebsd.org/changeset/base/324462 Log: MFC 323170 if: Add ioctls to get RSS key and hash type/function. It will be needed by hn(4) to configure its RSS key and hash type/function in the

Re: svn commit: r324446 - in head: share/man/man9 sys/compat/ndis sys/dev/cas sys/dev/cxgbe sys/dev/cxgbe/tom sys/dev/dpaa sys/dev/if_ndis sys/dev/iscsi_initiator sys/dev/lge sys/dev/mwl sys/dev/netma

2017-10-09 Thread Julian Elischer
On 10/10/17 4:35 am, Gleb Smirnoff wrote: Author: glebius Date: Mon Oct 9 20:35:31 2017 New Revision: 324446 URL: https://svnweb.freebsd.org/changeset/base/324446 Log: Shorten list of arguments to mbuf external storage freeing function. All of these arguments are stored in m_ext, so

svn commit: r324463 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 02:57:30 2017 New Revision: 324463 URL: https://svnweb.freebsd.org/changeset/base/324463 Log: MFC 323175 hyperv/hn: Implement SIOCGIFRSS{KEY,HASH}. The conditional compiling in the review request is removed, since these IOCTLs will be

svn commit: r324464 - stable/10/sys/dev/hyperv/netvsc

2017-10-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 10 03:02:54 2017 New Revision: 324464 URL: https://svnweb.freebsd.org/changeset/base/324464 Log: MFC 323176 hyperv/hn: Log RSS capabilities mask. This helps to detect when UDP hash types can be supported. Sponsored by: Microsoft

Re: svn commit: r324449 - in head/sys/boot: arm/uboot efi/boot1 sparc64/loader

2017-10-09 Thread Warner Losh
Yea, that's my bad. I didn't do a completely clean build with stand.h gone, so I didn't catch it before the commit. I've just pushed in a fixup so that we always include the path to stand.h in the include path, since almost everybody needs it, and it is harmless to the others to include. Sorry

Re: svn commit: r324427 - head/bin/ps

2017-10-09 Thread Sergey Kandaurov
On 9 October 2017 at 13:24, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Oct 9 10:24:06 2017 > New Revision: 324427 > URL: https://svnweb.freebsd.org/changeset/base/324427 > > Log: > Document "tdnam" keyword to ps(1), and add "tdname" alias. > > MFC after:

svn commit: r324427 - head/bin/ps

2017-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Oct 9 10:24:06 2017 New Revision: 324427 URL: https://svnweb.freebsd.org/changeset/base/324427 Log: Document "tdnam" keyword to ps(1), and add "tdname" alias. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/bin/ps/keyword.c head/bin/ps/ps.1

svn commit: r324425 - head/sys/cddl/compat/opensolaris/sys

2017-10-09 Thread Andriy Gapon
Author: avg Date: Mon Oct 9 07:44:09 2017 New Revision: 324425 URL: https://svnweb.freebsd.org/changeset/base/324425 Log: illumos mutex_init: use SX_NEW instead of bzero There should be no functional change, but SX_NEW seems to be more idiomatic to the use-case. MFC after:2

Re: svn commit: r324415 - in head/sys: kern sys

2017-10-09 Thread Mateusz Guzik
On Sun, Oct 08, 2017 at 11:56:30AM -0600, Ian Lepore wrote: > On Sun, 2017-10-08 at 17:33 +, Ian Lepore wrote: > > Author: ian > > Date: Sun Oct 8 17:33:49 2017 > > New Revision: 324415 > > URL: https://svnweb.freebsd.org/changeset/base/324415 > > > > Log: > > Add eventhandler notifications

Re: svn commit: r324427 - head/bin/ps

2017-10-09 Thread Bruce Evans
On Mon, 9 Oct 2017, Sergey Kandaurov wrote: On 9 October 2017 at 13:24, Edward Tomasz Napierala wrote: Author: trasz Date: Mon Oct 9 10:24:06 2017 New Revision: 324427 URL: https://svnweb.freebsd.org/changeset/base/324427 Log: Document "tdnam" keyword to ps(1), and

svn commit: r324426 - stable/11/sys/netinet

2017-10-09 Thread Andrey V. Elsukov
Author: ae Date: Mon Oct 9 08:50:03 2017 New Revision: 324426 URL: https://svnweb.freebsd.org/changeset/base/324426 Log: MFC r324098: Some mbuf related fixes in icmp_error() * check mbuf length before doing mtod() and accessing to IP header; * update oip pointer and all