Re: svn commit: r274460 - head/usr.bin/yacc

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 4:46 PM, Jung-uk Kim wrote: > Author: jkim > Date: Thu Nov 13 00:46:53 2014 > New Revision: 274460 > URL: https://svnweb.freebsd.org/changeset/base/274460 > > Log: > Increase MAXTABLE to the maxmimum possible value. The default value is too > low for complex parsers.

svn commit: r274463 - in head/sys: compat/freebsd32 kern sys

2014-11-12 Thread Dmitry Chagin
Author: dchagin Date: Thu Nov 13 05:28:06 2014 New Revision: 274463 URL: https://svnweb.freebsd.org/changeset/base/274463 Log: Regen for r274462. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscall

svn commit: r274462 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys

2014-11-12 Thread Dmitry Chagin
Author: dchagin Date: Thu Nov 13 05:26:14 2014 New Revision: 274462 URL: https://svnweb.freebsd.org/changeset/base/274462 Log: Add the ppoll() system call. Export kern_poll() needed by an upcoming Linuxulator change. Differential Revision:https://reviews.freebsd.org/D1133 Review

svn commit: r274461 - head/sys/dev/cxgbe/iw_cxgbe

2014-11-12 Thread Navdeep Parhar
Author: np Date: Thu Nov 13 03:59:36 2014 New Revision: 274461 URL: https://svnweb.freebsd.org/changeset/base/274461 Log: iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnect fails. Submitted by: hariprasad at chelsio dot com Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.

Re: svn commit: r274459 - head/sys/dev/netmap

2014-11-12 Thread Adrian Chadd
Thanks! This does some pretty impressive lock contention reducing. It's not zero (it's the same kind of producer/consumer contention that's currently problematic) but it's much less than before. This means that netmap can be used with multiple rings on multiple CPUs. I'll tackle profiling poll()

svn commit: r274460 - head/usr.bin/yacc

2014-11-12 Thread Jung-uk Kim
Author: jkim Date: Thu Nov 13 00:46:53 2014 New Revision: 274460 URL: https://svnweb.freebsd.org/changeset/base/274460 Log: Increase MAXTABLE to the maxmimum possible value. The default value is too low for complex parsers. Note it was one of those memory optimization hacks back in the day

svn commit: r274459 - head/sys/dev/netmap

2014-11-12 Thread Luigi Rizzo
Author: luigi Date: Thu Nov 13 00:40:34 2014 New Revision: 274459 URL: https://svnweb.freebsd.org/changeset/base/274459 Log: add support for private knote lock (reduces lock contention), adapting OS_selrecord accordingly. Problem and fix suggested by adrian and jmg Modified: head/sys/dev/

svn commit: r274458 - head/sys/conf

2014-11-12 Thread Xin LI
Author: delphij Date: Thu Nov 13 00:30:17 2014 New Revision: 274458 URL: https://svnweb.freebsd.org/changeset/base/274458 Log: Derive copyright year from src/COPYRIGHT. MFC after:2 weeks Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh ==

svn commit: r274457 - head/sys/dev/netmap

2014-11-12 Thread Luigi Rizzo
Author: luigi Date: Thu Nov 13 00:14:25 2014 New Revision: 274457 URL: https://svnweb.freebsd.org/changeset/base/274457 Log: we need full barriers here Modified: head/sys/dev/netmap/netmap_monitor.c head/sys/dev/netmap/netmap_pipe.c Modified: head/sys/dev/netmap/netmap_monitor.c ==

svn commit: r274456 - in head/sys/dev/cxgbe: . common

2014-11-12 Thread Navdeep Parhar
Author: np Date: Wed Nov 12 23:29:22 2014 New Revision: 274456 URL: https://svnweb.freebsd.org/changeset/base/274456 Log: Fix some bad interaction between cxgbe(4) and lacp lagg(4) that could leave a port permanently disabled when a copper cable is unplugged and then plugged right back in.

svn commit: r274455 - head/sys/netinet6

2014-11-12 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 12 22:58:52 2014 New Revision: 274455 URL: https://svnweb.freebsd.org/changeset/base/274455 Log: We don't return sp pointer, thus NULL assignment isn't needed. And reference to sp will be freed at the end. MFC after:1 week Sponsored by: Yandex LLC Modified:

