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

2013-05-08 Thread David Xu
Author: davidxu Date: Thu May 9 04:41:03 2013 New Revision: 250402 URL: http://svnweb.freebsd.org/changeset/base/250402 Log: Fix return value for setcontext and swapcontext. Modified: head/lib/libthr/thread/thr_sig.c Modified: head/lib/libthr/thread/thr_sig.c ===

svn commit: r250400 - head/share/man/man3

2013-05-08 Thread Eitan Adler
Author: eadler Date: Thu May 9 02:04:28 2013 New Revision: 250400 URL: http://svnweb.freebsd.org/changeset/base/250400 Log: Start sentences on new lines. Modified: head/share/man/man3/queue.3 Modified: head/share/man/man3/queue.3 =

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

2013-05-08 Thread Petko Bordjukov
Hello, This commit leads to a TLB miss at device_get_parent on boot on the RS. RedBoot> load -p 6969 kernel/kernel Using default protocol (TFTP) Entry point: 0x80050100, address range: 0x8005-0x8056ae38 RedBoot> exec Now booting linux kernel: Base address 0x8005 Entry 0x80050100 Cmdline

svn commit: r250395 - head/sys/sys

2013-05-08 Thread Attilio Rao
Author: attilio Date: Thu May 9 00:04:59 2013 New Revision: 250395 URL: http://svnweb.freebsd.org/changeset/base/250395 Log: Generalize the bitset operations, present in cpuset and offer a KPI to redefine such operations for different consumers. This will be used when NUMA support will be f

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Glen Barber
On Wed, May 08, 2013 at 04:44:54PM -0700, Peter Wemm wrote: > Hmm. It seems clang optimizes something away that gcc doesn't. When > building with clang the problem doesn't show up. > This is becoming more and more common of a problem... :( Glen pgpG2f9xV15x2.pgp Description: PGP signature

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Peter Wemm
On Wed, May 8, 2013 at 4:25 PM, Peter Wemm wrote: > On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub wrote: >> Author: trociny >> Date: Wed May 8 20:03:37 2013 >> New Revision: 250379 >> URL: http://svnweb.freebsd.org/changeset/base/250379 >> >> Log: >> HAST module for bsnmpd(1). >> >> Reviewed

svn commit: r250394 - head/usr.sbin/bsnmpd/modules

2013-05-08 Thread Peter Wemm
Author: peter Date: Wed May 8 23:30:24 2013 New Revision: 250394 URL: http://svnweb.freebsd.org/changeset/base/250394 Log: Unbreak build - this can only build on i386 as-is due to use of libl in a .so file, and we currently (intentionally) only build libl.a. Modified: head/usr.sbin/bsnmpd/

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Peter Wemm
On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub wrote: > Author: trociny > Date: Wed May 8 20:03:37 2013 > New Revision: 250379 > URL: http://svnweb.freebsd.org/changeset/base/250379 > > Log: > HAST module for bsnmpd(1). > > Reviewed by: harti, pjd > MFC after:2 weeks This breaks world

svn commit: r250393 - head/gnu/usr.bin/cc/include

2013-05-08 Thread Dimitry Andric
Author: dim Date: Wed May 8 22:54:53 2013 New Revision: 250393 URL: http://svnweb.freebsd.org/changeset/base/250393 Log: When gcc 4.2.0 was imported, the 3DNow intrinsics header was not added to the list of intrinsics headers to install, so belatedly (5 years :) add it. MFC after:

svn commit: r250392 - head/contrib/gcc/config/i386

2013-05-08 Thread Dimitry Andric
Author: dim Date: Wed May 8 22:50:36 2013 New Revision: 250392 URL: http://svnweb.freebsd.org/changeset/base/250392 Log: For some reason, the gcc intrinsics header tmmintrin.h was imported with two copies of itself pasted together. Remove the extraneous copy. MFC after:3 days Modif

svn commit: r250391 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 21:23:51 2013 New Revision: 250391 URL: http://svnweb.freebsd.org/changeset/base/250391 Log: Fix the holding descriptor logic to actually be "right" (for values of "right".) Flip back on the "always continue TX DMA using the holding descriptor" code - by

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 10:53 PM, John Baldwin wrote: > On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote: >> On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote: >> > On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: >> >> Author: attilio >> >> Date: Tue May 7 22:49:56 2013 >> >> New R

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

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:07:11 2013 New Revision: 250390 URL: http://svnweb.freebsd.org/changeset/base/250390 Log: Minor improvements. Modified: head/share/man/man4/acpi_rapidstart.4 Modified: head/share/man/man4/acpi_rapidstart.4 =

svn commit: r250389 - head/sys/x86/acpica

2013-05-08 Thread Attilio Rao
Author: attilio Date: Wed May 8 21:06:47 2013 New Revision: 250389 URL: http://svnweb.freebsd.org/changeset/base/250389 Log: Revert r250339 as apparently it is more clutter than help. Sponsored by: EMC / Isilon storage division Requested by: jhb Modified: head/sys/x86/acpica/srat.c M

svn commit: r250388 - head/sbin/ping6

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:04:19 2013 New Revision: 250388 URL: http://svnweb.freebsd.org/changeset/base/250388 Log: Remove EOL whitespace. Modified: head/sbin/ping6/ping6.8 Modified: head/sbin/ping6/ping6.8 ==

svn commit: r250387 - head/sbin/etherswitchcfg

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:02:48 2013 New Revision: 250387 URL: http://svnweb.freebsd.org/changeset/base/250387 Log: mdoc: new sentence, new line. Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 ===

svn commit: r250386 - in head/sys: conf dev/etherswitch/ip17x

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:58:41 2013 New Revision: 250386 URL: http://svnweb.freebsd.org/changeset/base/250386 Log: Bring in a basic ethernet switch driver for the IP17x series of switches. These are notably found on some AR71xx based Mikrotik boards. Submitted by: Luiz Otav

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

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:57:37 2013 New Revision: 250385 URL: http://svnweb.freebsd.org/changeset/base/250385 Log: Modify the routerstation config to use ukswitch for now. Until an ADM6996 driver shows up, this allows for the two switch ports to be used. Submitted by: Luiz

svn commit: r250384 - head/sys/dev/etherswitch/ukswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:56:43 2013 New Revision: 250384 URL: http://svnweb.freebsd.org/changeset/base/250384 Log: Fix the ukswitch code to work with the new vlan changes: * Fix API changes; * remove unused code; * Allow some switches to be used that don't expose a set of PHY

svn commit: r250383 - head/sys/dev/etherswitch/arswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:54:59 2013 New Revision: 250383 URL: http://svnweb.freebsd.org/changeset/base/250383 Log: Correctly mark the CPU port. Submitted by: Luiz Otavio O Souza Reviewed by: ray Modified: head/sys/dev/etherswitch/arswitch/arswitch.c Modified: head/sys/dev/

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread John Baldwin
On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote: > On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote: > > On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: > >> Author: attilio > >> Date: Tue May 7 22:49:56 2013 > >> New Revision: 250339 > >> URL: http://svnweb.freebsd.org/changeset

svn commit: r250382 - head/sbin/etherswitchcfg

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:52:22 2013 New Revision: 250382 URL: http://svnweb.freebsd.org/changeset/base/250382 Log: Add vlan configuration support to etherswitchcfg. This adds the support to the config keyword (vlan operation mode), ports flags, prints the vlan mode and vlan capa

svn commit: r250381 - head/sys/dev/etherswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:46:54 2013 New Revision: 250381 URL: http://svnweb.freebsd.org/changeset/base/250381 Log: Add the ability to change the vlan operation mode. This adds a vlan capability field to etherswitch_info structure and some definitions of ports flags. It adds

svn commit: r250380 - head/contrib/bsnmp

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 20:04:32 2013 New Revision: 250380 URL: http://svnweb.freebsd.org/changeset/base/250380 Log: Register OID for HAST module. MFC after:2 weeks Modified: head/contrib/bsnmp/oid-list Modified: head/contrib/bsnmp/oid-list =

svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 20:03:37 2013 New Revision: 250379 URL: http://svnweb.freebsd.org/changeset/base/250379 Log: HAST module for bsnmpd(1). Reviewed by: harti, pjd MFC after:2 weeks Added: head/usr.sbin/bsnmpd/modules/snmp_hast/ head/usr.sbin/bsnmpd/modules/snmp_has

svn commit: r250378 - head/lib/libprocstat

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 19:11:47 2013 New Revision: 250378 URL: http://svnweb.freebsd.org/changeset/base/250378 Log: Make errbuf optional, so if a caller is not interested in an error message she can pass NULL (procstat(1) already does this). MFC after:2 weeks Modified: he

svn commit: r250377 - head/sbin/growfs

2013-05-08 Thread Eitan Adler
Author: eadler Date: Wed May 8 18:55:38 2013 New Revision: 250377 URL: http://svnweb.freebsd.org/changeset/base/250377 Log: Allow the use of lowercase 'yes' PR: bin/178422 Submitted by: Garrett Cooper Modified: head/sbin/growfs/growfs.c Modified: head/sbin/growfs/growfs.c

svn commit: r250375 - head/sys/dev/qlxgb

2013-05-08 Thread David C Somayajulu
Author: davidcs Date: Wed May 8 18:25:46 2013 New Revision: 250375 URL: http://svnweb.freebsd.org/changeset/base/250375 Log: No need to set if_mtu since it automatically updated by ether_ifattach(). Use if_initbaudrate() to set baudrate. Add IFCAP_LINKSTATE to if_capabilities. Submitt

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote: > On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: >> Author: attilio >> Date: Tue May 7 22:49:56 2013 >> New Revision: 250339 >> URL: http://svnweb.freebsd.org/changeset/base/250339 >> >> Log: >> Add functions to do ACPI System Locality

svn commit: r250374 - head/sys/ofed/include/linux

2013-05-08 Thread Xin LI
Author: delphij Date: Wed May 8 17:45:22 2013 New Revision: 250374 URL: http://svnweb.freebsd.org/changeset/base/250374 Log: According to the documentation, on Linux, cancel_delayed_work() does not do drain (flush_workqueue() in Linux terms) but instead returns true if the work was removed

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

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 16:29:12 2013 New Revision: 250371 URL: http://svnweb.freebsd.org/changeset/base/250371 Log: s/Numer/Number/ Submitted by: Jeremy Chadwick Modified: head/share/man/man4/igb.4 Modified: head/share/man/man4/igb.4 ===

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread John Baldwin
On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: > Author: attilio > Date: Tue May 7 22:49:56 2013 > New Revision: 250339 > URL: http://svnweb.freebsd.org/changeset/base/250339 > > Log: > Add functions to do ACPI System Locality Information Table parsing > and printing at boot. > For

svn commit: r250365 - head/sys/kern

2013-05-08 Thread Andre Oppermann
Author: andre Date: Wed May 8 14:13:14 2013 New Revision: 250365 URL: http://svnweb.freebsd.org/changeset/base/250365 Log: When the accept queue is full print the number of already pending new connections instead of by how many we're over the limit, which is always 1. Noticed by: jma

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

2013-05-08 Thread Takanori Watanabe
Author: takawata Date: Wed May 8 13:26:17 2013 New Revision: 250364 URL: http://svnweb.freebsd.org/changeset/base/250364 Log: Manual page for acpi_rapidstart(4) driver. > Description of fields to fill in above: 76 columns --| > PR:If a GNATS PR is a

svn commit: r250363 - in head/sys: dev/acpi_support modules/acpi/acpi_rapidstart

2013-05-08 Thread Takanori Watanabe
Author: takawata Date: Wed May 8 12:53:21 2013 New Revision: 250363 URL: http://svnweb.freebsd.org/changeset/base/250363 Log: A driver for Intel Rapid Start Technology ACPI device. Note that it is just for 'Advanced' configuration for Rapid start technology. Added: head/sys/dev/acpi_suppor

Re: svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 5:21 AM, Adrian Chadd wrote: > Hi, > > This broke a fresh buildworld for me. sys/vm/vm_phys.c still > references VM_NDOMAIN. Fixed in r250361. Sorry for the breakage. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein ___

svn commit: r250361 - head/sys/vm

2013-05-08 Thread Attilio Rao
Author: attilio Date: Wed May 8 10:55:39 2013 New Revision: 250361 URL: http://svnweb.freebsd.org/changeset/base/250361 Log: Fix-up r250338 by completing the removal of VM_NDOMAIN in favor of MAXMEMDOM. This unbreak builds. Sponsored by: EMC / Isilon storage division Reported by: ad

svn commit: r250357 - head/sys/arm/freescale/imx

2013-05-08 Thread Aleksandr Rybalko
Author: ray Date: Wed May 8 09:42:50 2013 New Revision: 250357 URL: http://svnweb.freebsd.org/changeset/base/250357 Log: Update copyright date. Modified: head/sys/arm/freescale/imx/bus_space.c head/sys/arm/freescale/imx/common.c head/sys/arm/freescale/imx/console.c head/sys/arm/freesca

svn commit: r250356 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 08:53:55 2013 New Revision: 250356 URL: http://svnweb.freebsd.org/changeset/base/250356 Log: This shouldn't have made it into this commit, sorry. Modified: head/sys/dev/ath/if_ath_misc.h Modified: head/sys/dev/ath/if_ath_misc.h

svn commit: r250355 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 07:30:33 2013 New Revision: 250355 URL: http://svnweb.freebsd.org/changeset/base/250355 Log: Revert a previous commit - this is causing hardware errors. I'm not sure why this is failing. The holding descriptor should be being re-read when starting DMA of t