svn commit: r234944 - head/sys/fs/unionfs

2012-05-03 Thread Daichi GOTO
Author: daichi Date: Thu May 3 07:22:29 2012 New Revision: 234944 URL: http://svn.freebsd.org/changeset/base/234944 Log: fixed a unionfs_readdir math issue PR: 132987 Submitted by: Matthew Fleming mflem...@isilon.com Modified: head/sys/fs/unionfs/union_vnops.c Modified:

svn commit: r234945 - head/sys/mips/conf

2012-05-03 Thread Adrian Chadd
Author: adrian Date: Thu May 3 07:48:19 2012 New Revision: 234945 URL: http://svn.freebsd.org/changeset/base/234945 Log: In the new world order, multiphy is now when the phymask is 0x0. This makes the TP-WN1043ND (ar913x based) work again. Modified: head/sys/mips/conf/TP-WN1043ND.hints

svn commit: r234946 - in head/sys: contrib/pf/net net netinet netinet/ipfw ofed/drivers/infiniband/ulp/ipoib

2012-05-03 Thread Alexander V. Chernikov
Author: melifaro Date: Thu May 3 08:56:43 2012 New Revision: 234946 URL: http://svn.freebsd.org/changeset/base/234946 Log: Revert r234834 per luigi@ request. Cleaner solution (e.g. adding another header) should be done here. Original log: Move several enums and structures

Re: svn commit: r234834 - in head/sys: contrib/pf/net net netinet netinet/ipfw ofed/drivers/infiniband/ulp/ipoib

2012-05-03 Thread Alexander V. Chernikov
On 30.04.2012 17:39, Luigi Rizzo wrote: On Mon, Apr 30, 2012 at 04:17:30PM +0400, Alexander V. Chernikov wrote: On 30.04.2012 15:36, Gleb Smirnoff wrote: On Mon, Apr 30, 2012 at 01:48:36PM +0200, Luigi Rizzo wrote: L On Mon, Apr 30, 2012 at 10:22:23AM +, Alexander V. Chernikov wrote: L

svn commit: r234947 - head/lib/libthr/thread

2012-05-03 Thread David Xu
Author: davidxu Date: Thu May 3 09:17:31 2012 New Revision: 234947 URL: http://svn.freebsd.org/changeset/base/234947 Log: MFp4: Enqueue thread in LIFO, this can cause starvation, but it gives better performance. Use _thr_queuefifo to control the frequency of FIFO vs LIFO, you can use

svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Konstantin Belousov
Author: kib Date: Thu May 3 10:38:02 2012 New Revision: 234952 URL: http://svn.freebsd.org/changeset/base/234952 Log: When callout_reset_on() cannot immediately migrate a callout since it is running on other cpu, the CALLOUT_PENDING flag is temporarily cleared. Then, callout_stop() on

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Attilio Rao
2012/5/3, Konstantin Belousov k...@freebsd.org: Author: kib Date: Thu May 3 10:38:02 2012 New Revision: 234952 URL: http://svn.freebsd.org/changeset/base/234952 Log: When callout_reset_on() cannot immediately migrate a callout since it is running on other cpu, the CALLOUT_PENDING flag

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Konstantin Belousov
On Thu, May 03, 2012 at 12:02:08PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov k...@freebsd.org: Author: kib Date: Thu May 3 10:38:02 2012 New Revision: 234952 URL: http://svn.freebsd.org/changeset/base/234952 Log: When callout_reset_on() cannot immediately migrate a

svn commit: r234953 - head/share/man/man4

2012-05-03 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu May 3 13:08:11 2012 New Revision: 234953 URL: http://svn.freebsd.org/changeset/base/234953 Log: Grammar and markup fixes. PR: docs/159854 Approved by: hrs (mentor) Modified: head/share/man/man4/carp.4 Modified:

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Attilio Rao
2012/5/3, Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 12:02:08PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov k...@freebsd.org: Author: kib Date: Thu May 3 10:38:02 2012 New Revision: 234952 URL: http://svn.freebsd.org/changeset/base/234952 Log:

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Konstantin Belousov
On Thu, May 03, 2012 at 02:14:20PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 12:02:08PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov k...@freebsd.org: Author: kib Date: Thu May 3 10:38:02 2012 New Revision: 234952

