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

2013-05-23 Thread Grzegorz Bernacki
Author: gber Date: Thu May 23 12:15:23 2013 New Revision: 250929 URL: http://svnweb.freebsd.org/changeset/base/250929 Log: Improve, optimize and clean-up ARMv6/v7 memory management related code. Use pmap_find_pv if needed instead of multiplying its code throughout pmap-v6. Avoid

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

2013-05-23 Thread Grzegorz Bernacki
Author: gber Date: Thu May 23 12:23:18 2013 New Revision: 250930 URL: http://svnweb.freebsd.org/changeset/base/250930 Log: Stop using PVF_MOD, PVF_REF PVF_EXEC flags in pv_entry, use PTE. Using PVF_MOD, PVF_REF and PVF_EXEC is redundant as we can get the proper info from PTE bits.

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

2013-05-23 Thread Grzegorz Bernacki
Author: gber Date: Thu May 23 12:24:46 2013 New Revision: 250931 URL: http://svnweb.freebsd.org/changeset/base/250931 Log: Rework and organize pmap_enter_locked() function. pmap_enter_locked() implementation was very ambiguous and confusing. Rearrange it so that each part of the mapping

svn commit: r250935 - stable/9

2013-05-23 Thread Jens Schweikhardt
Author: schweikh Date: Thu May 23 15:41:09 2013 New Revision: 250935 URL: http://svnweb.freebsd.org/changeset/base/250935 Log: Correct typo s/with/wish. Spaces to tabs at SOL while I'm here. Modified: stable/9/UPDATING Modified: stable/9/UPDATING

svn commit: r250936 - head/sys/dev/tws

2013-05-23 Thread Konstantin Belousov
Author: kib Date: Thu May 23 16:37:43 2013 New Revision: 250936 URL: http://svnweb.freebsd.org/changeset/base/250936 Log: Fix typo in the definition of the TWS_DATA_CCB. Submitted by: Andreas Turriff maill...@turriff.net Modified: head/sys/dev/tws/tws.h Modified: head/sys/dev/tws/tws.h

svn commit: r250937 - stable/9/gnu/usr.bin/grep

2013-05-23 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 23 16:39:42 2013 New Revision: 250937 URL: http://svnweb.freebsd.org/changeset/base/250937 Log: MFC r250823: grep: change some int types. Change several int variables to size_t, ssize_t, or ptrdiff_t. This should fix the bug described in CVE-2012-5667

svn commit: r250938 - in head: lib/libc/iconv usr.bin/iconv usr.bin/mkcsmapper usr.bin/mkesdb

2013-05-23 Thread Ed Schouten
Author: ed Date: Thu May 23 18:07:01 2013 New Revision: 250938 URL: http://svnweb.freebsd.org/changeset/base/250938 Log: Let iconv build on -HEAD properly. - Add NO_WMISSING_VARIABLE_DECLARATIONS where we use Yacc/Lex. - Add variable declarations where possible. - Add missing static

svn commit: r250939 - head/usr.sbin/rtsold

2013-05-23 Thread Mark Johnston
Author: markj Date: Thu May 23 19:47:35 2013 New Revision: 250939 URL: http://svnweb.freebsd.org/changeset/base/250939 Log: Correct the description of the -a option: rtsol(d) -a will in fact send out router solicitations on multiple interfaces. Reviewed by: hrs MFC after:1 week

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

2013-05-23 Thread Marcel Moolenaar
Author: marcel Date: Thu May 23 19:47:37 2013 New Revision: 250940 URL: http://svnweb.freebsd.org/changeset/base/250940 Log: Change the copyright notice to a standard BSD 2-clause license and assign ownership to the FreeBSD foundation for the years this file has been in the FreeBSD

svn commit: r250941 - head/usr.sbin/ndp

2013-05-23 Thread Mark Johnston
Author: markj Date: Thu May 23 19:50:36 2013 New Revision: 250941 URL: http://svnweb.freebsd.org/changeset/base/250941 Log: Include descriptions of the flags and fields printed when dumping the IPv6 prefix list. Reviewed by: hrs MFC after:1 week Modified:

Re: svn commit: r250940 - head/sys/mips/mips

2013-05-23 Thread Juli Mallett
Thanks very much, Marcel, and everyone involved at Juniper! On Thu, May 23, 2013 at 12:47 PM, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Thu May 23 19:47:37 2013 New Revision: 250940 URL: http://svnweb.freebsd.org/changeset/base/250940 Log: Change the copyright

svn commit: r250942 - head/usr.bin/getent

2013-05-23 Thread Guy Helmer
Author: ghelmer Date: Thu May 23 20:52:30 2013 New Revision: 250942 URL: http://svnweb.freebsd.org/changeset/base/250942 Log: Add support for netgroup, based on patch in the PR but made consistent with existing style. PR: bin/132692 Modified: head/usr.bin/getent/getent.c

svn commit: r250943 - head/usr.bin/patch

2013-05-23 Thread Stefan Esser
Author: se Date: Thu May 23 20:57:20 2013 New Revision: 250943 URL: http://svnweb.freebsd.org/changeset/base/250943 Log: Fix target selection logic, which did not comply with the man page. Instead of using the file with the least order of path name components, shortest filename and

svn commit: r250944 - head/sys/kern

2013-05-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 23 21:07:26 2013 New Revision: 250944 URL: http://svnweb.freebsd.org/changeset/base/250944 Log: Use proper malloc type for ioctls white-list. Reported by: pho Tested by:pho Modified: head/sys/kern/sys_capability.c Modified:

