svn commit: r247871 - head/usr.sbin/bhyve

2013-03-05 Thread Peter Grehan
Author: grehan Date: Wed Mar 6 07:28:20 2013 New Revision: 247871 URL: http://svnweb.freebsd.org/changeset/base/247871 Log: Simplify virtio ring num-available calculation. Submitted by: Chris Torek, torek at torek dot net Modified: head/usr.sbin/bhyve/pci_virtio_block.c head/usr.sbin/

svn commit: r247870 - in head/sys: amd64/conf conf i386/conf

2013-03-05 Thread Bryan Venteicher
Author: bryanv Date: Wed Mar 6 07:17:53 2013 New Revision: 247870 URL: http://svnweb.freebsd.org/changeset/base/247870 Log: Remove the virtio dependency entry for the VirtIO device drivers. This will prevent the kernel from linking if the device driver are included without the virtio module

svn commit: r247865 - head/usr.sbin/bhyve

2013-03-05 Thread Peter Grehan
Author: grehan Date: Wed Mar 6 06:24:09 2013 New Revision: 247865 URL: http://svnweb.freebsd.org/changeset/base/247865 Log: Reorder code to avoid the stat buffer being used uninitialized. Obtained from:NetApp Modified: head/usr.sbin/bhyve/acpi.c Modified: head/usr.sbin/bhyve/ac

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

2013-03-05 Thread Andrew Turner
Author: andrew Date: Wed Mar 6 06:19:56 2013 New Revision: 247864 URL: http://svnweb.freebsd.org/changeset/base/247864 Log: Fix stack alignment in the kernel to be on an 8 byte boundary as required by AAPCS. Modified: head/sys/arm/arm/swtch.S head/sys/arm/arm/vm_machdep.c head/sys/arm/

Re: svn commit: r247860 - in head/sbin: mount_ext2fs mount_reiserfs mount_std

2013-03-05 Thread Juli Mallett
Thanks! On Tue, Mar 5, 2013 at 3:53 PM, Jung-uk Kim wrote: > Author: jkim > Date: Tue Mar 5 23:53:37 2013 > New Revision: 247860 > URL: http://svnweb.freebsd.org/changeset/base/247860 > > Log: > GC unused mount_* directories. mount_reiserfs was disconnected from build > with r158666. mount

svn commit: r247863 - head/usr.sbin/rtadvd

2013-03-05 Thread Hiroki Sato
Author: hrs Date: Wed Mar 6 04:58:48 2013 New Revision: 247863 URL: http://svnweb.freebsd.org/changeset/base/247863 Log: Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL. This can happen in a short period when a prefix is changed by a rtmsg and a new interface arr

svn commit: r247861 - head/sbin/mount_udf

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 6 00:36:33 2013 New Revision: 247861 URL: http://svnweb.freebsd.org/changeset/base/247861 Log: Use build_iovec() to make it less cryptic. This also fixes warnings. Modified: head/sbin/mount_udf/Makefile head/sbin/mount_udf/mount_udf.c Modified: head/sbin/mount_

svn commit: r247860 - in head/sbin: mount_ext2fs mount_reiserfs mount_std

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 23:53:37 2013 New Revision: 247860 URL: http://svnweb.freebsd.org/changeset/base/247860 Log: GC unused mount_* directories. mount_reiserfs was disconnected from build with r158666. mount_ext2fs and mount_std were disconnected with r164527. Deleted: head/sbin/

svn commit: r247859 - head/sbin/mount_cd9660

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 23:05:43 2013 New Revision: 247859 URL: http://svnweb.freebsd.org/changeset/base/247859 Log: Update the manual page to reflect reality. With r138509 and r152355, "nostrictjoliet" option for mount_cd9660(8) was completely replaced with "brokenjoliet" somehow.