svn commit: r234954 - head/crypto/openssl/crypto head/crypto/openssl/crypto/asn1 head/crypto/openssl/crypto/buffer head/crypto/openssl/crypto/pkcs7 head/crypto/openssl/crypto/x509v3 head/crypto/ope...

2012-05-03 Thread Bjoern A. Zeeb
Author: bz Date: Thu May 3 15:25:11 2012 New Revision: 234954 URL: http://svn.freebsd.org/changeset/base/234954 Log: Fix multiple OpenSSL vulnerabilities. Security: CVE-2011-4576, CVE-2011-4619, CVE-2011-4109 Security: CVE-2012-0884, CVE-2012-2110 Security:

svn commit: r234956 - head/tools/tools/netmap

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 15:37:05 2012 New Revision: 234956 URL: http://svn.freebsd.org/changeset/base/234956 Log: - add code to run pkt-gen on top of libpcap so we can see the difference from a native API - add some testing options, such as conditional prefetching and packet

svn commit: r234957 - head/sys/security/mac_mls

2012-05-03 Thread Christian Brueffer
Author: brueffer Date: Thu May 3 15:51:34 2012 New Revision: 234957 URL: http://svn.freebsd.org/changeset/base/234957 Log: Check vplabel for NULL before dereferencing it. Fixes a panic when running atop with MAC_MLS enabled. Submitted by: Richard Kojedzinszky kri...@tvnetwork.hu

svn commit: r234958 - head/include

2012-05-03 Thread David Chisnall
Author: theraven Date: Thu May 3 15:54:06 2012 New Revision: 234958 URL: http://svn.freebsd.org/changeset/base/234958 Log: Fix stdatomic.h after clang decided to rename all of its builtins to include a c11 prefix to disambiguate them from the one provided by GCC. Note: Clang 3.1 also

svn commit: r234961 - in head/sys/dev/usb: . controller

2012-05-03 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 3 16:06:22 2012 New Revision: 234961 URL: http://svn.freebsd.org/changeset/base/234961 Log: Make sure the EHCI bandwidth allocation algorithm for FULL speed SPLIT transactions works fully. MFC after:1 week Modified:

svn commit: r234962 - head/tools/tools/netmap

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 16:09:44 2012 New Revision: 234962 URL: http://svn.freebsd.org/changeset/base/234962 Log: add some performance data Modified: head/tools/tools/netmap/README Modified: head/tools/tools/netmap/README

Re: svn commit: r234834 - in head/sys: contrib/pf/net net netinet netinet/ipfw ofed/drivers/infiniband/ulp/ipoib

2012-05-03 Thread Luigi Rizzo
On Thu, May 03, 2012 at 01:00:16PM +0400, Alexander V. Chernikov wrote: ... Reverted in r234946 thank you very much for the quick resolution of the issue. I really appreciate it. cheers luigi ___ svn-src-head@freebsd.org mailing list

svn commit: r234975 - head/tools/tools/netmap

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 17:08:40 2012 New Revision: 234975 URL: http://svn.freebsd.org/changeset/base/234975 Log: add support for pcap receive statistics (used by net-mgmt/darkstat) Modified: head/tools/tools/netmap/README head/tools/tools/netmap/pcap.c Modified:

svn commit: r234976 - in head/contrib/libc++: include src

2012-05-03 Thread David Chisnall
Author: theraven Date: Thu May 3 17:44:07 2012 New Revision: 234976 URL: http://svn.freebsd.org/changeset/base/234976 Log: Import new version of libc++. Among other improvements, this comes with an atomic header that works with clang 3.1 (and, importantly, the pre-3.1 snapshot currently

svn commit: r234981 - head/sys/kern

2012-05-03 Thread Konstantin Belousov
Author: kib Date: Thu May 3 20:00:30 2012 New Revision: 234981 URL: http://svn.freebsd.org/changeset/base/234981 Log: Move the code to call the callout callback into the helper function softclock_call_cc(). While there, move some common code to callout_cc_del(). Requested by: avg, jhb

svn commit: r234983 - head/release/picobsd/build

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 20:50:55 2012 New Revision: 234983 URL: http://svn.freebsd.org/changeset/base/234983 Log: Omit clang when building picobsd, it takes way too long. Also note that loader.conf support is incomplete. Modified: head/release/picobsd/build/picobsd Modified:

