Re: svn commit: r239927 - head/tools/tools/track

2012-09-02 Thread Doug Barton
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

svn commit: r240003 - head/sys/kern

2012-09-02 Thread Mikolaj Golub
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

svn commit: r240004 - head/sys/kern

2012-09-02 Thread Mikolaj Golub
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 <=

svn commit: r240005 - head/usr.bin/truss

2012-09-02 Thread Andrey Zonov
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

svn commit: r240007 - head/sys/netinet

2012-09-02 Thread Michael Tuexen
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

Re: svn commit: r237219 - head/sys/kern

2012-09-02 Thread Ed Schouten
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

svn commit: r240011 - in head/sys: conf gnu/fs/xfs gnu/fs/xfs/FreeBSD modules/xfs

2012-09-02 Thread Dimitry Andric
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

svn commit: r240026 - head/sys/kern

2012-09-02 Thread Andrey Zonov
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

svn commit: r240040 - head/lib/libproc

2012-09-02 Thread Rui Paulo
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_

Re: svn commit: r240026 - head/sys/kern

2012-09-02 Thread Andriy Gapon
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

Re: svn commit: r239998 - head/contrib/dtc

2012-09-02 Thread Aleksandr Rybalko
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

Re: svn commit: r239998 - head/contrib/dtc

2012-09-02 Thread Aleksandr Rybalko
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

svn commit: r240060 - in head: include/rpc sys/rpc

2012-09-02 Thread Pedro F. Giffuni
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.

Re: svn commit: r240060 - in head: include/rpc sys/rpc

2012-09-02 Thread Yuri Pankov
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

Re: svn commit: r240026 - head/sys/kern

2012-09-02 Thread Garrett Cooper
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

Re: svn commit: r240026 - head/sys/kern

2012-09-02 Thread Garrett Cooper
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

Re: svn commit: r240060 - in head: include/rpc sys/rpc

2012-09-02 Thread Pedro Giffuni
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

svn commit: r240062 - head/include/rpc

2012-09-02 Thread Pedro F. Giffuni
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

svn commit: r240063 - in head/cddl/contrib/opensolaris/cmd: zfs zpool

2012-09-02 Thread Glen Barber
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

svn commit: r240065 - head/sys/dev/gxemul/disk

2012-09-02 Thread Alan Cox
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