svn commit: r274454 - head/sys/netipsec

2014-11-12 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 12 22:51:30 2014 New Revision: 274454 URL: https://svnweb.freebsd.org/changeset/base/274454 Log: ipsec6_process_packet is called before ip6_output fixes ip6_plen. Update ip6_plen before bpf processing to be able see correct value. MFC after:1 week Sponsored

svn commit: r274453 - in head/usr.sbin/pw: . tests

2014-11-12 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 12 22:27:53 2014 New Revision: 274453 URL: https://svnweb.freebsd.org/changeset/base/274453 Log: Fix wrong message when using pw -V with a non existent directory Add a regression test about it PR: 194971 Submitted by: Freddy DISSAUX Added: head/u

Re: svn commit: r274186 - head/share/mk

2014-11-12 Thread Warner Losh
On Nov 12, 2014, at 3:07 PM, NGie Cooper wrote: > On Thu, Nov 6, 2014 at 9:21 AM, Garrett Cooper wrote: >> On Nov 6, 2014, at 9:19, Warner Losh wrote: >> >>> Author: imp >>> Date: Thu Nov 6 17:19:41 2014 >>> New Revision: 274186 >>> URL: https://svnweb.freebsd.org/changeset/base/274186 >>>

Re: svn commit: r274186 - head/share/mk

2014-11-12 Thread NGie Cooper
On Thu, Nov 6, 2014 at 9:21 AM, Garrett Cooper wrote: > On Nov 6, 2014, at 9:19, Warner Losh wrote: > >> Author: imp >> Date: Thu Nov 6 17:19:41 2014 >> New Revision: 274186 >> URL: https://svnweb.freebsd.org/changeset/base/274186 >> >> Log: >> Ignore errors from rm -rf to support high -j build

svn commit: r274452 - head/sys/dev/uart

2014-11-12 Thread Zbigniew Bodek
Author: zbb Date: Wed Nov 12 21:41:15 2014 New Revision: 274452 URL: https://svnweb.freebsd.org/changeset/base/274452 Log: Make uart_bus_fdt a decendant of ofwbus This will allow to attach UART drivers lying directly on the root node instead of simple-bus compatible bus only. Obtaine

svn commit: r274451 - head/sys/dev/uart

2014-11-12 Thread Zbigniew Bodek
Author: zbb Date: Wed Nov 12 21:38:31 2014 New Revision: 274451 URL: https://svnweb.freebsd.org/changeset/base/274451 Log: Make PL011 UART to wait on putc only when TX FIFO is full Instead of waiting for empty TX FIFO it is more reasonable to block on full FIFO. As soon as FIFO slot is fr

svn commit: r274450 - head/contrib/ofed/librdmacm/examples

2014-11-12 Thread Navdeep Parhar
Author: np Date: Wed Nov 12 20:57:29 2014 New Revision: 274450 URL: https://svnweb.freebsd.org/changeset/base/274450 Log: Fix previous change to this file (r273811). This has been submitted upstream and should show up there soon. Submitted by: Hariprasad at Chelsio dot com Modified:

svn commit: r274442 - in head/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG

2014-11-12 Thread Dimitry Andric
Author: dim Date: Wed Nov 12 20:01:10 2014 New Revision: 274442 URL: https://svnweb.freebsd.org/changeset/base/274442 Log: Pull in r221709 from upstream llvm trunk (by Frédéric Riss): Totally forget deallocated SDNodes in SDDbgInfo. What would happen before that commit is that the

svn commit: r274439 - head/sys/boot/efi/include

2014-11-12 Thread Andrew Turner
Author: andrew Date: Wed Nov 12 17:56:38 2014 New Revision: 274439 URL: https://svnweb.freebsd.org/changeset/base/274439 Log: Add the FDT table GUID. This is used to pass the device tree blob from UEFI to the loader in a similar way to the ACPI tables. This will be used on arm64 but is no

svn commit: r274438 - head/sys/kern

