svn commit: r272057 - in head: . contrib/pjdfstest tools/regression/pjdfstest

2014-09-24 Thread Garrett Cooper
Author: ngie Date: Wed Sep 24 07:00:35 2014 New Revision: 272057 URL: http://svnweb.freebsd.org/changeset/base/272057 Log: Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91 - Remove tools/regression/pjdfstest - Add upgrade directions for contrib/pjdfstest

svn commit: r272059 - head/sys/compat/linux

2014-09-24 Thread Alexander Motin
Author: mav Date: Wed Sep 24 08:18:11 2014 New Revision: 272059 URL: http://svnweb.freebsd.org/changeset/base/272059 Log: Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one. Submitted by: Dmitry Luhtionov MFC after:3 days Modified: head/sys/compat/linux/lin

svn commit: r272060 - head/sys/ofed/drivers/net/mlx4

2014-09-24 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 24 08:28:34 2014 New Revision: 272060 URL: http://svnweb.freebsd.org/changeset/base/272060 Log: Update code to use new network counter API. Fix some minor compile warnings while at it. Sponsored by: Mellanox Technologies Suggested by: glebius@ MFC after:

svn commit: r272064 - head/sys/dev/et

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 24 11:23:55 2014 New Revision: 272064 URL: http://svnweb.freebsd.org/changeset/base/272064 Log: - Provide igb_get_counter() to return counters that are not collected, but taken from hardware. - Mechanically convert to if_inc_counter() the rest of counters. Mo

Re: svn commit: r272064 - head/sys/dev/et

2014-09-24 Thread Gleb Smirnoff
On Wed, Sep 24, 2014 at 11:23:56AM +, Gleb Smirnoff wrote: T> Author: glebius T> Date: Wed Sep 24 11:23:55 2014 T> New Revision: 272064 T> URL: http://svnweb.freebsd.org/changeset/base/272064 T> T> Log: T> - Provide igb_get_counter() to return counters that are not collected, T> but take

svn commit: r272065 - head/sys/dev/vte

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 24 11:31:46 2014 New Revision: 272065 URL: http://svnweb.freebsd.org/changeset/base/272065 Log: - Provide vte_get_counter() to return counters that are not collected, but taken from hardware. - Mechanically convert to if_inc_counter() the rest of counters. Mo

svn commit: r272066 - head/sys/dev/jme

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 24 11:33:43 2014 New Revision: 272066 URL: http://svnweb.freebsd.org/changeset/base/272066 Log: Mechanically convert to if_inc_counter(). Modified: head/sys/dev/jme/if_jme.c Modified: head/sys/dev/jme/if_jme.c

svn commit: r272067 - head/sys/dev/txp

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 24 11:58:23 2014 New Revision: 272067 URL: http://svnweb.freebsd.org/changeset/base/272067 Log: - Provide txp_get_counter() to return counters that are not collected, but taken from hardware. - Mechanically convert to if_inc_counter() the rest of counters. Mo

svn commit: r272068 - head/sys/dev/wi

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 24 12:19:00 2014 New Revision: 272068 URL: http://svnweb.freebsd.org/changeset/base/272068 Log: - Provide wi_get_counter() to return counters that are not collected, but taken from hardware. - Mechanically convert to if_inc_counter() the rest of counters. Mod

svn commit: r272069 - head/lib/libthr/thread

2014-09-24 Thread Konstantin Belousov
Author: kib Date: Wed Sep 24 12:39:12 2014 New Revision: 272069 URL: http://svnweb.freebsd.org/changeset/base/272069 Log: Switch the defaults to not split the RLIMIT_STACK-sized initial thread stack into the stacks of the created threads. Add knob LIBPTHREAD_SPLITSTACK_MAIN to restore the o

svn commit: r272070 - head/lib/libthr

2014-09-24 Thread Konstantin Belousov
Author: kib Date: Wed Sep 24 12:41:39 2014 New Revision: 272070 URL: http://svnweb.freebsd.org/changeset/base/272070 Log: Expand the libthr(3) manpage to document knobs accepted by libthr.so and explain some internal working of the library, neccessary to understand the knobs effects. Re

Re: svn commit: r272032 - head/sys/conf

2014-09-24 Thread John Baldwin
On Tuesday, September 23, 2014 05:04:21 PM Bryan Drewery wrote: > Author: bdrewery > Date: Tue Sep 23 17:04:21 2014 > New Revision: 272032 > URL: http://svnweb.freebsd.org/changeset/base/272032 > > Log: > DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use it. > fstat(1) now u

Re: svn commit: r272032 - head/sys/conf

2014-09-24 Thread John Baldwin
On Tuesday, September 23, 2014 09:44:34 PM Konstantin Belousov wrote: > On Tue, Sep 23, 2014 at 01:31:42PM -0500, Bryan Drewery wrote: > > On 9/23/2014 1:20 PM, Konstantin Belousov wrote: > > > On Tue, Sep 23, 2014 at 05:04:21PM +, Bryan Drewery wrote: > > >> Author: bdrewery > > >> Date: Tue S

