svn commit: r290090 - head/sys/mips/atheros

2015-10-27 Thread Adrian Chadd
Author: adrian Date: Wed Oct 28 05:11:06 2015 New Revision: 290090 URL: https://svnweb.freebsd.org/changeset/base/290090 Log: Add some debugging code (under ARGE_DEBUG) that counts each interrupt source. This should make it easier to track down interrupt storms from arge. Tested:

svn commit: r290089 - head/tools/test/net

2015-10-27 Thread George V. Neville-Neil
Author: gnn Date: Wed Oct 28 03:43:24 2015 New Revision: 290089 URL: https://svnweb.freebsd.org/changeset/base/290089 Log: Add a test for the listen queue using two test programs, listen, and connect. The listen program is a simple server that accepts and closes sockets, until a fixed limit

svn commit: r290088 - head/tools/test

2015-10-27 Thread George V. Neville-Neil
Author: gnn Date: Wed Oct 28 03:39:18 2015 New Revision: 290088 URL: https://svnweb.freebsd.org/changeset/base/290088 Log: Update the README to describe all the current tests in this directory. Modified: head/tools/test/README Modified: head/tools/test/README

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

2015-10-27 Thread Conrad E. Meyer
Author: cem Date: Wed Oct 28 02:37:24 2015 New Revision: 290087 URL: https://svnweb.freebsd.org/changeset/base/290087 Log: ioat: Define DMACAPABILITY bits Check for BFILL capability before initiating blockfill operations. Sponsored by: EMC / Isilon Storage Division Modified: head/sy

Re: svn commit: r290003 - head/sys/ofed/include/linux

2015-10-27 Thread Julian Elischer
On 10/26/15 9:28 PM, Hans Petter Selasky wrote: Author: hselasky Date: Mon Oct 26 13:28:34 2015 New Revision: 290003 URL: https://svnweb.freebsd.org/changeset/base/290003 Log: Add support for binding IRQs to CPUs in the LinuxKPI. The new function added is for BSD only and does not exist in

svn commit: r290086 - head/share/mk

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 23:49:32 2015 New Revision: 290086 URL: https://svnweb.freebsd.org/changeset/base/290086 Log: Use proper CONFDIR after r289148 Modified: head/share/mk/bsd.confs.mk Modified: head/share/mk/bsd.confs.mk =

svn commit: r290085 - head/sys/arm/conf

2015-10-27 Thread Andrew Turner
Author: andrew Date: Tue Oct 27 23:37:54 2015 New Revision: 290085 URL: https://svnweb.freebsd.org/changeset/base/290085 Log: Start to remove support for the Samsung s3c24x0 SoCs by removing the kernel config, and support from NOTES. Deleted: head/sys/arm/conf/LN2410SBC Modified: head/sys

svn commit: r290083 - in head: etc sbin/atm/atmconfig share/colldef share/examples/smbfs share/examples/smbfs/print share/keys/pkg/trusted share/mklocale share/monetdef share/msgdef share/numericde...

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 23:35:02 2015 New Revision: 290083 URL: https://svnweb.freebsd.org/changeset/base/290083 Log: Use more appropriate ${SHAREDIR} rather than /usr/share. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/etc/Makefile head/

svn commit: r290084 - head/usr.sbin/ndiscvt

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 23:35:08 2015 New Revision: 290084 URL: https://svnweb.freebsd.org/changeset/base/290084 Log: Remove unneeded NAME override. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/usr.sbin/ndiscvt/Makefile Modified: head/usr.

svn commit: r290082 - head/sys/mips/mips

2015-10-27 Thread Adrian Chadd
Author: adrian Date: Tue Oct 27 23:11:22 2015 New Revision: 290082 URL: https://svnweb.freebsd.org/changeset/base/290082 Log: mips: use the correct va for wbinv flushing. arge doesn't trigger this, but ath(4) does. Tested: * AR9331 SoC (Carambola2); ath(4) hostap Submitted by

svn commit: r290081 - in head/sys: amd64 kern

2015-10-27 Thread Kirk McKusick
Author: mckusick Date: Tue Oct 27 22:59:24 2015 New Revision: 290081 URL: https://svnweb.freebsd.org/changeset/base/290081 Log: Bring the tags and links entries for amd64 up to date. Based on how out of date it is, I doubt that anyone other than me and my code-reading students still use it.

