svn commit: r253591 - head/sys/vm

2013-07-24 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 24 06:13:00 2013 New Revision: 253591 URL: http://svnweb.freebsd.org/changeset/base/253591 Log: Since r251709 a slab no longer use 8-bit indicies to manage items, thus remove a stale comment. Reviewed by: jeff Modified: head/sys/vm/uma_int.h Modified:

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:

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

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

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 thing

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:

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

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

2013-07-24 Thread Dimitry Andric
On Jul 24, 2013, at 06:06, Hiroki Sato h...@freebsd.org wrote: Dimitry Andric d...@freebsd.org 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. ...

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

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

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

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 sys/types.h OR sys/param.h, but not both. sys/types.h includes

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) in the

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:

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 rpa...@freebsd.org 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