Re: svn commit: r272032 - head/sys/conf

2014-09-24 Thread Konstantin Belousov
On Wed, Sep 24, 2014 at 09:58:07AM -0400, John Baldwin wrote: > On Tuesday, September 23, 2014 09:44:34 PM Konstantin Belousov wrote: > > On Tue, Sep 23, 2014 at 01:31:42PM -0500, Bryan Drewery wrote: > > > On 9/23/2014 1:20 PM, Konstantin Belousov wrote: > > > > On Tue, Sep 23, 2014 at 05:04:21PM

svn commit: r272071 - head/sys/vm

2014-09-24 Thread Steven Hartland
Author: smh Date: Wed Sep 24 14:35:08 2014 New Revision: 272071 URL: http://svnweb.freebsd.org/changeset/base/272071 Log: Fix ticks wrap issue of lowmem test in vm_pageout_scan Reviewed by: jhb (D818) MFC after:3 days Sponsored by: Multiplay Modified: head/sys/vm/vm_pageout.c M

Re: svn commit: r272032 - head/sys/conf

2014-09-24 Thread John Baldwin
On Wednesday, September 24, 2014 05:23:39 PM Konstantin Belousov wrote: > On Wed, Sep 24, 2014 at 09:58:07AM -0400, John Baldwin wrote: > > On Tuesday, September 23, 2014 09:44:34 PM Konstantin Belousov wrote: > > > On Tue, Sep 23, 2014 at 01:31:42PM -0500, Bryan Drewery wrote: > > > > On 9/23/2014

Re: svn commit: r271434 - head/etc

2014-09-24 Thread Dag-Erling Smørgrav
Warren Block writes: > Dag-Erling Smørgrav writes: > > Non-bikesheddy: the first line is wrong. > Could you be more specific about that? It is an abbreviated form of > "Links to security advisories and errata are available at". Maybe you > mean that it does not link directly to the security adv

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

2014-09-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Sep 24 15:14:01 2014 New Revision: 272072 URL: http://svnweb.freebsd.org/changeset/base/272072 Log: Fix the creation of the L2 cluster table for version 1. The blkofs variable was assigned the image offset in bytes and not in blocks (i.e. sectors). This had image_dat

svn commit: r272073 - head/usr.bin/mkimg/tests

2014-09-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Sep 24 15:15:14 2014 New Revision: 272073 URL: http://svnweb.freebsd.org/changeset/base/272073 Log: Update the baseline for QCOW version 1. A bug was found that rendered the baseline invalid. Modified: head/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.gz.uu head/usr.

Re: svn commit: r272032 - head/sys/conf

2014-09-24 Thread Bryan Drewery
On 9/24/2014 8:38 AM, John Baldwin wrote: > On Tuesday, September 23, 2014 05:04:21 PM Bryan Drewery wrote: >> Author: bdrewery >> Date: Tue Sep 23 17:04:21 2014 >> New Revision: 272032 >> URL: http://svnweb.freebsd.org/changeset/base/272032 >> >> Log: >> DEBUG_LOCKS no longer modifies 'struct vn

svn commit: r272076 - in head/contrib/apr-util: . crypto dbd dbm include test

2014-09-24 Thread Peter Wemm
Author: peter Date: Wed Sep 24 18:38:51 2014 New Revision: 272076 URL: http://svnweb.freebsd.org/changeset/base/272076 Log: Merge apr-util 1.5.3 -> 1.5.4. A minor bug fix update. Modified: head/contrib/apr-util/CHANGES head/contrib/apr-util/NOTICE head/contrib/apr-util/apr-util.spec he

svn commit: r272079 - head/sys/dev/cxgbe/tom

2014-09-24 Thread Navdeep Parhar
Author: np Date: Wed Sep 24 20:04:11 2014 New Revision: 272079 URL: http://svnweb.freebsd.org/changeset/base/272079 Log: cxgbe/tom: Catch up with r271119, syncache_add doesn't need tcbinfo lock. Modified: head/sys/dev/cxgbe/tom/t4_listen.c Modified: head/sys/dev/cxgbe/tom/t4_listen.c ==

svn commit: r272080 - head/sys/dev/cxgbe/tom

2014-09-24 Thread Navdeep Parhar
Author: np Date: Wed Sep 24 20:08:43 2014 New Revision: 272080 URL: http://svnweb.freebsd.org/changeset/base/272080 Log: Update comment (missed this bit in r272079). Modified: head/sys/dev/cxgbe/tom/t4_listen.c Modified: head/sys/dev/cxgbe/tom/t4_listen.c

svn commit: r272081 - head/sys/netinet