svn commit: r290080 - stable/10/sys/mips/include

2015-10-27 Thread John Baldwin
Author: jhb Date: Tue Oct 27 22:57:58 2015 New Revision: 290080 URL: https://svnweb.freebsd.org/changeset/base/290080 Log: MFC 283645: Similarly to other architecture, add the include for cpufunc.h which is needed for pte.h by vmstat to resolve MIPS_CCA_UNCACHED. Modified: stable/10/sys/m

svn commit: r290079 - head/sys/arm64/include

2015-10-27 Thread Andrew Turner
Author: andrew Date: Tue Oct 27 22:24:57 2015 New Revision: 290079 URL: https://svnweb.freebsd.org/changeset/base/290079 Log: Mark functions as such. This means we call them directly rather than have the dynamic linker copy them, but not relocate them at the new location. This allows us to r

svn commit: r290075 - head/sys/netinet6

2015-10-27 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Oct 27 22:11:09 2015 New Revision: 290075 URL: https://svnweb.freebsd.org/changeset/base/290075 Log: Use m_cat() to reassembly IPv6 packets. Submitted by: jonloony_gmail.com MFC after:2 weeks Differential Revision:https://reviews.freebsd.org/D3863

svn commit: r290073 - head/usr.bin/gzip

2015-10-27 Thread Xin LI
Author: delphij Date: Tue Oct 27 21:26:05 2015 New Revision: 290073 URL: https://svnweb.freebsd.org/changeset/base/290073 Log: Update NetBSD RCS IDs to reflect the changes being upstreamed. MFC after:13 days X-MFC-With: r290024 Modified: head/usr.bin/gzip/gzip.1 head/usr.bin/gz

svn commit: r290072 - head/sys/netpfil/pf

2015-10-27 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Oct 27 21:25:40 2015 New Revision: 290072 URL: https://svnweb.freebsd.org/changeset/base/290072 Log: Eliminate last rtalloc_ign() caller. Differential Revision:https://reviews.freebsd.org/D3927 Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netp

svn commit: r290071 - in head: contrib/libucl contrib/libucl/cmake contrib/libucl/doc contrib/libucl/examples contrib/libucl/include contrib/libucl/klib contrib/libucl/lua contrib/libucl/m4 contrib...

2015-10-27 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 27 21:24:09 2015 New Revision: 290071 URL: https://svnweb.freebsd.org/changeset/base/290071 Log: Update libucl to latest git snapshot (20151027) Added: head/contrib/libucl/CMakeLists.txt - copied unchanged from r290069, vendor/libucl/dist/CMakeLists.txt head

svn commit: r290070 - head/sys/dev/drm2/i915

2015-10-27 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Tue Oct 27 21:23:19 2015 New Revision: 290070 URL: https://svnweb.freebsd.org/changeset/base/290070 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2 months

svn commit: r290069 - in vendor/libucl/20151027: . cmake doc examples include klib lua m4 python src tests tests/basic utils

2015-10-27 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 27 21:20:00 2015 New Revision: 290069 URL: https://svnweb.freebsd.org/changeset/base/290069 Log: Tag import of libucl 20151027 Added: vendor/libucl/20151027/ - copied from r290063, vendor/libucl/dist/ vendor/libucl/20151027/CMakeLists.txt - copied

svn commit: r290067 - in vendor/libucl/dist: . cmake doc examples include klib lua m4 python python/src src tests tests/basic utils

2015-10-27 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 27 21:19:11 2015 New Revision: 290067 URL: https://svnweb.freebsd.org/changeset/base/290067 Log: Update libucl to git snapshot 20151027 (77d9d33) Added: vendor/libucl/dist/CMakeLists.txt (contents, props changed) vendor/libucl/dist/examples/ vendor/libucl

svn commit: r290065 - head/lib/libedit

2015-10-27 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 27 21:16:29 2015 New Revision: 290065 URL: https://svnweb.freebsd.org/changeset/base/290065 Log: libedit: Use correct buffer lengths in vi mode v command. Libedit's vi mode provides a v command to edit the current line in vi(1) (hard-coded to vi, in fact).

svn commit: r290062 - stable/10/etc