svn commit: r247856 - in head/sbin: mount_cd9660 mount_msdosfs mount_nfs mount_nullfs mount_reiserfs mount_std mount_udf mount_unionfs

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 22:41:35 2013 New Revision: 247856 URL: http://svnweb.freebsd.org/changeset/base/247856 Log: GC unused variables. Prefer NULL over 0 for pointers. Modified: head/sbin/mount_cd9660/mount_cd9660.c head/sbin/mount_msdosfs/mount_msdosfs.c head/sbin/mount_nfs/mou

svn commit: r247855 - head/sys/arm/broadcom/bcm2835

2013-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 5 20:00:11 2013 New Revision: 247855 URL: http://svnweb.freebsd.org/changeset/base/247855 Log: - Reset DMA channel if error occured - Initialize info field in bcm_dma_reset Submitted by: Daisuke Aoyama Modified: head/sys/arm/broadcom/bcm2835/bcm2835_dma.c

svn commit: r247854 - head/tools/tools/cxgbetool

2013-03-05 Thread Navdeep Parhar
Author: np Date: Tue Mar 5 19:37:29 2013 New Revision: 247854 URL: http://svnweb.freebsd.org/changeset/base/247854 Log: Fix compile warning by including ctype.h for isdigit(). MFC after:1 day Modified: head/tools/tools/cxgbetool/cxgbetool.c Modified: head/tools/tools/cxgbetool/cxgb

svn commit: r247852 - in head: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-03-05 Thread Martin Matuska
Author: mm Date: Tue Mar 5 18:54:41 2013 New Revision: 247852 URL: http://svnweb.freebsd.org/changeset/base/247852 Log: MFV r247845: Import ZFS bpobj bugfix from vendor. Illumos ZFS issues: 3603 panic from bpobj_enqueue_subobj() 3604 zdb should print bpobjs more verbosely Re

svn commit: r247849 - head/sys/dev/drm2/ttm

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 16:15:34 2013 New Revision: 247849 URL: http://svnweb.freebsd.org/changeset/base/247849 Log: Fix build with gcc, do not use unnamed union. Reported and tested by: gjb MFC after:1 month Modified: head/sys/dev/drm2/ttm/ttm_page_alloc.c Modified: he

svn commit: r247848 - head/sys/dev/drm2/ttm

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 16:14:55 2013 New Revision: 247848 URL: http://svnweb.freebsd.org/changeset/base/247848 Log: Fix build with gcc, remove redundand declarations. Reported and tested by: gjb MFC after:1 month Modified: head/sys/dev/drm2/ttm/ttm_lock.h Modified: hea

Re: svn commit: r247835 - in head/sys: dev/drm2 dev/drm2/ttm modules/drm2/drm2

2013-03-05 Thread Ronald Klop
I know this is not done yet, but I appreciate the work very much. Regards, Ronald. On Tue, 05 Mar 2013 10:49:34 +0100, Konstantin Belousov wrote: Author: kib Date: Tue Mar 5 09:49:34 2013 New Revision: 247835 URL: http://svnweb.freebsd.org/changeset/base/247835 Log: Import the prelimin

svn commit: r247843 - head/usr.sbin/pkg

2013-03-05 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 5 14:08:36 2013 New Revision: 247843 URL: http://svnweb.freebsd.org/changeset/base/247843 Log: choose in priority the allocated ABI if any to do the ${ABI} substitution in PACKAGESITE Reviewed by: bdrewery Modified: head/usr.sbin/pkg/config.c Modified: head

svn commit: r247842 - head/sys/net

2013-03-05 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Mar 5 13:38:45 2013 New Revision: 247842 URL: http://svnweb.freebsd.org/changeset/base/247842 Log: Write lock is not required for find&compare operation. MFC after:2 weeks Modified: head/sys/net/route.c Modified: head/sys/net/route.c =

svn commit: r247841 - head/usr.sbin/pkg

2013-03-05 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 5 13:31:06 2013 New Revision: 247841 URL: http://svnweb.freebsd.org/changeset/base/247841 Log: Add the ability to correctly read pkg.conf is exists. Only look for boostrap useful options: - PACKAGESITE - ABI - MIRROR_TYPE - ASSUME_ALWAYS_YES Whil

