svn commit: r253639 - head/sys/net80211

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 06:23:26 2013 New Revision: 253639 URL: http://svnweb.freebsd.org/changeset/base/253639 Log: Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by an OpenBSD driver that is being ported to FreeBSD. Reviewed by: adrian Modified: head/sys/n

Re: svn commit: r253637 - in head: etc/mtree lib/libusb

2013-07-24 Thread Rui Paulo
On 24 Jul 2013, at 20:54, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jul 25 03:54:08 2013 > New Revision: 253637 > URL: http://svnweb.freebsd.org/changeset/base/253637 > > Log: > Add pkgconf files for libusb. > > Reviewed by: hselasky This breaks libgphoto2, but I filed a PR with a propo

svn commit: r253638 - head/sys/sys

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:55:50 2013 New Revision: 253638 URL: http://svnweb.freebsd.org/changeset/base/253638 Log: Bump __FreeBSD_version for the addition of libusb's pkgconf files. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

svn commit: r253637 - in head: etc/mtree lib/libusb

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:54:08 2013 New Revision: 253637 URL: http://svnweb.freebsd.org/changeset/base/253637 Log: Add pkgconf files for libusb. Reviewed by: hselasky Added: head/lib/libusb/libusb-0.1.pc (contents, props changed) head/lib/libusb/libusb-1.0.pc (contents,

svn commit: r253636 - head/sys/vm

2013-07-24 Thread Tim Kientzle
Author: kientzle Date: Thu Jul 25 03:48:37 2013 New Revision: 253636 URL: http://svnweb.freebsd.org/changeset/base/253636 Log: Clear entire map structure including locks so that the locks don't accidentally appear to have been already initialized. In particular, this fixes a consistent

svn commit: r253635 - head/sys/arm/conf

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:44:12 2013 New Revision: 253635 URL: http://svnweb.freebsd.org/changeset/base/253635 Log: Revert ROOTDEVNAME change from previous commit. Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE =

svn commit: r253634 - head/sys/arm/conf

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:31:27 2013 New Revision: 253634 URL: http://svnweb.freebsd.org/changeset/base/253634 Log: Enable modules for the BeagleBone and for the Raspberry Pi. Modified: head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/RPI-B Modified: head/sys/arm/conf/BEAGLEBONE ===

svn commit: r253633 - stable/9/contrib/openbsm/m4

2013-07-24 Thread Colin Percival
Author: cperciva Date: Thu Jul 25 02:48:01 2013 New Revision: 253633 URL: http://svnweb.freebsd.org/changeset/base/253633 Log: MFC r253541: Remove weirdly-named autofoo file. This is not needed for the (FreeBSD) build, and freebsd-update chokes on it. Approved by: re (delphij) De

svn commit: r253632 - stable/9/release

2013-07-24 Thread Glen Barber
Author: gjb Date: Thu Jul 25 02:43:05 2013 New Revision: 253632 URL: http://svnweb.freebsd.org/changeset/base/253632 Log: MFC r253513, r253542: r253513: Create memstick images with the '.img' filename extension. r253542: For consistency with previous releases, name the cdrom inst

svn commit: r253631 - in stable/9: sbin/nvmecontrol sys/conf sys/dev/nvd sys/dev/nvme sys/modules/nvme

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:48:29 2013 New Revision: 253631 URL: http://svnweb.freebsd.org/changeset/base/253631 Log: MFC r253476: Add message when nvd disks are attached and detached. As part of this commit, add an nvme_strvis() function which borrows heavily from ca

svn commit: r253630 - in stable/9: sbin/nvmecontrol sys/dev/nvme

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:46:27 2013 New Revision: 253630 URL: http://svnweb.freebsd.org/changeset/base/253630 Log: MFC r253474: Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. Recent testing with QEMU that has variable sector size support for NVMe unco

svn commit: r253629 - stable/9/sys/dev/nvd

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:44:46 2013 New Revision: 253629 URL: http://svnweb.freebsd.org/changeset/base/253629 Log: MFC r253473: Do not call disk_create() until we have completed all initialization of our internal disk structure. Approved by: re (kib) Sponsored by:

svn commit: r253628 - stable/9/sbin/nvmecontrol

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:43:40 2013 New Revision: 253628 URL: http://svnweb.freebsd.org/changeset/base/253628 Log: MFC r253459: Use _PATH_DEV (from paths.h) for the "/dev/" string, rather than hard-coding it. Approved by: re (kib) Sponsored by: Intel Modified:

svn commit: r253627 - stable/9/sys/dev/nvme

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:42:00 2013 New Revision: 253627 URL: http://svnweb.freebsd.org/changeset/base/253627 Log: MFC r253438: Use pause() instead of DELAY() when polling for completion of admin commands during controller initialization. DELAY() does not work here

svn commit: r253626 - in stable/9: sbin/nvmecontrol sys/dev/nvd sys/dev/nvme

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:40:34 2013 New Revision: 253626 URL: http://svnweb.freebsd.org/changeset/base/253626 Log: MFC r253437: Define constants for the lengths of the serial number, model number and firmware revision in the controller's identify structure. Also mo

svn commit: r253625 - stable/9/sbin/nvmecontrol

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:38:37 2013 New Revision: 253625 URL: http://svnweb.freebsd.org/changeset/base/253625 Log: MFC r253436, r253458: Simplify open_dev() by returning errno values rather than just 0 or 1. Also remove stat() call and just rely on errno from open() ca

svn commit: r253624 - stable/9/sbin/nvmecontrol

2013-07-24 Thread Jim Harris
Author: jimharris Date: Wed Jul 24 22:34:06 2013 New Revision: 253624 URL: http://svnweb.freebsd.org/changeset/base/253624 Log: MFC r253393: Do not throw an error if the user requests to activate the image from an empty firmware slot, as long as the user has specified a firmware i

svn commit: r253623 - stable/8/usr.sbin/pciconf

2013-07-24 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 24 22:26:58 2013 New Revision: 253623 URL: http://svnweb.freebsd.org/changeset/base/253623 Log: MFC: r253455 Decode PCIe ASPM capability and status. Modified: stable/8/usr.sbin/pciconf/cap.c Directory Properties: stable/8/usr.sbin/pciconf/ (props changed)

svn commit: r253622 - stable/9/usr.sbin/pciconf

2013-07-24 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 24 22:26:11 2013 New Revision: 253622 URL: http://svnweb.freebsd.org/changeset/base/253622 Log: MFC: r253455 Decode PCIe ASPM capability and status. Approved by: re (delphij) Modified: stable/9/usr.sbin/pciconf/cap.c Directory Properties: stable/9/usr.

svn commit: r253621 - stable/9/sys/dev/syscons

2013-07-24 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 24 21:53:33 2013 New Revision: 253621 URL: http://svnweb.freebsd.org/changeset/base/253621 Log: MFC: r253439 Reload font when syscons(4) is resuming without switching mode. Approved by: re (delphij) Modified: stable/9/sys/dev/syscons/syscons.c Directory

svn commit: r253620 - head/sys/kern

2013-07-24 Thread John Baldwin
Author: jhb Date: Wed Jul 24 20:34:25 2013 New Revision: 253620 URL: http://svnweb.freebsd.org/changeset/base/253620 Log: Use VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE in shm_map(). Modified: head/sys/kern/uipc_shm.c Modified: head/sys/kern/uipc_shm.c =

svn commit: r253619 - head/sys/fs/fuse

2013-07-24 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 24 20:21:29 2013 New Revision: 253619 URL: http://svnweb.freebsd.org/changeset/base/253619 Log: fuse: revert kernel_header update. It seems to be causing problems due to the lack of the new features. Found by: bapt Pointed hat: pfg Modified: head/sys

Re: svn commit: r253457 - head/usr.bin/uniq