2015-10-27 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 27 20:58:14 2015 New Revision: 290062 URL: https://svnweb.freebsd.org/changeset/base/290062 Log: MFC r286163: rc.subr: Allow rc.conf.d with multi-directory local_startup. I also changed ${...%*/rc.d} to ${...%/rc.d} since the shortest match always has an empty

svn commit: r290059 - head/tools/build/options

2015-10-27 Thread Ed Maste
Author: emaste Date: Tue Oct 27 20:49:56 2015 New Revision: 290059 URL: https://svnweb.freebsd.org/changeset/base/290059 Log: Add WITHOUT_DEBUG_FILES description Added: head/tools/build/options/WITHOUT_DEBUG_FILES (contents, props changed) Added: head/tools/build/options/WITHOUT_DEBUG_FILE

svn commit: r290058 - head/sys/net80211

2015-10-27 Thread Andriy Voskoboinyk
Author: avos Date: Tue Oct 27 20:40:57 2015 New Revision: 290058 URL: https://svnweb.freebsd.org/changeset/base/290058 Log: net80211: add ieee80211_restart_all() call. This call may be used when device cannot continue to operate normally (e.g., throws firmware error, watchdog timer expire

svn commit: r290056 - svnadmin/hooks/scripts

2015-10-27 Thread Peter Wemm
Author: peter Date: Tue Oct 27 20:38:50 2015 New Revision: 290056 URL: https://svnweb.freebsd.org/changeset/base/290056 Log: Suppress warnings about use of given/when. Modified: svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl Modified: svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl ==

svn commit: r290055 - head/sys/dev/drm2/i915

2015-10-27 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Tue Oct 27 20:34:30 2015 New Revision: 290055 URL: https://svnweb.freebsd.org/changeset/base/290055 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2 months

svn commit: r290054 - head/sys/dev/isp

2015-10-27 Thread Alexander Motin
Author: mav Date: Tue Oct 27 18:32:03 2015 New Revision: 290054 URL: https://svnweb.freebsd.org/changeset/base/290054 Log: Reimplement next port handle generation. For some reason port handles should be allocated from HBA-global space, while old code was not very specific, mixing per-HBA

Re: svn commit: r290010 - vendor/ntp

2015-10-27 Thread Ian Lepore
On Tue, 2015-10-27 at 19:45 +0300, Dmitry Morozovsky wrote: > On Tue, 27 Oct 2015, Ian Lepore wrote: > > > > > Log: > > > > Document NTP import procedure, using experience from the last > > > one. > > > > > > BTW: > > > > > > marck@freefall:~> ntpq -c pe > > > remote refid

svn commit: r290052 - stable/10/usr.bin/truss

2015-10-27 Thread John Baldwin
Author: jhb Date: Tue Oct 27 17:00:04 2015 New Revision: 290052 URL: https://svnweb.freebsd.org/changeset/base/290052 Log: MFC 271389,286330,286331,286358,286378,286380,286381,286383,286388,286848, 286849,286857,286860,286913,286914,286937-286940,286962,286963,288405, 288406,288424,288454-28

svn commit: r290051 - head

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 16:52:09 2015 New Revision: 290051 URL: https://svnweb.freebsd.org/changeset/base/290051 Log: Update nfs note and remove some other stale ones. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r290050 - head

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 16:50:41 2015 New Revision: 290050 URL: https://svnweb.freebsd.org/changeset/base/290050 Log: Update notes about zfs and geom. Also add a note on how to find the real maintainers in case of bitrot. Modified: head/MAINTAINERS Modified: head/MAINTAINERS ===

Re: svn commit: r290010 - vendor/ntp

2015-10-27 Thread Dmitry Morozovsky
On Tue, 27 Oct 2015, Ian Lepore wrote: > > > Log: > > > Document NTP import procedure, using experience from the last > > one. > > > > BTW: > > > > marck@freefall:~> ntpq -c pe > > remote refid st t when poll reach delay > > offset jitter > > ==

svn commit: r290049 - head

2015-10-27 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 16:39:00 2015 New Revision: 290049 URL: https://svnweb.freebsd.org/changeset/base/290049 Log: Add a hint on who can help with share/mk currently. Modified: head/MAINTAINERS Modified: head/MAINTAINERS ==

Re: svn commit: r290010 - vendor/ntp