2014-11-12 Thread Konstantin Belousov
Author: kib Date: Wed Nov 12 17:31:38 2014 New Revision: 274438 URL: https://svnweb.freebsd.org/changeset/base/274438 Log: For posix_fallocate(2) and posix_fadvise(2), return ESPIPE when underlying file does not have DFLAG_SEEKABLE set [1]. For posix_fallocate(2), simplify error handling

svn commit: r274437 - head/sys/fs/ext2fs

2014-11-12 Thread Pedro F. Giffuni
Author: pfg Date: Wed Nov 12 16:23:56 2014 New Revision: 274437 URL: https://svnweb.freebsd.org/changeset/base/274437 Log: ifdef ext2_print_inode which is not really used. ext2_print_inode is not really used but it was nice to have for initial development work. #ifdef it under a new EXT

svn commit: r274436 - head/lib/libexpat

2014-11-12 Thread Dag-Erling Smørgrav
Author: des Date: Wed Nov 12 16:07:33 2014 New Revision: 274436 URL: https://svnweb.freebsd.org/changeset/base/274436 Log: Fix spelling and wording. Modified: head/lib/libexpat/Makefile Modified: head/lib/libexpat/Makefile =

Re: svn commit: r274340 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-12 Thread Dag-Erling Smørgrav
Bruce Evans writes: > On Tue, 11 Nov 2014, [utf-8] Dag-Erling Smørgrav wrote: > >> Bruce Evans writes: >>> -Wcast-qual is not a very good warning option since the official way >>> to remove qualifiers in C is to cast them away. Casting them away is >>> better than using the __DECONST() abominat

svn commit: r274435 - head/usr.sbin/usbconfig

2014-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 12 14:52:44 2014 New Revision: 274435 URL: https://svnweb.freebsd.org/changeset/base/274435 Log: Decode more fields when dumping USB descriptors. - Some minor style changes while at it. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head

svn commit: r274434 - head/sys/netipsec

2014-11-12 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 12 14:00:49 2014 New Revision: 274434 URL: https://svnweb.freebsd.org/changeset/base/274434 Log: Fix ips_out_nosa errors accounting. MFC after:1 week Sponsored by: Yandex LLC Modified: head/sys/netipsec/ipsec_output.c Modified: head/sys/netipsec/ipsec_outp

svn commit: r274423 - head/sys/kern

2014-11-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 12 10:17:46 2014 New Revision: 274423 URL: https://svnweb.freebsd.org/changeset/base/274423 Log: Merge from projects/sendfile: - Use KASSERT()s instead of panic(). - Use sbavail() instead of sb_cc. Sponsored by: Nginx, Inc. Sponsored by: Netflix Modified

svn commit: r274421 - in head/sys: dev/cxgb/ulp/iw_cxgb dev/cxgb/ulp/tom dev/cxgbe/iw_cxgbe dev/cxgbe/tom dev/iscsi kern netgraph/bluetooth/socket netinet ofed/drivers/infiniband/ulp/sdp rpc sys

2014-11-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 12 09:57:15 2014 New Revision: 274421 URL: https://svnweb.freebsd.org/changeset/base/274421 Log: In preparation of merging projects/sendfile, transform bare access to sb_cc member of struct sockbuf to a couple of inline functions: sbavail() and sbused()

svn commit: r274418 - head/cddl/contrib/opensolaris/cmd/zfs

2014-11-12 Thread Glen Barber
Author: gjb Date: Wed Nov 12 08:36:42 2014 New Revision: 274418 URL: https://svnweb.freebsd.org/changeset/base/274418 Log: Fix an mdoc(7) macro that is not an option in the provided description. Bump Dd. As CDDL License dictates, update the Copyright accordingly. Sponsored by: T

Re: svn commit: r274410 - head/usr.bin/mkimg

2014-11-12 Thread Konstantin Belousov
On Wed, Nov 12, 2014 at 12:10:27AM +, Marcel Moolenaar wrote: > Author: marcel > Date: Wed Nov 12 00:10:27 2014 > New Revision: 274410 > URL: https://svnweb.freebsd.org/changeset/base/274410 > > Log: > SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse file > with 128K