svn commit: r247840 - head/lib/libyaml

2013-03-05 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 5 13:06:40 2013 New Revision: 247840 URL: http://svnweb.freebsd.org/changeset/base/247840 Log: Add a stub manpage modeled over the libexpat one to explain to users not to use this library outside of base. Requested by: simon Added: head/lib/libyaml/libbsdym

svn commit: r247839 - head/sys/dev/drm2

2013-03-05 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Mar 5 11:18:57 2013 New Revision: 247839 URL: http://svnweb.freebsd.org/changeset/base/247839 Log: drm_global.c: Destroy sx in drm_global_release() This fixes a build error at the same time (unused variable "item"), if the kernel is compiled without INVARIANTS.

svn commit: r247838 - head/sys/dev/drm2

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 11:02:38 2013 New Revision: 247838 URL: http://svnweb.freebsd.org/changeset/base/247838 Log: Correct the r247832. Noted by: marius, rdivacky MFC after:1 month Modified: head/sys/dev/drm2/drmP.h Modified: head/sys/dev/drm2/drmP.h ===

svn commit: r247837 - head/sys/geom/label

2013-03-05 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Mar 5 11:02:05 2013 New Revision: 247837 URL: http://svnweb.freebsd.org/changeset/base/247837 Log: g_label_ntfs.c: Mark structures as __packed Without this, read data is mis-interpreted. This could trigger a panic, as was the case on one computer where computed

svn commit: r247836 - in head/sys: dev/hwpmc kern sys

2013-03-05 Thread Fabien Thomas
Author: fabient Date: Tue Mar 5 10:18:48 2013 New Revision: 247836 URL: http://svnweb.freebsd.org/changeset/base/247836 Log: Add a generic way to call per event allocate / release function. Reviewed by: mav MFC after:1 month Modified: head/sys/dev/hwpmc/hwpmc_soft.c head/sys/ke

svn commit: r247835 - in head/sys: dev/drm2 dev/drm2/ttm modules/drm2/drm2

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 09:49:34 2013 New Revision: 247835 URL: http://svnweb.freebsd.org/changeset/base/247835 Log: Import the preliminary port of the TTM. The early commit is done to facilitate the off-tree work on the porting of the Radeon driver. Sponsored by: The FreeBSD Fo

svn commit: r247834 - in head/sys: dev/drm2 modules/drm2/drm2

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 09:27:21 2013 New Revision: 247834 URL: http://svnweb.freebsd.org/changeset/base/247834 Log: Import the drm_global references helpers. Sponsored by: The FreeBSD Foundation MFC after:1 month Added: head/sys/dev/drm2/drm_global.c (contents, props change

svn commit: r247833 - head/sys/dev/drm2

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 09:07:58 2013 New Revision: 247833 URL: http://svnweb.freebsd.org/changeset/base/247833 Log: Import the drm_mm_debug_table() function. Sponsored by: The FreeBSD Foundation MFC after:1 month Modified: head/sys/dev/drm2/drm_mm.c head/sys/dev/drm2/drm_mm

svn commit: r247832 - head/sys/dev/drm2

2013-03-05 Thread Konstantin Belousov
Author: kib Date: Tue Mar 5 09:07:01 2013 New Revision: 247832 URL: http://svnweb.freebsd.org/changeset/base/247832 Log: Import the likely() compat macro. Sponsored by: The FreeBSD Foundation MFC after:1 month Modified: head/sys/dev/drm2/drmP.h Modified: head/sys/dev/drm2/drmP.h

svn commit: r247830 - head/sys/contrib/altq/altq

2013-03-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 5 08:08:16 2013 New Revision: 247830 URL: http://svnweb.freebsd.org/changeset/base/247830 Log: Simplify TAILQ usage and avoid additional memory allocations. Tested by:Eugene M. Zheganin Sponsored by: Nginx, Inc Modified: head/sys/contrib/altq/altq/al