svn commit: r234984 - head/tools/tools/netrate/netsend

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 21:03:21 2012 New Revision: 234984 URL: http://svn.freebsd.org/changeset/base/234984 Log: indicate the time per packet in nanoseconds. Modified: head/tools/tools/netrate/netsend/netsend.c Modified: head/tools/tools/netrate/netsend/netsend.c

svn commit: r234985 - head/usr.sbin/pc-sysinstall/backend

2012-05-03 Thread Josh Paetzel
Author: jpaetzel Date: Thu May 3 21:15:47 2012 New Revision: 234985 URL: http://svn.freebsd.org/changeset/base/234985 Log: Fix parsing values which contain multiple = signs. Submitted by: glarkin MFC after:3 days Sponsored by: iXsystems Modified:

svn commit: r234986 - head/sys/dev/netmap

2012-05-03 Thread Luigi Rizzo
Author: luigi Date: Thu May 3 21:16:53 2012 New Revision: 234986 URL: http://svn.freebsd.org/changeset/base/234986 Log: print 'netmap stack ring full' only in verbose mode. Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c

svn commit: r234987 - head/usr.sbin/pc-sysinstall/backend

2012-05-03 Thread Josh Paetzel
Author: jpaetzel Date: Thu May 3 21:21:45 2012 New Revision: 234987 URL: http://svn.freebsd.org/changeset/base/234987 Log: Add the ability to configure multiple interfaces. Submitted by: glarkin Obtained from:PC-BSD MFC after:3 days Modified:

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Konstantin Belousov
On Thu, May 03, 2012 at 10:06:53PM +0100, Attilio Rao wrote: 2012/5/3 Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 02:14:20PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 12:02:08PM +0100, Attilio Rao wrote:

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Attilio Rao
2012/5/3 Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 10:06:53PM +0100, Attilio Rao wrote: 2012/5/3 Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 02:14:20PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin Belousov kostik...@gmail.com: On Thu, May 03,

svn commit: r234988 - head/usr.sbin/jail

2012-05-03 Thread Jamie Gritton
Author: jamie Date: Thu May 3 21:39:23 2012 New Revision: 234988 URL: http://svn.freebsd.org/changeset/base/234988 Log: Add a meta-parameter IP__NULL to enum intparam, instead of mixing enum values and zeroes. This keeps clang happy (and is just good form). Submitted by: dim Modified:

svn commit: r234989 - in head/sys: amd64/include i386/include x86/x86

2012-05-03 Thread Attilio Rao
Author: attilio Date: Thu May 3 21:44:01 2012 New Revision: 234989 URL: http://svn.freebsd.org/changeset/base/234989 Log: Revert part of r234723 by re-enabling the SMP protection for intr_bind() on x86. This has been requested by jhb and I strongly disagree with this, but as long as he

svn commit: r234990 - head/usr.sbin/pc-sysinstall/backend

2012-05-03 Thread Josh Paetzel
Author: jpaetzel Date: Thu May 3 21:53:25 2012 New Revision: 234990 URL: http://svn.freebsd.org/changeset/base/234990 Log: Fix some issues creating zpool mirror / raidz1(2)(3) devices. Fix issues stamping boot on other ZFS drives, now you can boot after removing mirror drive.

Re: svn commit: r234952 - in head/sys: kern sys

2012-05-03 Thread Attilio Rao
2012/5/3 Attilio Rao atti...@freebsd.org: 2012/5/3 Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 10:06:53PM +0100, Attilio Rao wrote: 2012/5/3 Konstantin Belousov kostik...@gmail.com: On Thu, May 03, 2012 at 02:14:20PM +0100, Attilio Rao wrote: 2012/5/3, Konstantin

svn commit: r234992 - head/sys/mips/atheros

2012-05-03 Thread Adrian Chadd
Author: adrian Date: Fri May 4 02:26:15 2012 New Revision: 234992 URL: http://svn.freebsd.org/changeset/base/234992 Log: Disable setting the MII port speed. This seems to break at least my test board here (AR71xx + AR8316 switch PHY). Since I do have a whole sleuth of normal PHY boards