svn commit: r288310 - in head: share/man/man4 sys/cam/ctl sys/cam/scsi usr.sbin/ctladm usr.sbin/ctld

2015-09-27 Thread Alexander Motin
Author: mav Date: Sun Sep 27 13:47:28 2015 New Revision: 288310 URL: https://svnweb.freebsd.org/changeset/base/288310 Log: Add to CTL initial support for CDROMs and removable devices. Relnotes: yes Modified: head/share/man/man4/ctl.4 head/sys/cam/ctl/README.ctl.txt

svn commit: r288311 - head/sys/boot/fdt/dts/arm

2015-09-27 Thread Luiz Otavio O Souza
Author: loos Date: Sun Sep 27 18:21:22 2015 New Revision: 288311 URL: https://svnweb.freebsd.org/changeset/base/288311 Log: Set the #address-cells and #size-cells for the I2C controllers in RPi2. This allows the use of I2C addresses in 'reg' property. Modified:

svn commit: r288307 - head/sys/dev/nxge

2015-09-27 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 27 12:17:03 2015 New Revision: 288307 URL: https://svnweb.freebsd.org/changeset/base/288307 Log: Compare the correct variable to see if memory allocation succeeded. I don't even want to know where the symbol "version" comes from. Spotted by: reading kernel

Re: svn commit: r288301 - in head/sys: net netinet netinet6

2015-09-27 Thread Bjoern A. Zeeb
On Sun, 27 Sep 2015, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Sep 27 05:29:34 2015 New Revision: 288301 URL: https://svnweb.freebsd.org/changeset/base/288301 Log: Eliminate nd6_nud_hint() and its TCP bindings. Initially function was introduced in r53541 (KAME initial commit)

svn commit: r288308 - head/sys/dev/nxge/xgehal

2015-09-27 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 27 12:19:36 2015 New Revision: 288308 URL: https://svnweb.freebsd.org/changeset/base/288308 Log: Fix what looks like a consistent copy error. Don't make an integer to a boolean and then compare to a value which needs an integer comparison. Spotted by: reading

svn commit: r288309 - head/lib/libc/gen

2015-09-27 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 27 12:52:18 2015 New Revision: 288309 URL: https://svnweb.freebsd.org/changeset/base/288309 Log: fnmatch(): Remove exponential behaviour as in sh r229201. The old code was exponential in the number of asterisks in the pattern. However, once a match has been

svn commit: r288313 - head/bin/ls

2015-09-27 Thread Allan Jude
Author: allanjude Date: Sun Sep 27 22:05:20 2015 New Revision: 288313 URL: https://svnweb.freebsd.org/changeset/base/288313 Log: Fix whitespace error in ls(1) detected by igor Approved by: bcr (mentor) Sponsored by: EuroBSDCon DevSummit Modified: head/bin/ls/ls.1 Modified:

svn commit: r288312 - head/bin/ls

2015-09-27 Thread Allan Jude
Author: allanjude Date: Sun Sep 27 22:02:46 2015 New Revision: 288312 URL: https://svnweb.freebsd.org/changeset/base/288312 Log: Use one fewer made up words in the ls(1) man page PR: 203337 Submitted by: Mike Dame Approved by: bcr (mentor) Sponsored by:

svn commit: r288330 - in head: bin/ls bin/ls/tests etc/mtree

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Mon Sep 28 03:36:15 2015 New Revision: 288330 URL: https://svnweb.freebsd.org/changeset/base/288330 Log: Add initial testcases for bin/ls MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added: head/bin/ls/tests/ - copied from r284388,

Re: svn commit: r288301 - in head/sys: net netinet netinet6

2015-09-27 Thread Alexander V . Chernikov
27.09.2015, 15:26, "Bjoern A. Zeeb" : > On Sun, 27 Sep 2015, Alexander V. Chernikov wrote: > >>  Author: melifaro >>  Date: Sun Sep 27 05:29:34 2015 >>  New Revision: 288301 >>  URL: https://svnweb.freebsd.org/changeset/base/288301 >> >>  Log: >>   Eliminate nd6_nud_hint() and