2013-07-24 Thread Pawel Jakub Dawidek
On Wed, Jul 24, 2013 at 02:53:32PM +0200, Ulrich Spörlein wrote: > On Thu, 2013-07-18 at 22:11:27 +, Pawel Jakub Dawidek wrote: > > Author: pjd > > Date: Thu Jul 18 22:11:27 2013 > > New Revision: 253457 > > URL: http://svnweb.freebsd.org/changeset/base/253457 > > > > Log: > > Close uniq(1)

svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-24 Thread David E. O'Brien
Author: obrien Date: Wed Jul 24 18:32:15 2013 New Revision: 253618 URL: http://svnweb.freebsd.org/changeset/base/253618 Log: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include OR , but not both. includes , and it is okay to depend on that. Modified

Re: svn commit: r253614 - head/usr.bin/patch

2013-07-24 Thread Pedro Giffuni
El 24/07/2013 11:52 a. m., Alexey Dokuchaev escribió: On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote: New Revision: 253614 URL: http://svnweb.freebsd.org/changeset/base/253614 Log: patch: style fix It's still broken: bad use of capital letters (lack thereof), missing full

svn commit: r253617 - head/sys/kern

2013-07-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Jul 24 18:13:43 2013 New Revision: 253617 URL: http://svnweb.freebsd.org/changeset/base/253617 Log: Further restrict the MAC addresses that we use for UUID generation to those that are universally administered. While it is possible to add locally administered MAC add

svn commit: r253616 - head

2013-07-24 Thread Simon J. Gerraty
Author: sjg Date: Wed Jul 24 17:55:08 2013 New Revision: 253616 URL: http://svnweb.freebsd.org/changeset/base/253616 Log: Fix bug in universe where if upgrade_checks wants a new make, it gets built 16 times in parallel in the same location. While we are at it, until we finish getting rid of

Re: svn commit: r253614 - head/usr.bin/patch

2013-07-24 Thread Alexey Dokuchaev
On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote: > New Revision: 253614 > URL: http://svnweb.freebsd.org/changeset/base/253614 > > Log: > patch: style fix It's still broken: bad use of capital letters (lack thereof), missing full stop (terminating dot). > Submitted by:

svn commit: r253615 - head/sys/kern

2013-07-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Jul 24 16:22:27 2013 New Revision: 253615 URL: http://svnweb.freebsd.org/changeset/base/253615 Log: In uuid_ether_add(), avoid false positives due to the limited type used to hold the sum of the bytes of the MAC address. While here, rename the variable that holds the

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

2013-07-24 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 24 15:46:49 2013 New Revision: 253614 URL: http://svnweb.freebsd.org/changeset/base/253614 Log: patch: style fix Submitted by: gogolok Modified: head/usr.bin/patch/patch.c Modified: head/usr.bin/patch/patch.c

Re: svn commit: r253351 - in head: sys/arm/arm sys/i386/i386 sys/kern sys/mips/mips sys/powerpc/aim sys/powerpc/booke sys/sparc64/sparc64 sys/sys usr.bin/netstat

2013-07-24 Thread Ulrich Spörlein
On Mon, 2013-07-15 at 06:16:57 +, Andrey V. Elsukov wrote: > Author: ae > Date: Mon Jul 15 06:16:57 2013 > New Revision: 253351 > URL: http://svnweb.freebsd.org/changeset/base/253351 > > Log: > Introduce new structure sfstat for collecting sendfile's statistics > and remove corresponding f

svn commit: r253613 - stable/9/release/scripts

2013-07-24 Thread Glen Barber
Author: gjb Date: Wed Jul 24 13:43:09 2013 New Revision: 253613 URL: http://svnweb.freebsd.org/changeset/base/253613 Log: Modernize the package list for 9.2-RELEASE cycle: o Update the perl package version to 5.14. o Add devel/subversion and devel/subversion-static so we provide

svn commit: r253612 - head/sys/dev/iwn

