On 08/31/2012 14:59, Dag-Erling Smørgrav wrote:
> Doug Barton writes:
>> Dag-Erling Smørgrav writes:
>>> - \*\*\*\ Error*)
>>> + \*\*\**)
>> Are you sure that the double ** is necessary here?
>
> Yes, error messages generally include text in addition to the initial
> three asterisks.
D'oh
Author: trociny
Date: Sun Sep 2 07:29:37 2012
New Revision: 240003
URL: http://svn.freebsd.org/changeset/base/240003
Log:
In soreceive_generic() when checking if the type of mbuf has changed
check it for MT_CONTROL type too, otherwise the assertion
"m->m_type == MT_DATA" below may be trigge
Author: trociny
Date: Sun Sep 2 07:33:52 2012
New Revision: 240004
URL: http://svn.freebsd.org/changeset/base/240004
Log:
In soreceive_generic() remove the optimization for the case when
MSG_WAITALL is set, and it is possible to do the entire receive
operation at once if we block (resid <=
Author: zont
Date: Sun Sep 2 11:03:18 2012
New Revision: 240005
URL: http://svn.freebsd.org/changeset/base/240005
Log:
- Style(9) cleanup.
Approved by: kib (mentor)
Modified:
head/usr.bin/truss/amd64-fbsd.c
head/usr.bin/truss/amd64-fbsd32.c
head/usr.bin/truss/amd64-linux32.c
head
Author: tuexen
Date: Sun Sep 2 12:37:30 2012
New Revision: 240007
URL: http://svn.freebsd.org/changeset/base/240007
Log:
Fix a typo which results in RTT to be off by a factor of 10, if the RTT is
larger than 1 second.
MFC after:3 days
Modified:
head/sys/netinet/sctputil.c
Modifie
Hi Peter,
Sorry for replying to this email so late; I moved to Germany in April
and I'm still waiting for Deutsche Telekomiker to hook up my internet
connection. Fortunately I do have a smartphone with tethering now.
All hail German bureaucracy.
2012/6/18 Peter Holm :
> In tty_makedev() the fo
Author: dim
Date: Sun Sep 2 14:46:18 2012
New Revision: 240011
URL: http://svn.freebsd.org/changeset/base/240011
Log:
Partially revert r239959, after actually fixing most of the clang
warnings in sys/gnu/fs/xfs. The only warnings that still need to be
suppressed are those about array bound
Author: zont
Date: Sun Sep 2 17:39:02 2012
New Revision: 240026
URL: http://svn.freebsd.org/changeset/base/240026
Log:
- Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz
and kern.sgrowsiz sysctls writable.
Approved by: kib (mentor)
Modified:
head/sys/kern/s
Author: rpaulo
Date: Sun Sep 2 18:14:01 2012
New Revision: 240040
URL: http://svn.freebsd.org/changeset/base/240040
Log:
Make sure we visit both symbol sections even if one of them doesn't
exist. This makes it possible to dtrace some C++ programs like devd.
Modified:
head/lib/libproc/proc_
on 02/09/2012 20:39 Andrey Zonov said the following:
> CTLFLAG_RDTUN | CTLFLAG_RW
This combination looks like nonsense to me (because of "RD").
CTLFLAG_RDTUNAdvisory flag that a system tunable also exists for this
variable; however, the run-time variable is read-only.
Probab
On Sun, 2 Sep 2012 01:48:47 + (UTC)
Andrew Turner wrote:
> Author: andrew
> Date: Sun Sep 2 01:48:47 2012
> New Revision: 239998
> URL: http://svn.freebsd.org/changeset/base/239998
>
> Log:
> Fix a logic inversion in an assert to allow us to use dts files that
> include other files.
Bi
On Sun, 2 Sep 2012 23:22:04 +0300
Aleksandr Rybalko wrote:
> On Sun, 2 Sep 2012 01:48:47 + (UTC)
> Andrew Turner wrote:
>
> > Author: andrew
> > Date: Sun Sep 2 01:48:47 2012
> > New Revision: 239998
> > URL: http://svn.freebsd.org/changeset/base/239998
> >
> > Log:
> > Fix a logic inve
Author: pfg
Date: Sun Sep 2 21:04:40 2012
New Revision: 240060
URL: http://svn.freebsd.org/changeset/base/240060
Log:
Fix RPC headers for C++
C++ mangling will cause trouble with variables like __rpc_xdr
in xdr.h so rename this to XDR.
While here add proper C++ guards to RPC headers.
On Sun, 2 Sep 2012 21:04:40 + (UTC), Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Sep 2 21:04:40 2012
New Revision: 240060
URL: http://svn.freebsd.org/changeset/base/240060
Log:
Fix RPC headers for C++
C++ mangling will cause trouble with variables like __rpc_xdr
in xdr.h so rena
On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote:
> Author: zont
> Date: Sun Sep 2 17:39:02 2012
> New Revision: 240026
> URL: http://svn.freebsd.org/changeset/base/240026
>
> Log:
> - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz
> and kern.sgrowsiz sysctls w
On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper wrote:
> On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote:
>> Author: zont
>> Date: Sun Sep 2 17:39:02 2012
>> New Revision: 240026
>> URL: http://svn.freebsd.org/changeset/base/240026
>>
>> Log:
>> - Make kern.maxtsiz, kern.dfldsiz, kern.maxds
Yes, indeed! I will revert most of it.
Thanks for checking!
Pedro.
>
> From: Yuri Pankov
>To: Pedro F. Giffuni
>Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org;
>svn-src-head@freebsd.org
>Sent: Sunday, September 2, 2012 4:16 PM
>Subject: Re: svn co
Author: pfg
Date: Sun Sep 2 22:23:23 2012
New Revision: 240062
URL: http://svn.freebsd.org/changeset/base/240062
Log:
Revertr240060: (Partial)
__BEGIN_DECLS and __END_DECLS in cdefs.h take care of the
__cplusplus mangling issues so most of the definitions
were redundant.
I
Author: gjb (doc,ports committer)
Date: Mon Sep 3 00:05:21 2012
New Revision: 240063
URL: http://svn.freebsd.org/changeset/base/240063
Log:
Add myself to copyright sections, per CDDL license.
Requested by: mm
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
head/cddl/contrib/open
Author: alc
Date: Mon Sep 3 02:32:00 2012
New Revision: 240065
URL: http://svn.freebsd.org/changeset/base/240065
Log:
Correct an error in gxemul_disk_write(). It was issuing the command to
read from rather than write to the emulated disk.
Reviewed by: jmallett
Modified:
head/sys/dev
20 matches
Mail list logo