svn commit: r288315 - head/sys/net80211

2015-09-27 Thread Adrian Chadd
Author: adrian Date: Mon Sep 28 00:17:51 2015 New Revision: 288315 URL: https://svnweb.freebsd.org/changeset/base/288315 Log: Abstract out the ampdu TX pps initialisation code so it can be reused in the superg fast-frames code. This harks back to an earlier commit (r280349) where I found

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

2015-09-27 Thread Adrian Chadd
Author: adrian Date: Mon Sep 28 01:16:44 2015 New Revision: 288320 URL: https://svnweb.freebsd.org/changeset/base/288320 Log: include opt_wlan.h . Tsk adrian. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c

svn commit: r288328 - head/etc

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Mon Sep 28 03:28:22 2015 New Revision: 288328 URL: https://svnweb.freebsd.org/changeset/base/288328 Log: Delete stray svn:mergeinfo Modified: Directory Properties: head/etc/ (props changed) ___ svn-src-head@freebsd.org mailing

svn commit: r288317 - head/sys/net80211

2015-09-27 Thread Adrian Chadd
Author: adrian Date: Mon Sep 28 00:51:24 2015 New Revision: 288317 URL: https://svnweb.freebsd.org/changeset/base/288317 Log: Comments, mostly to remind myself of what's going on and why. Modified: head/sys/net80211/ieee80211_output.c Modified: head/sys/net80211/ieee80211_output.c

svn commit: r288318 - head/sys/net80211

2015-09-27 Thread Adrian Chadd
Author: adrian Date: Mon Sep 28 00:59:07 2015 New Revision: 288318 URL: https://svnweb.freebsd.org/changeset/base/288318 Log: Migrate the fast-frames transmit support away from using the txa_private field and into a separate fast-frames staging pointer in ieee80211_node. The A-MPDU TX

svn commit: r288319 - head/sys/dev/otus

2015-09-27 Thread Adrian Chadd
Author: adrian Date: Mon Sep 28 01:09:48 2015 New Revision: 288319 URL: https://svnweb.freebsd.org/changeset/base/288319 Log: if_otus fixes; add fast-frames support. Fast-frames: * include opt_wlan.h ; tsk to not doing it earlier; * add a tx pending tracking counter for seeing how

svn commit: r288304 - head/sys/modules/netgraph

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 07:40:19 2015 New Revision: 288304 URL: https://svnweb.freebsd.org/changeset/base/288304 Log: Enable parallel subdirectory building with sys/modules/netgraph MFC after: 2 weeks Modified: head/sys/modules/netgraph/Makefile Modified:

svn commit: r288305 - head/sbin/ifconfig

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 07:51:18 2015 New Revision: 288305 URL: https://svnweb.freebsd.org/changeset/base/288305 Log: Replace N #defines with nitems to simplify ifconfig code slightly MFC after: 1 week Modified: head/sbin/ifconfig/af_inet6.c head/sbin/ifconfig/carp.c

svn commit: r288306 - head/usr.bin/systat

2015-09-27 Thread Michael Reifenberger
Author: mr Date: Sun Sep 27 09:15:54 2015 New Revision: 288306 URL: https://svnweb.freebsd.org/changeset/base/288306 Log: Add support to systat to display zfs arc cache status/info PR: 195460 Submitted by: ota Added: head/usr.bin/systat/zarc.c (contents, props changed)

svn commit: r288303 - head/contrib/netcat

2015-09-27 Thread Xin LI
Author: delphij Date: Sun Sep 27 07:04:16 2015 New Revision: 288303 URL: https://svnweb.freebsd.org/changeset/base/288303 Log: MFV r288243: nc from OpenBSD 5.8. Modified: head/contrib/netcat/nc.1 head/contrib/netcat/netcat.c head/contrib/netcat/socks.c Directory Properties: