Re: svn commit: r271256 - head/lib/libpam/modules/pam_login_access

2014-09-14 Thread Andriy Gapon
On 08/09/2014 12:19, Dag-Erling Smørgrav wrote: Author: des Date: Mon Sep 8 09:19:01 2014 New Revision: 271256 URL: http://svnweb.freebsd.org/changeset/base/271256 Log: Fail rather than segfault if neither PAM_TTY nor PAM_RHOST is set. PR: 83099 MFC after: 3 days

svn commit: r271571 - head/usr.sbin/ctld

2014-09-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Sep 14 08:35:44 2014 New Revision: 271571 URL: http://svnweb.freebsd.org/changeset/base/271571 Log: Fix two small nits in ctl.conf(5). MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

Re: svn commit: r271504 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront net netinet ofed/drivers/net/mlx4

2014-09-14 Thread Hans Petter Selasky
On 09/13/14 23:45, Rick Macklem wrote: Hans Petter Selasky wrote: On 09/13/14 18:54, Adrian Chadd wrote: Hi, Just for the record: * I'm glad you're tackling the TSO config stuff; * I'm not glad you're trying to pack it into a u_int rather than creating a new structure and adding fields for

svn commit: r271577 - head/contrib/openbsm/bin/auditdistd

2014-09-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Sep 14 09:26:33 2014 New Revision: 271577 URL: http://svnweb.freebsd.org/changeset/base/271577 Log: Fix descriptors leak. PR: bin/191002 Reported by: Ryan Steinmetz Submitted by: mjg Modified: head/contrib/openbsm/bin/auditdistd/subr.c Modified:

svn commit: r271578 - head/lib/libnv

2014-09-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Sep 14 09:27:12 2014 New Revision: 271578 URL: http://svnweb.freebsd.org/changeset/base/271578 Log: Remove the limit on descriptors that can be send in one nvlist. Submitted by: Mariusz Zaborski Modified: head/lib/libnv/msgio.c Modified: head/lib/libnv/msgio.c

svn commit: r271579 - head/lib/libnv

2014-09-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Sep 14 09:30:09 2014 New Revision: 271579 URL: http://svnweb.freebsd.org/changeset/base/271579 Log: Use non-recursive algorithm for traversing nvlists. This also removes the limit on number of nested nvlists. Submitted by: Mariusz Zaborski Modified:

svn commit: r271586 - head/sys/vm

2014-09-14 Thread Konstantin Belousov
Author: kib Date: Sun Sep 14 10:27:36 2014 New Revision: 271586 URL: http://svnweb.freebsd.org/changeset/base/271586 Log: Fix mis-spelling of bits and types names in the vnode_pager_putpages(). The changes should not modify the generated code. The pager-pgo_putpages() method takes int

svn commit: r271588 - in head: sbin/camcontrol sys/cam

2014-09-14 Thread Alexander Motin
Author: mav Date: Sun Sep 14 11:59:49 2014 New Revision: 271588 URL: http://svnweb.freebsd.org/changeset/base/271588 Log: Update CAM CCB accounting for the new status quo. devq_openings counter lost its meaning after allocation queues has gone. held counter is still meaningful, but

svn commit: r271589 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-14 Thread Steven Hartland
Author: smh Date: Sun Sep 14 12:23:00 2014 New Revision: 271589 URL: http://svnweb.freebsd.org/changeset/base/271589 Log: Added missing ZFS sysctls * vfs.zfs.vdev.async_write_active_min_dirty_percent * vfs.zfs.vdev.async_write_active_max_dirty_percent Added validation of min / max for

Re: svn commit: r271504 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront net netinet ofed/drivers/net/mlx4

2014-09-14 Thread Rick Macklem
Hans Petter Selasky wrote: [stuff snipped for brevity] Btw, your patch calls sbsndptr() in tcp_output(), which advances sb_sndptroff and sb_sndptr by the length. Then it loops around and reduces the length for the case where there are too many mbufs in the chain. Right, though this

svn commit: r271590 - head/bin/sh

2014-09-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 14 15:59:15 2014 New Revision: 271590 URL: http://svnweb.freebsd.org/changeset/base/271590 Log: sh: Add some const keywords. Modified: head/bin/sh/input.c head/bin/sh/input.h head/bin/sh/parser.c Modified: head/bin/sh/input.c

svn commit: r271591 - head/sys/arm/freescale/imx

2014-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 14 16:12:43 2014 New Revision: 271591 URL: http://svnweb.freebsd.org/changeset/base/271591 Log: Add a comment giving an overview of the driver. Remove leftover debugging. Modified: head/sys/arm/freescale/imx/imx_iomux.c Modified:

svn commit: r271592 - head/bin/sh

