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/
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
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
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/
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
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
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_
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/
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.
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
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
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
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
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
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
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
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
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
=
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
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
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.
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
===
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
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
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
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
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
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
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
29 matches
Mail list logo