svn commit: r272157 - head/cddl/contrib/opensolaris/cmd/dtrace

2014-09-26 Thread Mark Johnston
Author: markj Date: Fri Sep 26 07:01:27 2014 New Revision: 272157 URL: http://svnweb.freebsd.org/changeset/base/272157 Log: Fix the description of the -h option. Reported by: swills MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 Modified:

svn commit: r272158 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 07:12:40 2014 New Revision: 272158 URL: http://svnweb.freebsd.org/changeset/base/272158 Log: Make lagg protocols detach methods returning void. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/sys/net/ieee8023ad_lacp.c

svn commit: r272159 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 08:12:12 2014 New Revision: 272159 URL: http://svnweb.freebsd.org/changeset/base/272159 Log: Make lagg protos a enum. Modified: head/sys/net/if_lagg.h Modified: head/sys/net/if_lagg.h

svn commit: r272160 - in head/sys/dev/usb: . net

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 08:16:26 2014 New Revision: 272160 URL: http://svnweb.freebsd.org/changeset/base/272160 Log: Add new (untested) device IDs to smsc(4) MFC after:1 week Modified: head/sys/dev/usb/net/if_smsc.c head/sys/dev/usb/usbdevs Modified:

svn commit: r272161 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 08:42:32 2014 New Revision: 272161 URL: http://svnweb.freebsd.org/changeset/base/272161 Log: - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE, then drop lock, run the attach routines, and then set it to specific proto. This

svn commit: r272162 - head/sys/x86/xen

2014-09-26 Thread Roger Pau Monné
Author: royger Date: Fri Sep 26 09:05:55 2014 New Revision: 272162 URL: http://svnweb.freebsd.org/changeset/base/272162 Log: xen: add proper copyright attribution Noted by: jmallett Modified: head/sys/x86/xen/pv.c Modified: head/sys/x86/xen/pv.c

svn commit: r272163 - head/sys/arm/at91

2014-09-26 Thread Kevin Lo
Author: kevlo Date: Fri Sep 26 09:07:02 2014 New Revision: 272163 URL: http://svnweb.freebsd.org/changeset/base/272163 Log: Fix typos. Modified: head/sys/arm/at91/at91rm92reg.h head/sys/arm/at91/at91sam9260reg.h head/sys/arm/at91/at91sam9g20reg.h head/sys/arm/at91/at91sam9g45reg.h

svn commit: r272164 - head/sys/arm/at91

2014-09-26 Thread Kevin Lo
Author: kevlo Date: Fri Sep 26 09:08:09 2014 New Revision: 272164 URL: http://svnweb.freebsd.org/changeset/base/272164 Log: Fix the size of AT91SAM9260_PIT_SIZE. Modified: head/sys/arm/at91/at91sam9260reg.h Modified: head/sys/arm/at91/at91sam9260reg.h

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

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 09:19:11 2014 New Revision: 272165 URL: http://svnweb.freebsd.org/changeset/base/272165 Log: Add very basic outline man page for smsc(4). MFC after:6 days Added: head/share/man/man4/smsc.4 (contents, props changed) Modified:

svn commit: r272166 - in head/games: factor primes

2014-09-26 Thread Colin Percival
Author: cperciva Date: Fri Sep 26 09:40:48 2014 New Revision: 272166 URL: http://svnweb.freebsd.org/changeset/base/272166 Log: Correctly enumerate primes between 4295098369 and 3825123056546413050. Prior to this commit, primes(6) relied solely on sieving with primes up to 65537, with the

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

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 09:54:57 2014 New Revision: 272168 URL: http://svnweb.freebsd.org/changeset/base/272168 Log: Add MLINKS for if_ipheth(4) and if_smsc(4). Submitted by: brueffer MFC after:6 days Modified: head/share/man/man4/Makefile Modified:

svn commit: r272169 - head/sys/dev/ti

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 10:47:57 2014 New Revision: 272169 URL: http://svnweb.freebsd.org/changeset/base/272169 Log: - Mechanically convert to if_inc_counter() the rest of counters. - Do not set if_collisions on interrupt, read them in ti_get_counter(). - Add missing

svn commit: r272170 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 11:01:04 2014 New Revision: 272170 URL: http://svnweb.freebsd.org/changeset/base/272170 Log: - Provide lagg_proto_attach(), lagg_proto_detach(). - Make detach a protocol method in lagg_protos. - Simplify code to lookup protocols. Sponsored by: Netflix

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

