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

2012-09-03 Thread Andrey Zonov
On 9/3/12 1:20 AM, Garrett Cooper wrote: On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov z...@freebsd.org wrote: Author: zont Date: Sun Sep 2 17:39:02 2012 New Revision: 240026 URL:

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

2012-09-03 Thread Konstantin Belousov
On Sun, Sep 02, 2012 at 09:04:40PM +, 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

svn commit: r240067 - head/sys/kern

2012-09-03 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode sysctl variable to show current state of hints: 0 - loader hints in environment only; 1 - static hints only 2 - fallback mode (Dynamic KENV with

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

2012-09-03 Thread Garrett Cooper
On Sep 3, 2012, at 1:52 AM, Aleksandr Rybalko wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode sysctl variable to show current state of hints: 0 - loader hints in environment only; 1 -

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

2012-09-03 Thread Aleksandr Rybalko
On Mon, 3 Sep 2012 02:05:15 -0700 Garrett Cooper yaneg...@gmail.com wrote: On Sep 3, 2012, at 1:52 AM, Aleksandr Rybalko wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode sysctl

svn commit: r240068 - head/sys/kern

2012-09-03 Thread Andrey Zonov
Author: zont Date: Mon Sep 3 09:26:56 2012 New Revision: 240068 URL: http://svn.freebsd.org/changeset/base/240068 Log: - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN. Pointed out by: avg Approved by: kib (mentor) MFC after:1 week Modified:

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

2012-09-03 Thread Andrey Zonov
On 9/2/12 11:03 PM, Andriy Gapon wrote: 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,

svn commit: r240069 - head/sys/vm

2012-09-03 Thread Andrey Zonov
Author: zont Date: Mon Sep 3 09:34:46 2012 New Revision: 240069 URL: http://svn.freebsd.org/changeset/base/240069 Log: - After r240026 sgrowsiz should be used in a safer maner. Approved by: kib (mentor) MCF after:1 week Modified: head/sys/vm/vm_map.c Modified:

svn commit: r240070 - head/sys/kern

2012-09-03 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 3 09:46:46 2012 New Revision: 240070 URL: http://svn.freebsd.org/changeset/base/240070 Log: Add missing braces. Approved by: bschmidt (while mentor offline) Pointed by: gcooper Pointy hat to: ray Modified: head/sys/kern/subr_hints.c Modified:

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

2012-09-03 Thread Aleksandr Rybalko
On Mon, 3 Sep 2012 02:05:15 -0700 Garrett Cooper yaneg...@gmail.com wrote: On Sep 3, 2012, at 1:52 AM, Aleksandr Rybalko wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode sysctl

svn commit: r240071 - head/sys/net

2012-09-03 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 3 10:08:20 2012 New Revision: 240071 URL: http://svn.freebsd.org/changeset/base/240071 Log: Change bridge(4) to use if_transmit for forwarding packets to underlying interfaces instead of queueing. Tested by:ray Modified: head/sys/net/if_bridge.c

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

2012-09-03 Thread Pedro Giffuni
Hello, Sorry for the brevity but I can inly anser on a mobile device right now ... --- Lun 3/9/12, Konstantin Belousov kostik...@gmail.com ha scritto: Da: Konstantin Belousov kostik...@gmail.com Oggetto: Re: svn commit: r240060 - in head: include/rpc sys/rpc A: Pedro F. Giffuni

svn commit: r240072 - head/usr.sbin/arp

2012-09-03 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 3 14:16:16 2012 New Revision: 240072 URL: http://svn.freebsd.org/changeset/base/240072 Log: Explicitly document all variables in the net.link.ether.inet MIB. Modified: head/usr.sbin/arp/arp.4 Modified: head/usr.sbin/arp/arp.4

svn commit: r240073 - in head: sys/netinet usr.sbin/arp

2012-09-03 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 3 14:29:28 2012 New Revision: 240073 URL: http://svn.freebsd.org/changeset/base/240073 Log: Provide a sysctl switch that allows to install ARP entries with multicast bit set. FreeBSD refuses to install such entries since 9.0, and this broke installations

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

2012-09-03 Thread Konstantin Belousov
On Mon, Sep 03, 2012 at 07:13:19AM -0700, Pedro Giffuni wrote: Hello, Sorry for the brevity but I can inly anser on a mobile device right now ... --- Lun 3/9/12, Konstantin Belousov kostik...@gmail.com ha scritto: Da: Konstantin Belousov kostik...@gmail.com Oggetto: Re: svn commit:

svn commit: r240074 - head/sys/dev/usb/controller

2012-09-03 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 3 15:22:02 2012 New Revision: 240074 URL: http://svn.freebsd.org/changeset/base/240074 Log: Add more DWC OTG register definitions. Submitted by: Nick Hudson Modified: head/sys/dev/usb/controller/dwc_otgreg.h Modified:

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

2012-09-03 Thread mdf
On Mon, Sep 3, 2012 at 1:52 AM, Aleksandr Rybalko r...@freebsd.org wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode sysctl variable to show current state of hints: 0 - loader hints in

svn commit: r240075 - in head: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh

2012-09-03 Thread Dag-Erling Sm�rgrav
Author: des Date: Mon Sep 3 16:51:41 2012 New Revision: 240075 URL: http://svn.freebsd.org/changeset/base/240075 Log: Upgrade OpenSSH to 6.1p1. Deleted: head/crypto/openssh/version.c Modified: head/crypto/openssh/ChangeLog head/crypto/openssh/INSTALL head/crypto/openssh/LICENCE

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

2012-09-03 Thread Konstantin Belousov
On Mon, Sep 03, 2012 at 09:09:08AM -0700, m...@freebsd.org wrote: On Mon, Sep 3, 2012 at 1:52 AM, Aleksandr Rybalko r...@freebsd.org wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL: http://svn.freebsd.org/changeset/base/240067 Log: Add kern.hintmode

svn commit: r240076 - head/bin/setfacl

2012-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Sep 3 17:26:20 2012 New Revision: 240076 URL: http://svn.freebsd.org/changeset/base/240076 Log: Fix compact form of synchronize permission in setfacl(1) manual page - it should be s, not S. PR: docs/162380 MFC after:2 weeks Modified:

svn commit: r240077 - head

2012-09-03 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Mon Sep 3 18:17:21 2012 New Revision: 240077 URL: http://svn.freebsd.org/changeset/base/240077 Log: Fix 'distributeworld' target when WITHOUT_GAMES is set. Reviewed by: des Approved by: des MFC after:3 days X-MFC-To: 9-only

Re: svn commit: r240077 - head

2012-09-03 Thread Glen Barber
On Mon, Sep 03, 2012 at 06:17:21PM +, Glen Barber wrote: Author: gjb (doc,ports committer) Date: Mon Sep 3 18:17:21 2012 New Revision: 240077 URL: http://svn.freebsd.org/changeset/base/240077 Log: Fix 'distributeworld' target when WITHOUT_GAMES is set. Reviewed by:des

svn commit: r240078 - head/sys/dev/sound/usb

2012-09-03 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 3 19:17:25 2012 New Revision: 240078 URL: http://svn.freebsd.org/changeset/base/240078 Log: Add required USB AUDIO v2.0 structure definitions. PR: misc/171254 Modified: head/sys/dev/sound/usb/uaudioreg.h Modified: head/sys/dev/sound/usb/uaudioreg.h

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

2012-09-03 Thread Garrett Cooper
On Mon, Sep 3, 2012 at 2:23 AM, Aleksandr Rybalko r...@freebsd.org wrote: On Mon, 3 Sep 2012 02:05:15 -0700 Garrett Cooper yaneg...@gmail.com wrote: On Sep 3, 2012, at 1:52 AM, Aleksandr Rybalko wrote: Author: ray Date: Mon Sep 3 08:52:05 2012 New Revision: 240067 URL:

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

2012-09-03 Thread Pedro Giffuni
... From: Konstantin Belousov   ...   PR 137443 From the PR, I fail to see what is the problem in our headers, and why the issue is not in some third-party C++ code. It is definitely has nothing to do with C++ name mangling.   Hmm.. yes, not a mangling issue

svn commit: r240079 - in head: share/man/man4 sys/dev/arcmsr

2012-09-03 Thread Xin LI
Author: delphij Date: Tue Sep 4 05:15:54 2012 New Revision: 240079 URL: http://svn.freebsd.org/changeset/base/240079 Log: Update arcmsr(4) to vendor version 1.20.00.25. Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang ching2048 areca com tw MFC

svn commit: r240080 - head/lib/libprocstat

2012-09-03 Thread Mikolaj Golub
Author: trociny Date: Tue Sep 4 05:51:50 2012 New Revision: 240080 URL: http://svn.freebsd.org/changeset/base/240080 Log: Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly. Submitted by: Daniel Dettlaff dmilith gmail com MFC after:1 week Modified:

svn commit: r240081 - head/usr.bin/procstat

2012-09-03 Thread Mikolaj Golub
Author: trociny Date: Tue Sep 4 05:54:43 2012 New Revision: 240081 URL: http://svn.freebsd.org/changeset/base/240081 Log: Free memory allocated by procstat_getfiles(), which may make difference when procstat(1) is run with -a option. Submitted by: Daniel Dettlaff dmilith gmail com MFC