2014-09-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 14 16:27:49 2014 New Revision: 271592 URL: http://svnweb.freebsd.org/changeset/base/271592 Log: sh: Make checkend() a real function instead of an emulated nested function. No functional change is intended, but the generated code is slightly different.

svn commit: r271593 - in head/bin/sh: . tests/parser

2014-09-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 14 16:46:30 2014 New Revision: 271593 URL: http://svnweb.freebsd.org/changeset/base/271593 Log: sh: Remove arbitrary length limit on EOF markers. This also simplifies the code. Added: head/bin/sh/tests/parser/heredoc12.0 (contents, props changed)

svn commit: r271594 - head/sys/arm/arm

2014-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 14 17:36:57 2014 New Revision: 271594 URL: http://svnweb.freebsd.org/changeset/base/271594 Log: Fix an undefined variable that was accidentally not causing an error. The code had references to both intr_offset and intr_parent variable names as referring to the

svn commit: r271595 - head/sys/arm/arm

2014-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 14 17:47:04 2014 New Revision: 271595 URL: http://svnweb.freebsd.org/changeset/base/271595 Log: Add compat strings for all the flavors of GIC this driver should support. Also allow the driver to attach to ofwbus as well as simplebus, some FDT data puts the root

svn commit: r271596 - in head/sys: fs/nfsclient nfsclient vm

2014-09-14 Thread Alan Cox
Author: alc Date: Sun Sep 14 18:07:55 2014 New Revision: 271596 URL: http://svnweb.freebsd.org/changeset/base/271596 Log: Avoid an exclusive acquisition of the object lock on the expected execution path through the NFS clients' getpages functions. Introduce vm_pager_free_nonreq(). This

svn commit: r271597 - head/contrib/llvm/lib/Target/X86

2014-09-14 Thread Dimitry Andric
Author: dim Date: Sun Sep 14 18:50:38 2014 New Revision: 271597 URL: http://svnweb.freebsd.org/changeset/base/271597 Log: Pull in r217410 from upstream llvm trunk (by Bob Wilson): Set trunc store action to Expand for all X86 targets. When compiling without SSE2,

svn commit: r271601 - in head/sys/arm: arm include

2014-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 14 21:21:03 2014 New Revision: 271601 URL: http://svnweb.freebsd.org/changeset/base/271601 Log: Add a common routine for parsing FDT data describing an ARM GIC interrupt. In the fdt data we've written for ourselves, the interrupt properties for GIC interrupts

svn commit: r271602 - head/sys/dev/hwpmc

2014-09-14 Thread Justin Hibbits
Author: jhibbits Date: Sun Sep 14 22:03:41 2014 New Revision: 271602 URL: http://svnweb.freebsd.org/changeset/base/271602 Log: Fix PowerPC backtraces. Since kernel and user have completely separate address spaces, rather than a split address, we actually can't check for being within the

svn commit: r271603 - head/sbin/ifconfig

2014-09-14 Thread Bryan Venteicher
Author: bryanv Date: Sun Sep 14 22:10:35 2014 New Revision: 271603 URL: http://svnweb.freebsd.org/changeset/base/271603 Log: Add DEF_CLONE_CMD_ARG2 This will be used in the forthcoming vxlan import. Reviewed by: gnn Phabric: https://reviews.freebsd.org/D382 Modified:

svn commit: r271604 - head/sys/kern

2014-09-14 Thread Alexander Motin
Author: mav Date: Sun Sep 14 22:13:19 2014 New Revision: 271604 URL: http://svnweb.freebsd.org/changeset/base/271604 Log: Add couple memory barries to serialize tdq_cpu_idle and tdq_load accesses. This change fixes transient performance drops in some of my benchmarks, vanishing as soon

svn commit: r271606 - head/sys/cam/ctl

2014-09-14 Thread Alexander Motin
Author: mav Date: Sun Sep 14 23:39:13 2014 New Revision: 271606 URL: http://svnweb.freebsd.org/changeset/base/271606 Log: Always report that we support REPORT TARGET PORT GROUPS command. Without clustering support we any way have only one group of permanently active ports, but that gives

svn commit: r271607 - head/sys/arm/freescale/imx

2014-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 14 23:48:18 2014 New Revision: 271607 URL: http://svnweb.freebsd.org/changeset/base/271607 Log: Use gic_decode_fdt() rather than a local routine to parse fdt interrupt properties. Move fdt_pic_table and fdt_fixup_table into imx6_machdep.c, which means imx6 doesn't

Re: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce

2014-09-14 Thread Andrey V. Elsukov
On 08.05.2014 23:40, David C Somayajulu wrote: Author: davidcs Date: Thu May 8 19:40:37 2014 New Revision: 265703 URL: http://svnweb.freebsd.org/changeset/base/265703 Modified: head/sys/modules/bce/Makefile == ---