Author: grehan
Date: Sat Feb 22 07:18:06 2014
New Revision: 262331
URL: http://svnweb.freebsd.org/changeset/base/262331
Log:
ZFS boot support for bhyveload.
Modelled after the i386 zfsloader. However, with no
2nd stage zfsboot to search for a bootable dataset,
attempt a ZFS boot if ther
Author: markj
Date: Sat Feb 22 05:18:55 2014
New Revision: 262330
URL: http://svnweb.freebsd.org/changeset/base/262330
Log:
1452 DTrace buffer autoscaling should be less violent
illumos/illumos-gate@6fb4854bed54ce82bd8610896b64ddebcd4af706
This fixes the tst.resize1.d and tst.resize2.d
Author: markj
Date: Sat Feb 22 05:13:35 2014
New Revision: 262329
URL: http://svnweb.freebsd.org/changeset/base/262329
Log:
Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in some
upstream DTrace code. It indicates that the kernel memory allocator need not
attempt to satisfy non
Author: bdrewery
Date: Sat Feb 22 04:28:49 2014
New Revision: 262328
URL: http://svnweb.freebsd.org/changeset/base/262328
Log:
Fix style of comment blocks.
Reported by: peter
Approved by: bapt (mentor, implicit)
X-MFC with: r262006
Modified:
head/sys/kern/kern_descrip.c
Modified
Author: ian
Date: Sat Feb 22 03:36:45 2014
New Revision: 262327
URL: http://svnweb.freebsd.org/changeset/base/262327
Log:
Look for both fdtaddr and fdt_addr env var names. Grepping the u-boot
source shows that board vendors seem to be about evenly split on this.
This commit is a trivial
Author: ian
Date: Sat Feb 22 03:29:53 2014
New Revision: 262326
URL: http://svnweb.freebsd.org/changeset/base/262326
Log:
Fix the strange 2-space indentation that appears only in this one function.
Modified:
head/sys/boot/fdt/fdt_loader_cmd.c
Modified: head/sys/boot/fdt/fdt_loader_cmd.c
Author: markj
Date: Sat Feb 22 01:41:45 2014
New Revision: 262325
URL: http://svnweb.freebsd.org/changeset/base/262325
Log:
Print a backtrace if the SDT(9) stub gets called so that there's at least
some hope of figuring out how it happened.
Suggested by: rstone
MFC after:1 week
Mod
Author: peter
Date: Sat Feb 22 01:19:47 2014
New Revision: 262324
URL: http://svnweb.freebsd.org/changeset/base/262324
Log:
Update serf-1.3.0 -> 1.3.4 - fixes multiple issues (see the CHANGES file)
including an SSL issue that turned up in the cluster with svn-1.8.8.
Modified:
head/contrib/s
Author: delphij
Date: Sat Feb 22 01:13:48 2014
New Revision: 262323
URL: http://svnweb.freebsd.org/changeset/base/262323
Log:
MFC r261620: MFV r261619:
4574 get_clones_stat does not call zap_count in non-debug kernel
zap_count(...) is never called in non-DEBUG kernel.
As result "coun
Author: delphij
Date: Sat Feb 22 01:13:48 2014
New Revision: 262323
URL: http://svnweb.freebsd.org/changeset/base/262323
Log:
MFC r261620: MFV r261619:
4574 get_clones_stat does not call zap_count in non-debug kernel
zap_count(...) is never called in non-DEBUG kernel.
As result "coun
Author: peter
Date: Sat Feb 22 01:09:50 2014
New Revision: 262322
URL: http://svnweb.freebsd.org/changeset/base/262322
Log:
Tag import of serf-1.3.4
Added:
vendor/serf/serf-1.3.4/
- copied from r262321, vendor/serf/dist/
___
svn-src-all@freebsd
Author: peter
Date: Sat Feb 22 01:09:12 2014
New Revision: 262321
URL: http://svnweb.freebsd.org/changeset/base/262321
Log:
Vendor import serf-1.3.4
Modified:
vendor/serf/dist/CHANGES
vendor/serf/dist/README
vendor/serf/dist/SConstruct
vendor/serf/dist/auth/auth.c
vendor/serf/dist/aut
Author: delphij
Date: Sat Feb 22 00:57:55 2014
New Revision: 262320
URL: http://svnweb.freebsd.org/changeset/base/262320
Log:
MFC r261620: MFV r261619:
4574 get_clones_stat does not call zap_count in non-debug kernel
zap_count(...) is never called in non-DEBUG kernel.
As result "coun
Author: delphij
Date: Sat Feb 22 00:41:03 2014
New Revision: 262319
URL: http://svnweb.freebsd.org/changeset/base/262319
Log:
MFC r261618:
In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,
k_ipad.
Note that the two consumers in geli(4) are not affected by this
issu
Author: delphij
Date: Sat Feb 22 00:41:03 2014
New Revision: 262319
URL: http://svnweb.freebsd.org/changeset/base/262319
Log:
MFC r261618:
In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,
k_ipad.
Note that the two consumers in geli(4) are not affected by this
issu
Author: delphij
Date: Sat Feb 22 00:41:03 2014
New Revision: 262319
URL: http://svnweb.freebsd.org/changeset/base/262319
Log:
MFC r261618:
In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,
k_ipad.
Note that the two consumers in geli(4) are not affected by this
issu
Author: delphij
Date: Sat Feb 22 00:30:33 2014
New Revision: 262318
URL: http://svnweb.freebsd.org/changeset/base/262318
Log:
MFC r261618:
In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,
k_ipad.
Note that the two consumers in geli(4) are not affected by this
issu
Author: grehan
Date: Fri Feb 21 22:45:35 2014
New Revision: 262311
URL: http://svnweb.freebsd.org/changeset/base/262311
Log:
Fix virtio spec URL.
Submitted by: lwhsu
MFC after:1 week
Modified:
head/usr.sbin/bhyve/virtio.h
Modified: head/usr.sbin/bhyve/virtio.h
Author: dim
Date: Fri Feb 21 22:38:25 2014
New Revision: 262310
URL: http://svnweb.freebsd.org/changeset/base/262310
Log:
Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to
bsd.sys.mk, where it really belongs. This also causes the flag to get
added when clang is *not*
Author: mjg
Date: Fri Feb 21 22:29:09 2014
New Revision: 262309
URL: http://svnweb.freebsd.org/changeset/base/262309
Log:
Fix a race between kern_proc_{o,}filedesc_out and fdescfree leading
to use-after-free.
fdescfree proceeds to free file pointers once fd_refcnt reaches 0, but
kern_pr
Author: bapt
Date: Fri Feb 21 21:02:19 2014
New Revision: 262304
URL: http://svnweb.freebsd.org/changeset/base/262304
Log:
Install a default configuration file for dma
Suggested by: flo
Added:
head/etc/dma/
head/etc/dma/Makefile (contents, props changed)
head/etc/dma/dma.conf (co
Author: dim
Date: Fri Feb 21 20:55:34 2014
New Revision: 262303
URL: http://svnweb.freebsd.org/changeset/base/262303
Log:
Pull in r197521 from upstream clang trunk (by rdivacky):
Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Requested by: jhibbits
MFC after:
On Fri, Feb 21, 2014 at 12:56:29PM -0500, Benjamin Kaduk wrote:
> On Fri, Feb 21, 2014 at 12:38 PM, Baptiste Daroussin wrote:
>
> > On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote:
> > > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote:
> > >
> > > > On Fri, Feb 21, 2014 at 08:01:44AM
Author: mav
Date: Fri Feb 21 18:33:54 2014
New Revision: 262300
URL: http://svnweb.freebsd.org/changeset/base/262300
Log:
MFC r261538:
Make CTL block backend return proper error code for operations unsupposed
by the underlying device.
Modified:
stable/9/sys/cam/ctl/ctl_backend_block.c
Dir
Author: mav
Date: Fri Feb 21 18:32:45 2014
New Revision: 262299
URL: http://svnweb.freebsd.org/changeset/base/262299
Log:
MFC r261538:
Make CTL block backend return proper error code for operations unsupposed
by the underlying device.
Modified:
stable/10/sys/cam/ctl/ctl_backend_block.c
Di
On Fri, Feb 21, 2014 at 09:04:50AM +0100, Baptiste Daroussin wrote:
> On Thu, Feb 20, 2014 at 05:54:59PM -0800, Xin Li wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA512
> >
> > On 02/20/14 14:39, Baptiste Daroussin wrote:
> > > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision
On Fri, Feb 21, 2014 at 12:38 PM, Baptiste Daroussin wrote:
> On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote:
> > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote:
> >
> > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> > >> Why? There is /usr/ports/mail/dma.
> > >>
On Fri, Feb 21, 2014 at 06:41:51PM +0100, Baptiste Daroussin wrote:
> On Fri, Feb 21, 2014 at 09:32:04AM -0800, Steve Kargl wrote:
> > On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote:
> > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> > > > On Fri, Feb 21, 2014
On Fri, Feb 21, 2014 at 09:32:04AM -0800, Steve Kargl wrote:
> On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote:
> > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> > > On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
> > > > Author: bapt
> > > >
On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote:
> On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote:
>
> > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> >> On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
> >>> Author: bapt
> >>> Date: Fri Feb 21 07
On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote:
> On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> > On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
> > > Author: bapt
> > > Date: Fri Feb 21 07:26:49 2014
> > > New Revision: 262282
> > > URL: ht
On Fri, 2014-02-21 at 07:26 +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Feb 21 07:26:49 2014
> New Revision: 262282
> URL: http://svnweb.freebsd.org/changeset/base/262282
>
> Log:
> Import Dragonfly Mail Agent into base system
>
> It is a small and lightweight Mail Transport
On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote:
> On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
>> On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
>>> Author: bapt
>>> Date: Fri Feb 21 07:26:49 2014
>>> New Revision: 262282
>>> URL: http://svnweb.freebsd.org
On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote:
> On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Fri Feb 21 07:26:49 2014
> > New Revision: 262282
> > URL: http://svnweb.freebsd.org/changeset/base/262282
> >
> > Log:
> > Import Dragonf
Author: bapt
Date: Fri Feb 21 16:14:40 2014
New Revision: 262298
URL: http://svnweb.freebsd.org/changeset/base/262298
Log:
Fix build on i386
Modified:
head/contrib/dma/spool.c
Modified: head/contrib/dma/spool.c
==
--
On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Feb 21 07:26:49 2014
> New Revision: 262282
> URL: http://svnweb.freebsd.org/changeset/base/262282
>
> Log:
> Import Dragonfly Mail Agent into base system
>
> It is a small and lightweight Mail Tr
Author: bapt
Date: Fri Feb 21 14:14:48 2014
New Revision: 262297
URL: http://svnweb.freebsd.org/changeset/base/262297
Log:
Lower warning level when built with gcc
Modified:
head/libexec/dma/Makefile
Modified: head/libexec/dma/Makefile
=
Author: brueffer
Date: Fri Feb 21 13:53:41 2014
New Revision: 262296
URL: http://svnweb.freebsd.org/changeset/base/262296
Log:
Match the correct variable to the variable description.
PR: 121173
Submitted by: Thomas Mueller
MFC after:1 week
Modified:
head/lib/libc/sys/m
Author: bapt
Date: Fri Feb 21 13:17:10 2014
New Revision: 262295
URL: http://svnweb.freebsd.org/changeset/base/262295
Log:
Fix build with gcc
Modified:
head/contrib/dma/conf.c
head/contrib/dma/dma.c
head/contrib/dma/mail.c
Modified: head/contrib/dma/conf.c
===
Author: ivoras
Date: Fri Feb 21 12:17:27 2014
New Revision: 262294
URL: http://svnweb.freebsd.org/changeset/base/262294
Log:
Explain how and where kern.cam.ada.write_cache can be set in practical
situations.
Reviewed by: hrs
Approved by: mav
Modified:
head/share/man/man4/ada.4
Mod
Author: bapt
Date: Fri Feb 21 11:06:22 2014
New Revision: 262293
URL: http://svnweb.freebsd.org/changeset/base/262293
Log:
Enforce mail user and group
Modified:
head/libexec/dma/Makefile
Modified: head/libexec/dma/Makefile
=
Author: bapt
Date: Fri Feb 21 10:34:59 2014
New Revision: 262292
URL: http://svnweb.freebsd.org/changeset/base/262292
Log:
Fix typo
Modified:
head/etc/mtree/BSD.var.dist
Modified: head/etc/mtree/BSD.var.dist
==
--- h
Author: attilio
Date: Fri Feb 21 09:43:34 2014
New Revision: 262291
URL: http://svnweb.freebsd.org/changeset/base/262291
Log:
MFC r261867:
Use the right index to free swapspace after vm_page_rename().
Modified:
stable/10/sys/vm/vm_object.c
Directory Properties:
stable/10/ (props changed
Author: bapt
Date: Fri Feb 21 09:42:50 2014
New Revision: 262290
URL: http://svnweb.freebsd.org/changeset/base/262290
Log:
Add dma-mbox-create forgotten in the previous commit
Added:
head/libexec/dma-mbox-create/
head/libexec/dma-mbox-create/Makefile (contents, props changed)
Added: head
Author: brueffer
Date: Fri Feb 21 09:27:48 2014
New Revision: 262289
URL: http://svnweb.freebsd.org/changeset/base/262289
Log:
MFC: r261900
In chat_UpdateSet(), initialize the input buffer to prevent stale data
from previous timed out commands.
PR: 186530
Submitted by: Al
Author: brueffer
Date: Fri Feb 21 09:26:51 2014
New Revision: 262288
URL: http://svnweb.freebsd.org/changeset/base/262288
Log:
MFC: r261900
In chat_UpdateSet(), initialize the input buffer to prevent stale data
from previous timed out commands.
PR: 186530
Submitted by: Al
Author: brueffer
Date: Fri Feb 21 09:25:52 2014
New Revision: 262287
URL: http://svnweb.freebsd.org/changeset/base/262287
Log:
MFC: r261900
In chat_UpdateSet(), initialize the input buffer to prevent stale data
from previous timed out commands.
PR: 186530
Submitted by: Al
Author: brueffer
Date: Fri Feb 21 09:22:37 2014
New Revision: 262286
URL: http://svnweb.freebsd.org/changeset/base/262286
Log:
MFC: r261885
In sgetpwnam(), save and free pw_class like all other char members
of struct passwd. This fixes spurious "login_getclass: unknown class"
errors.
Author: brueffer
Date: Fri Feb 21 09:21:02 2014
New Revision: 262285
URL: http://svnweb.freebsd.org/changeset/base/262285
Log:
MFC: r261885
In sgetpwnam(), save and free pw_class like all other char members
of struct passwd. This fixes spurious "login_getclass: unknown class"
errors.
Author: brueffer
Date: Fri Feb 21 09:19:16 2014
New Revision: 262284
URL: http://svnweb.freebsd.org/changeset/base/262284
Log:
MFC: r261885
In sgetpwnam(), save and free pw_class like all other char members
of struct passwd. This fixes spurious "login_getclass: unknown class"
errors.
On Thu, Feb 20, 2014 at 05:54:59PM -0800, Xin Li wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 02/20/14 14:39, Baptiste Daroussin wrote:
> > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision: 262266
> > URL: http://svnweb.freebsd.org/changeset/base/262266
> >
> > Log:
51 matches
Mail list logo