svn commit: r250945 - head/sys/net

2013-05-23 Thread Guy Helmer
Author: ghelmer Date: Thu May 23 21:33:10 2013 New Revision: 250945 URL: http://svnweb.freebsd.org/changeset/base/250945 Log: While waiting for the bpf hold buffer to become idle, check the return value from mtx_sleep() and exit bpfread() on errors such as EINTR. Reviewed by: jhb

Re: svn commit: r250809 - head/sys/netinet

2013-05-23 Thread Bjoern A. Zeeb
On Sun, 19 May 2013, Michael Tuexen wrote: Author: tuexen Date: Sun May 19 16:06:43 2013 New Revision: 250809 URL: http://svnweb.freebsd.org/changeset/base/250809 Log: Initialize the fibnum for outgoing packets to 0. This avoids crashing due to the usage of uninitialized fibnum. This bugs

svn commit: r250947 - in stable/9/sys: kern ufs/ffs vm

2013-05-23 Thread Scott Long
Author: scottl Date: Thu May 23 22:45:58 2013 New Revision: 250947 URL: http://svnweb.freebsd.org/changeset/base/250947 Log: MFC r248283: Some style fixes Submitted by: kib Obtained from:Netflix Modified: stable/9/sys/kern/vfs_bio.c stable/9/sys/kern/vfs_cluster.c

svn commit: r250948 - stable/9/sys/cam

2013-05-23 Thread Scott Long
Author: scottl Date: Thu May 23 22:48:40 2013 New Revision: 250948 URL: http://svnweb.freebsd.org/changeset/base/250948 Log: MFC 248501: Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and XPT_ATA_IO holds virtual buffer address. Submitted by: kib Obtained from:

svn commit: r250950 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common

2013-05-23 Thread Martin Matuska
Author: mm Date: Thu May 23 22:52:21 2013 New Revision: 250950 URL: http://svnweb.freebsd.org/changeset/base/250950 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14031:e4eb37f33d60 Illumos ZFS issues: 3699 zfs hold or release of a non-existent snapshot

svn commit: r250950 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common

2013-05-23 Thread Martin Matuska
Author: mm Date: Thu May 23 22:52:21 2013 New Revision: 250950 URL: http://svnweb.freebsd.org/changeset/base/250950 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14031:e4eb37f33d60 Illumos ZFS issues: 3699 zfs hold or release of a non-existent snapshot

svn commit: r250949 - vendor-sys/illumos/dist/uts/common

2013-05-23 Thread Martin Matuska
Author: mm Date: Thu May 23 22:51:56 2013 New Revision: 250949 URL: http://svnweb.freebsd.org/changeset/base/250949 Log: Update vendor-sys/illumos/dist to illumos-gate 14029:11aad50aea32 No FreeBSD-related changes Modified: vendor-sys/illumos/dist/uts/common/Makefile.files Modified:

svn commit: r250951 - head/sys/kern

2013-05-23 Thread Lawrence Stewart
Author: lstewart Date: Fri May 24 00:49:12 2013 New Revision: 250951 URL: http://svnweb.freebsd.org/changeset/base/250951 Log: Ensure alq's shutdown_pre_sync event handler is deregistered on module unload to avoid a dangling pointer and eventual panic on system shutdown. Reported by:

svn commit: r250952 - head/sys/kern

2013-05-23 Thread Julian Elischer
Author: julian Date: Fri May 24 02:18:37 2013 New Revision: 250952 URL: http://svnweb.freebsd.org/changeset/base/250952 Log: Initialising the new fibnum field to a known value turns out to be a GOOD IDEA (TM). Apparently MOST users set this (e.g. tcp and friends) but there are a few users

svn commit: r250953 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2013-05-23 Thread Mark Johnston
Author: markj Date: Fri May 24 03:29:32 2013 New Revision: 250953 URL: http://svnweb.freebsd.org/changeset/base/250953 Log: The fasttrap provider cleans up probes asynchronously when a process with USDT probes exits. This was previously done with a callout; however, it is possible to sleep

Re: svn commit: r250948 - stable/9/sys/cam

2013-05-23 Thread Glen Barber
On Thu, May 23, 2013 at 10:48:40PM +, Scott Long wrote: Author: scottl Date: Thu May 23 22:48:40 2013 New Revision: 250948 URL: http://svnweb.freebsd.org/changeset/base/250948 Log: MFC 248501: Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and XPT_ATA_IO

Re: svn commit: r250911 - head/sys/kern

2013-05-23 Thread Luigi Rizzo
On Wed, May 22, 2013 at 04:55:51PM -0700, Adrian Chadd wrote: Odd, this reads like one of those things that's better off being time-capped, rather than packet-count capped. this is in fact how it works: the control loop in the polling code dynamically adjusts the actual number of packets so

svn commit: r250927 - in stable/9/sys: net netinet netinet6

2013-05-23 Thread Oleg Bulyzhin
Author: oleg Date: Thu May 23 11:29:28 2013 New Revision: 250927 URL: http://svnweb.freebsd.org/changeset/base/250927 Log: MFC: r249628, r249742 - recover missing arp_ifinit() call. - plug static llentry leak (ipv4 ipv6 were affected). PR: kern/172985 Modified:

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

2013-05-23 Thread Grzegorz Bernacki
Author: gber Date: Thu May 23 12:07:41 2013 New Revision: 250928 URL: http://svnweb.freebsd.org/changeset/base/250928 Log: Switch to AP[2:1] access permissions model. Store referenced bit in PTE. Enable Access Flag in CPU control. With AF enabled each valid mapping needs to have