2014-09-26 Thread Sergey Kandaurov
Author: pluknet Date: Fri Sep 26 11:13:19 2014 New Revision: 272171 URL: http://svnweb.freebsd.org/changeset/base/272171 Log: Add smsc(4) to the list of drivers use the miibus interface. X-MFC with: r272165 Sponsored by: Nginx, Inc. Modified: head/share/man/man4/miibus.4

svn commit: r272172 - head/release/doc/en_US.ISO8859-1/hardware

2014-09-26 Thread Christian Brueffer
Author: brueffer Date: Fri Sep 26 11:22:32 2014 New Revision: 272172 URL: http://svnweb.freebsd.org/changeset/base/272172 Log: Add smsc(4) to the hardware notes. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml

svn commit: r272173 - head/usr.sbin/bsdinstall/scripts

2014-09-26 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 26 11:38:10 2014 New Revision: 272173 URL: http://svnweb.freebsd.org/changeset/base/272173 Log: Add a line to the post-installation configuration dialog to enable the local_unbound service. MFC after:3 days Modified:

svn commit: r272174 - head/usr.bin/man

2014-09-26 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri Sep 26 11:48:29 2014 New Revision: 272174 URL: http://svnweb.freebsd.org/changeset/base/272174 Log: Replace the macros used in the previous man(1) commit with literal text, because the macros seem to be specific to groff, and do not render in

svn commit: r272175 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 12:35:58 2014 New Revision: 272175 URL: http://svnweb.freebsd.org/changeset/base/272175 Log: - Whitespace. - Remove caddr_t. Modified: head/sys/net/ieee8023ad_lacp.c head/sys/net/ieee8023ad_lacp.h head/sys/net/if_lagg.c head/sys/net/if_lagg.h

svn commit: r272176 - head/sys/net

2014-09-26 Thread Andrey V. Elsukov
Author: ae Date: Fri Sep 26 12:42:06 2014 New Revision: 272176 URL: http://svnweb.freebsd.org/changeset/base/272176 Log: Keep list of lagg ports sorted by if_index. Obtained from:Yandex LLC MFC after:1 week Sponsored by: Yandex LLC Modified: head/sys/net/if_lagg.c

svn commit: r272177 - head/sys/netinet

2014-09-26 Thread John-Mark Gurney
Author: jmg Date: Fri Sep 26 12:48:54 2014 New Revision: 272177 URL: http://svnweb.freebsd.org/changeset/base/272177 Log: drop unnecessary ifdef IPSEC's. This file is only compiled when IPSEC is defined... Differential Revision:D839 Reviewed by: bz, glebius, gnn Sponsered

svn commit: r272178 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 12:54:24 2014 New Revision: 272178 URL: http://svnweb.freebsd.org/changeset/base/272178 Log: Make all lagg protocol methods live in lagg_protos, not in softc. All interfaces of a same protocol, use the same methods. Sponsored by: Netflix Sponsored by:

svn commit: r272179 - head/sys/net

2014-09-26 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 26 13:02:29 2014 New Revision: 272179 URL: http://svnweb.freebsd.org/changeset/base/272179 Log: Remove macros that hide access to struct ifnet fields. Modified: head/sys/net/ieee8023ad_lacp.c head/sys/net/if_lagg.c head/sys/net/if_lagg.h Modified:

svn commit: r272180 - head/release/doc/en_US.ISO8859-1/hardware

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 13:12:00 2014 New Revision: 272180 URL: http://svnweb.freebsd.org/changeset/base/272180 Log: Add ipheth(4) to the hardware notes. MFC after:6 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified:

svn commit: r272181 - head/sys/powerpc/ofw

2014-09-26 Thread Ian Lepore
Author: ian Date: Fri Sep 26 15:16:53 2014 New Revision: 272181 URL: http://svnweb.freebsd.org/changeset/base/272181 Log: Fix a paste-o commited in r272109: we need to get the interrupts for the child node, not the parent node. Pointed out by: jhibbits@ Modified:

svn commit: r272182 - head/sys/kern

2014-09-26 Thread John Baldwin
Author: jhb Date: Fri Sep 26 18:37:49 2014 New Revision: 272182 URL: http://svnweb.freebsd.org/changeset/base/272182 Log: Don't panic if a resource is allocated twice. Instead, print a warning and fail the allocation request. Allocations of reserved resources such as PCI BARs already fail

