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: 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: 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: 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: 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: 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: 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: 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

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

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 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

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: 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

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: 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

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

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: 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

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

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: 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: 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: 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

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: 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: 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: 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: 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: 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 ==

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: 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