2015-10-27 Thread Ian Lepore
On Tue, 2015-10-27 at 17:40 +0300, Dmitry Morozovsky wrote: > On Mon, 26 Oct 2015, Gleb Smirnoff wrote: > > > Author: glebius > > Date: Mon Oct 26 15:38:58 2015 > > New Revision: 290010 > > URL: https://svnweb.freebsd.org/changeset/base/290010 > > > > Log: > > Document NTP import procedure, usi

Re: svn commit: r290010 - vendor/ntp

2015-10-27 Thread Dmitry Morozovsky
On Mon, 26 Oct 2015, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Oct 26 15:38:58 2015 > New Revision: 290010 > URL: https://svnweb.freebsd.org/changeset/base/290010 > > Log: > Document NTP import procedure, using experience from the last one. BTW: marck@freefall:~> ntpq -c pe remo

svn commit: r290048 - head/sys/dev/usb/wlan

2015-10-27 Thread Andriy Voskoboinyk
Author: avos Date: Tue Oct 27 14:21:24 2015 New Revision: 290048 URL: https://svnweb.freebsd.org/changeset/base/290048 Log: urtwn(4): fix scanning from AUTH state Tested with RTL8188EU, STA mode. Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:https:

svn commit: r290047 - head/sys/ufs/ffs

2015-10-27 Thread Konstantin Belousov
Author: kib Date: Tue Oct 27 13:44:13 2015 New Revision: 290047 URL: https://svnweb.freebsd.org/changeset/base/290047 Log: Do not perform read-ahead for BA_CLRBUF request when we are low on memory or when dirty buffer queue is too large. Reported and tested by: pho Sponsored by: T

svn commit: r290046 - stable/9/usr.sbin/ntp/ntpdc

2015-10-27 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 27 12:42:27 2015 New Revision: 290046 URL: https://svnweb.freebsd.org/changeset/base/290046 Log: Link ntpdc with pthread. Modified: stable/9/usr.sbin/ntp/ntpdc/Makefile Modified: stable/9/usr.sbin/ntp/ntpdc/Makefile ==

svn commit: r290045 - head/sys/ofed/include/net

2015-10-27 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 27 12:21:15 2015 New Revision: 290045 URL: https://svnweb.freebsd.org/changeset/base/290045 Log: Add missing FreeBSD RCS keyword and SVN properties. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/net/if_inet6.h (contents, props change

svn commit: r290044 - stable/9/usr.sbin/ntp/ntpq

2015-10-27 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 27 12:03:14 2015 New Revision: 290044 URL: https://svnweb.freebsd.org/changeset/base/290044 Log: Link ntpq with pthread. PR: 204046 Submitted by: truckman Modified: stable/9/usr.sbin/ntp/ntpq/Makefile Modified: stable/9/usr.sbin/ntp/ntpq/Makefil

svn commit: r290043 - in head: share/man/man4 sys/netinet

2015-10-27 Thread Hiren Panchasara
Author: hiren Date: Tue Oct 27 09:43:05 2015 New Revision: 290043 URL: https://svnweb.freebsd.org/changeset/base/290043 Log: Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestion window in number of segments on fly. It is set to 10 segments by default. Remove ne

svn commit: r290042 - head/sys/dev/isp

2015-10-27 Thread Alexander Motin
Author: mav Date: Tue Oct 27 09:33:47 2015 New Revision: 290042 URL: https://svnweb.freebsd.org/changeset/base/290042 Log: Fix error code that looks like wrong. Modified: head/sys/dev/isp/ispmbox.h Modified: head/sys/dev/isp/ispmbox.h =

svn commit: r290041 - in stable/9/contrib/nvi: common include

2015-10-27 Thread Garrett Cooper
Author: ngie Date: Tue Oct 27 07:23:40 2015 New Revision: 290041 URL: https://svnweb.freebsd.org/changeset/base/290041 Log: MFC r250667: r250667 (by jh): Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid shadowing the fcntl.h O_DIRECTORY flag. PR: bin/173924 Obtained from:

svn commit: r290040 - stable/10/usr.bin/timeout

2015-10-27 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 27 07:08:47 2015 New Revision: 290040 URL: https://svnweb.freebsd.org/changeset/base/290040 Log: MFC: r289878 timeout(1): fix the acceptable range values for parse_signal() Before both 0 and sys_nsig would be successfully returned by parse_signal() although