svn commit: r272183 - head/sys/dev/cxgbe

2014-09-26 Thread Navdeep Parhar
Author: np Date: Fri Sep 26 18:53:00 2014 New Revision: 272183 URL: http://svnweb.freebsd.org/changeset/base/272183 Log: Make sure the adapter's management queue and the event queue are available before any uppper layer driver (TOE, iWARP, or iSCSI) registers with the base cxgbe(4) driver.

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

2014-09-26 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 26 19:48:47 2014 New Revision: 272185 URL: http://svnweb.freebsd.org/changeset/base/272185 Log: Make do_dup() static and move relevant macros to kern_descrip.c No functional changes. Modified: head/sys/kern/kern_descrip.c head/sys/sys/filedesc.h Modified:

svn commit: r272189 - head/cddl/lib/libzfs

2014-09-26 Thread Xin LI
Author: delphij Date: Fri Sep 26 21:46:32 2014 New Revision: 272189 URL: http://svnweb.freebsd.org/changeset/base/272189 Log: Add libuutil to dependency list. Noticed by: sef MFC after:3 days Modified: head/cddl/lib/libzfs/Makefile Modified: head/cddl/lib/libzfs/Makefile

svn commit: r272190 - head/sys/dev/cxgbe

2014-09-26 Thread Navdeep Parhar
Author: np Date: Fri Sep 26 22:21:02 2014 New Revision: 272190 URL: http://svnweb.freebsd.org/changeset/base/272190 Log: cxgbe(4): explicitly set various if_hw_tso* values. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r272193 - head/sys/amd64/vmm/io

2014-09-26 Thread Peter Grehan
Author: grehan Date: Sat Sep 27 01:15:24 2014 New Revision: 272193 URL: http://svnweb.freebsd.org/changeset/base/272193 Log: Allow the PIC's IMR register to be read before ICW initialisation. As of git submit e179f6914152eca9, the Linux kernel does a simple probe of the PIC by writing a

Re: svn commit: r272189 - head/cddl/lib/libzfs

2014-09-26 Thread NGie Cooper
On Fri, Sep 26, 2014 at 2:46 PM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri Sep 26 21:46:32 2014 New Revision: 272189 URL: http://svnweb.freebsd.org/changeset/base/272189 Log: Add libuutil to dependency list. I think this broke the build: --- cddl/lib__L ---

svn commit: r272196 - head/sys/arm/at91

2014-09-26 Thread Kevin Lo
Author: kevlo Date: Sat Sep 27 02:15:45 2014 New Revision: 272196 URL: http://svnweb.freebsd.org/changeset/base/272196 Log: Remove a bogus AIC. Reviewed by: imp Modified: head/sys/arm/at91/at91rm9200.c Modified: head/sys/arm/at91/at91rm9200.c

svn commit: r272197 - head/usr.sbin/bhyvectl

2014-09-26 Thread Neel Natu
Author: neel Date: Sat Sep 27 03:43:49 2014 New Revision: 272197 URL: http://svnweb.freebsd.org/changeset/base/272197 Log: After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHARED for non-anonymous mappings. This gets 'bhyvectl --get-all' working again. Reported by: Anish

svn commit: r272198 - head/usr.bin/mkimg

2014-09-26 Thread Marcel Moolenaar
SRCS= format.c image.c mkimg.c scheme.c MAN= mkimg.1 +MKIMG_VERSION=20140926 +CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION} CFLAGS+=-DSPARSE_WRITE # List of formats to support Modified: head/usr.bin/mkimg/mkimg.c

svn commit: r272199 - head/sys/netinet

2014-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 27 05:14:02 2014 New Revision: 272199 URL: http://svnweb.freebsd.org/changeset/base/272199 Log: Remove an un-needed bit of pre-processor work - it all lives inside #ifdef RSS. Modified: head/sys/netinet/ip_input.c Modified: head/sys/netinet/ip_input.c

svn commit: r272200 - head/sys/dev/cxgbe

2014-09-26 Thread Navdeep Parhar
Author: np Date: Sat Sep 27 05:50:31 2014 New Revision: 272200 URL: http://svnweb.freebsd.org/changeset/base/272200 Log: cxgbe(4): implement if_get_counter. Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/adapter.h