2013-07-24 Thread Adrian Chadd
Author: adrian Date: Wed Jul 24 13:31:31 2013 New Revision: 253612 URL: http://svnweb.freebsd.org/changeset/base/253612 Log: Support setting up the iwn debug flags during probe/attach by checking "hint.iwn.X.debug". Submitted by: Cedric GROSS Modified: head/sys/dev/iwn/if_iwn.c Modif

svn commit: r253611 - head/sys/dev/iwn

2013-07-24 Thread Adrian Chadd
Author: adrian Date: Wed Jul 24 13:20:45 2013 New Revision: 253611 URL: http://svnweb.freebsd.org/changeset/base/253611 Log: Add new IDs for The Intel 2230 wireless NIC. Submitted by: Cedric GROSS Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c =

svn commit: r253610 - stable/9/lib/libc/stdlib

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 13:07:29 2013 New Revision: 253610 URL: http://svnweb.freebsd.org/changeset/base/253610 Log: MFC r253380,253413: name passed into __setenv is not necessarily NUL-terminated Approved by: re (kib) Modified: stable/9/lib/libc/stdlib/getenv.c Directory Properti

Re: svn commit: r253504 - head/sbin/route

2013-07-24 Thread Ulrich Spörlein
On Sat, 2013-07-20 at 16:46:51 +, Hiroki Sato wrote: > Author: hrs > Date: Sat Jul 20 16:46:51 2013 > New Revision: 253504 > URL: http://svnweb.freebsd.org/changeset/base/253504 > > Log: > - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_* > as the argument. > - R

Re: svn commit: r253457 - head/usr.bin/uniq

2013-07-24 Thread Ulrich Spörlein
On Thu, 2013-07-18 at 22:11:27 +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Thu Jul 18 22:11:27 2013 > New Revision: 253457 > URL: http://svnweb.freebsd.org/changeset/base/253457 > > Log: > Close uniq(1) in the capability mode sandbox and limit descriptors using > capability rights.

Re: svn commit: r253504 - head/sbin/route

2013-07-24 Thread Dimitry Andric
On Jul 24, 2013, at 06:06, Hiroki Sato wrote: > Dimitry Andric wrote > in <36e48152-1a64-432d-a32d-75059a56e...@freebsd.org>: ... > di> This breaks /etc/rc.d/defaultroute, since it relies on "route -n get > di> -inet default" printing a line with "interface:" in it. ... > Should be fixed in r253

svn commit: r253608 - stable/9/sys/fs/nfs

2013-07-24 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 24 10:46:32 2013 New Revision: 253608 URL: http://svnweb.freebsd.org/changeset/base/253608 Log: MFC: r253506 The NFSv4 server incorrectly assumed that the high order words of the attribute bitmap argument would be non-zero. This caused an interoperability pro

Re: svn commit: r253600 - stable/8/lib/libc/stdlib

2013-07-24 Thread Andriy Gapon
on 24/07/2013 13:29 Andrey Chernov said the following: > On 24.07.2013 12:56, Andriy Gapon wrote: >> Author: avg >> Date: Wed Jul 24 08:56:59 2013 >> New Revision: 253600 >> URL: http://svnweb.freebsd.org/changeset/base/253600 >> >> Log: >> MFC r253380,253413: name passed into __setenv is not nec

Re: svn commit: r253600 - stable/8/lib/libc/stdlib

2013-07-24 Thread Andrey Chernov
On 24.07.2013 12:56, Andriy Gapon wrote: > Author: avg > Date: Wed Jul 24 08:56:59 2013 > New Revision: 253600 > URL: http://svnweb.freebsd.org/changeset/base/253600 > > Log: > MFC r253380,253413: name passed into __setenv is not necessarily > NUL-terminated > Why MFC to stable/9 is pending?

Re: svn commit: r253607 - in stable/9: include lib/libc/stdlib

2013-07-24 Thread Andrey Chernov
Forget to mention, it was MFC r252608,252648,252668,252698 On 24.07.2013 14:12, Andrey A. Chernov wrote: > Author: ache > Date: Wed Jul 24 10:12:50 2013 > New Revision: 253607 > URL: http://svnweb.freebsd.org/changeset/base/253607 > > Log: > 1) POSIX requires rand(3) return values to be in the