2014-09-24 Thread Navdeep Parhar
Author: np Date: Wed Sep 24 20:12:40 2014 New Revision: 272081 URL: http://svnweb.freebsd.org/changeset/base/272081 Log: Catch up with r271119. Modified: head/sys/netinet/toecore.c Modified: head/sys/netinet/toecore.c ==

svn commit: r272083 - head/contrib/pjdfstest/tests/open

2014-09-24 Thread Garrett Cooper
Author: ngie Date: Wed Sep 24 22:14:53 2014 New Revision: 272083 URL: http://svnweb.freebsd.org/changeset/base/272083 Log: Expect ELOOP on Darwin/Linux with "O_NOFOLLOW was specified and the target is a symbolic link" case. Assume EMLINK on the rest of the OSes (FreeBSD, Solaris, etc)

svn commit: r272084 - head/contrib/pjdfstest/tests/ftruncate

2014-09-24 Thread Garrett Cooper
Author: ngie Date: Wed Sep 24 22:18:21 2014 New Revision: 272084 URL: http://svnweb.freebsd.org/changeset/base/272084 Log: Fix the executed testplan count MFC after: 2 weeks X-MFC with: r272057 Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/pjdfstest/tests/ftrunca

svn commit: r272085 - in head: share/misc usr.bin/calendar/calendars

2014-09-24 Thread Julien Charbon
Author: jch Date: Wed Sep 24 22:31:40 2014 New Revision: 272085 URL: http://svnweb.freebsd.org/changeset/base/272085 Log: Add myself (jch) to calendar.freebsd and committers-src.dot Approved by: jhb (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/

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

2014-09-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Sep 24 22:45:03 2014 New Revision: 272086 URL: http://svnweb.freebsd.org/changeset/base/272086 Log: Finish QCOW version 2 and stop making it conditional. We have a different ordering for the RC block(s) and L2 tables. This is expected to be a non-issue, because ev

svn commit: r272087 - in head/contrib/pjdfstest/tests: chflags chmod chown ftruncate link mkdir mkfifo open rename rmdir symlink truncate unlink

2014-09-24 Thread Garrett Cooper
Author: ngie Date: Wed Sep 24 22:51:16 2014 New Revision: 272087 URL: http://svnweb.freebsd.org/changeset/base/272087 Log: Increase the memory disk size in the following testcases to avoid mount failures, which would cause cascade failures in the rest of the test run: link/15.t, open/19

svn commit: r272088 - head/usr.bin/mkimg/tests

2014-09-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Sep 24 22:58:10 2014 New Revision: 272088 URL: http://svnweb.freebsd.org/changeset/base/272088 Log: Add baseline files for QCOW2. Added: head/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow2.gz.uu (contents, props changed) head/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow

svn commit: r272089 - head/sys/netpfil/ipfw

2014-09-24 Thread Sean Bruno
Author: sbruno Date: Thu Sep 25 02:26:05 2014 New Revision: 272089 URL: http://svnweb.freebsd.org/changeset/base/272089 Log: Fix NULL pointer deref in ipfw when using dummynet at layer 2. Drop packet if pkg->ifp is NULL, which is the case here. ref. https://github.com/HardenedBSD/hardened

Re: svn commit: r272089 - head/sys/netpfil/ipfw

2014-09-24 Thread Adrian Chadd
Hm, I saw this from Kate on IRC. Did anyone figure out _where_ these frames are coming from? Just dropping them is cool, but I'd really like to see the contents of the frames and what their origin is. I'm worried that they're valid stack-generated frames.. -a On 24 September 2014 19:26, Sean

Re: svn commit: r272089 - head/sys/netpfil/ipfw

2014-09-24 Thread Gleb Smirnoff
On Wed, Sep 24, 2014 at 07:40:23PM -0700, Adrian Chadd wrote: A> Hm, I saw this from Kate on IRC. Did anyone figure out _where_ these A> frames are coming from? A> A> Just dropping them is cool, but I'd really like to see the contents of A> the frames and what their origin is. A> A> I'm worried t

svn commit: r272090 - head/sys/dev/mxge

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 25 05:45:52 2014 New Revision: 272090 URL: http://svnweb.freebsd.org/changeset/base/272090 Log: - Provide mxge_get_counter() to return counters that are not collected, but taken from hardware. - Mechanically convert to if_inc_counter() the rest of counters. M

svn commit: r272091 - head/sys/dev/mxge

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 25 05:47:33 2014 New Revision: 272091 URL: http://svnweb.freebsd.org/changeset/base/272091 Log: Whitespace cleanup. Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c ==

svn commit: r272094 - head/sys/dev/lmc

2014-09-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 25 06:47:38 2014 New Revision: 272094 URL: http://svnweb.freebsd.org/changeset/base/272094 Log: Run through unifdef(1) with slight hand-editing after. It is obvious, that the driver is not going to be ever improved in terms of hardware support, it is going to be