svn commit: r253607 - in stable/9: include lib/libc/stdlib

2013-07-24 Thread Andrey A. Chernov
Author: ache Date: Wed Jul 24 10:12:50 2013 New Revision: 253607 URL: http://svnweb.freebsd.org/changeset/base/253607 Log: 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, but ACM formula we use have internal state (and return value) in the [1, 0x7ffe] range, so

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

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:59:16 2013 New Revision: 253606 URL: http://svnweb.freebsd.org/changeset/base/253606 Log: zfs module: perform cleanup during shutdown in addition to module unload - move init and fini code into separate functions (like it is done upstream) - invoke fini cod

svn commit: r253605 - head/tools/tools/zfsboottest

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:50:44 2013 New Revision: 253605 URL: http://svnweb.freebsd.org/changeset/base/253605 Log: zfsboottest: remove explicit -Werror Unfortunately sys/boot is compliled without -Werror at the moment. MFC after:7 days Modified: head/tools/tools/zfsbootte

svn commit: r253604 - in head/sys: gdb kern ofed/include/linux sys vm

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:45:31 2013 New Revision: 253604 URL: http://svnweb.freebsd.org/changeset/base/253604 Log: rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST Also directly call swapper() at the end of mi_startup instead of relying on swapper being the last thin

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

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:15:59 2013 New Revision: 253603 URL: http://svnweb.freebsd.org/changeset/base/253603 Log: zfs: move vnode creation from zfs_znode_cache_constructor to zfs_znode_alloc All other places where a znode is allocated do not need z_vnode at all. These are: - zfs

svn commit: r253602 - head/sys/conf

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:06:50 2013 New Revision: 253602 URL: http://svnweb.freebsd.org/changeset/base/253602 Log: newvers.sh: add another git-svn fallback This time it is for a git mirror that stores svn revisions as git notes, e.g. https://github.com/freebsd/freebsd MFC afte

svn commit: r253601 - head/sys/conf

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 09:05:04 2013 New Revision: 253601 URL: http://svnweb.freebsd.org/changeset/base/253601 Log: newvers.sh: fix the fallback case of git-svn detection MFC after:5 days Sponsored by: HybridCluster Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/

svn commit: r253600 - stable/8/lib/libc/stdlib

2013-07-24 Thread Andriy Gapon
Author: avg Date: Wed Jul 24 08:56:59 2013 New Revision: 253600 URL: http://svnweb.freebsd.org/changeset/base/253600 Log: MFC r253380,253413: name passed into __setenv is not necessarily NUL-terminated Modified: stable/8/lib/libc/stdlib/getenv.c Directory Properties: stable/8/lib/libc/ (

svn commit: r253597 - head/sbin/ipfw

2013-07-24 Thread Stefan Esser
Author: se Date: Wed Jul 24 08:36:29 2013 New Revision: 253597 URL: http://svnweb.freebsd.org/changeset/base/253597 Log: Remove duplicated parapgraph. MFC after:3 days Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8 ===

svn commit: r253596 - head/sys/kern

2013-07-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 24 08:02:56 2013 New Revision: 253596 URL: http://svnweb.freebsd.org/changeset/base/253596 Log: Remove unused argument from vmem_add1(). Reviewed by: jeff Modified: head/sys/kern/subr_vmem.c Modified: head/sys/kern/subr_vmem.c =

svn commit: r253593 - vendor/bind9/9.8.5-P1

2013-07-24 Thread Erwin Lansing
Author: erwin Date: Wed Jul 24 07:15:08 2013 New Revision: 253593 URL: http://svnweb.freebsd.org/changeset/base/253593 Log: Tag the 9.8.5-P1 release Added: vendor/bind9/9.8.5-P1/ - copied from r253592, vendor/bind9/dist/ ___ svn-src-all@freebsd