svn commit: r227461 - in head/sys/dev/usb: . controller net serial storage template wlan

2011-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 12 08:16:45 2011 New Revision: 227461 URL: http://svn.freebsd.org/changeset/base/227461 Log: Style change. - Make it easier to port the USB code to other platforms by only using one set of memory functions for clearing and copying memory. None of the memory

svn commit: r227462 - head/sys/dev/usb/storage

2011-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 12 08:19:36 2011 New Revision: 227462 URL: http://svn.freebsd.org/changeset/base/227462 Log: Enable power save mode for the USB storage device driver. MFC after:1 week Modified: head/sys/dev/usb/storage/ustorage_fs.c Modified:

svn commit: r227463 - in head/sys/dev/usb: . serial

2011-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 12 08:40:52 2011 New Revision: 227463 URL: http://svn.freebsd.org/changeset/base/227463 Log: - This patch adds custom IOCTLs to read and write the 4 GPIO pins on the cp2103 usb-to-serial chip. - This patch also makes the line status polling asynchronous, to

svn commit: r227464 - in head: sbin/geom/class/multipath sys/geom/multipath

2011-11-12 Thread Alexander Motin
Author: mav Date: Sat Nov 12 09:52:27 2011 New Revision: 227464 URL: http://svn.freebsd.org/changeset/base/227464 Log: Major GEOM MULTIPATH class rewrite: - Improved locking and destruction process to fix crashes. - Improved automatic configuration method to make it consistent and safe

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

2011-11-12 Thread Christian Brueffer
Author: brueffer Date: Sat Nov 12 10:17:23 2011 New Revision: 227465 URL: http://svn.freebsd.org/changeset/base/227465 Log: Grammar and mdoc cleanup. MFC after:3 days Modified: head/share/man/man4/mvs.4 Modified: head/share/man/man4/mvs.4

svn commit: r227466 - head/release/doc/en_US.ISO8859-1/hardware

2011-11-12 Thread Christian Brueffer
Author: brueffer Date: Sat Nov 12 10:30:14 2011 New Revision: 227466 URL: http://svn.freebsd.org/changeset/base/227466 Log: Added mps(4) and mvs(4). MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml Modified:

Re: svn commit: r227457 - head/sys/dev/puc

2011-11-12 Thread Dmitry Morozovsky
On Fri, 11 Nov 2011, Eitan Adler wrote: Author: eadler (ports committer) Date: Fri Nov 11 22:24:16 2011 New Revision: 227457 URL: http://svn.freebsd.org/changeset/base/227457 Log: - add support for CP-104EL-A and CP-104JU to puc PR: 151365 Submitted by: Joerg

svn commit: r227467 - head/share/monetdef

2011-11-12 Thread David Chisnall
Author: theraven Date: Sat Nov 12 14:39:20 2011 New Revision: 227467 URL: http://svn.freebsd.org/changeset/base/227467 Log: Fix the number of decimal digits used for Swiss Francs (0 - 2). Found by the libc++ test suite. If there is some locale test suite somewhere, it might be worth running

svn commit: r227468 - head/sys/dev/ath/ath_hal/ar5416

2011-11-12 Thread Adrian Chadd
Author: adrian Date: Sat Nov 12 16:47:23 2011 New Revision: 227468 URL: http://svn.freebsd.org/changeset/base/227468 Log: Disable writing to the extension CYCPWR1 register. This seems to make ANI behave better on the AR5416/AR5418. Sponsored by: Hobnob, Inc. Modified:

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

2011-11-12 Thread Ed Maste
Author: emaste Date: Sat Nov 12 19:02:55 2011 New Revision: 227470 URL: http://svn.freebsd.org/changeset/base/227470 Log: Report the amount of memory from smbios data if provided. This should get the correct memory size even if a 32-bit image is running on a machine with 4GB of memory.

svn commit: r227471 - head/sbin/geom/class/multipath

2011-11-12 Thread Dimitry Andric
Author: dim Date: Sat Nov 12 19:45:56 2011 New Revision: 227471 URL: http://svn.freebsd.org/changeset/base/227471 Log: Fix buildworld breakage due after r227464. Pointy hat to:mav Modified: head/sbin/geom/class/multipath/geom_multipath.c Modified:

svn commit: r227472 - head/lib/msun/src

2011-11-12 Thread David Chisnall
Author: theraven Date: Sat Nov 12 19:55:48 2011 New Revision: 227472 URL: http://svn.freebsd.org/changeset/base/227472 Log: Expose the unimplemented libm functions in the math.h header. This allows C++'s cmath to work without the compiler complaining that the C++ versions are calling

svn commit: r227473 - head/sbin/geom/class/multipath

2011-11-12 Thread Alexander Motin
Author: mav Date: Sat Nov 12 20:01:30 2011 New Revision: 227473 URL: http://svn.freebsd.org/changeset/base/227473 Log: Fix build on some archs after r227464. Modified: head/sbin/geom/class/multipath/geom_multipath.c Modified: head/sbin/geom/class/multipath/geom_multipath.c

svn commit: r227474 - head/sys/amd64/include

2011-11-12 Thread David Chisnall
Author: theraven Date: Sat Nov 12 20:16:06 2011 New Revision: 227474 URL: http://svn.freebsd.org/changeset/base/227474 Log: Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values that are allowed in a sig_atomic_t, but it looks like they were just copied from the x86

Re: svn commit: r227473 - head/sbin/geom/class/multipath

2011-11-12 Thread Garrett Cooper
On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sat Nov 12 20:01:30 2011 New Revision: 227473 URL: http://svn.freebsd.org/changeset/base/227473 Log:  Fix build on some archs after r227464. Modified:  

svn commit: r227475 - head/sys/sys

2011-11-12 Thread David Chisnall
Author: theraven Date: Sat Nov 12 20:25:11 2011 New Revision: 227475 URL: http://svn.freebsd.org/changeset/base/227475 Log: Expose all of the C99 limits.h stuff when we're in C++11 mode (or some approximation thereof). C++11 finally adds long long to C++. Now even C++ programmers are

svn commit: r227476 - head/include

2011-11-12 Thread David Chisnall
Author: theraven Date: Sat Nov 12 20:45:10 2011 New Revision: 227476 URL: http://svn.freebsd.org/changeset/base/227476 Log: Don't expose the wctype.h macros in C++ mode. They cause problems when people try to invoke the namespaced versions of the functions of the same names. Approved

Re: svn commit: r227009 - head/sys/geom

2011-11-12 Thread Marius Strobl
On Tue, Nov 01, 2011 at 11:12:23PM +, Alexander Motin wrote: Author: mav Date: Tue Nov 1 23:12:22 2011 New Revision: 227009 URL: http://svn.freebsd.org/changeset/base/227009 Log: Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb() instead of destroy_dev().

svn commit: r227478 - head/sys/sys

2011-11-12 Thread Dimitry Andric
Author: dim Date: Sat Nov 12 23:17:54 2011 New Revision: 227478 URL: http://svn.freebsd.org/changeset/base/227478 Log: Fix kernel build breakage after r227475. I had forgotten kernels are built with -Wundef, as opposed to world. Additionally, cdefs.h tends to not use indentation for

svn commit: r227477 - head/sbin/ifconfig

2011-11-12 Thread Adrian Chadd
Author: adrian Date: Sat Nov 12 23:17:01 2011 New Revision: 227477 URL: http://svn.freebsd.org/changeset/base/227477 Log: Add documentation for the new quiet time IE options. Submitted by: Himali Patel himali.pa...@sibridgetech.com Sponsored by: Sibridge Technologies Modified:

svn commit: r227479 - head/sbin/ifconfig

2011-11-12 Thread Adrian Chadd
Author: adrian Date: Sat Nov 12 23:30:57 2011 New Revision: 227479 URL: http://svn.freebsd.org/changeset/base/227479 Log: Bump date. Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 ==

Re: svn commit: r227009 - head/sys/geom

2011-11-12 Thread Alexander Motin
On 11/12/11 23:09, Marius Strobl wrote: On Tue, Nov 01, 2011 at 11:12:23PM +, Alexander Motin wrote: Author: mav Date: Tue Nov 1 23:12:22 2011 New Revision: 227009 URL: http://svn.freebsd.org/changeset/base/227009 Log: Make orphan() method in geom_dev asynchronous using

Re: svn commit: r227466 - head/release/doc/en_US.ISO8859-1/hardware

2011-11-12 Thread Glen Barber
Hi Christian, On 11/12/11 5:30 AM, Christian Brueffer wrote: Author: brueffer Date: Sat Nov 12 10:30:14 2011 New Revision: 227466 URL: http://svn.freebsd.org/changeset/base/227466 Log: Added mps(4) and mvs(4). MFC after: 3 days Modified:

Re: svn commit: r227459 - in head/sys: dev/lmc net netgraph netinet

2011-11-12 Thread Ben Laurie
On Fri, Nov 11, 2011 at 2:57 PM, Brooks Davis bro...@freebsd.org wrote: Author: brooks Date: Fri Nov 11 22:57:52 2011 New Revision: 227459 URL: http://svn.freebsd.org/changeset/base/227459 Log:  In r191367 the need for if_free_type() was removed and a new member  if_alloctype was used to

svn commit: r227480 - head/release/doc/en_US.ISO8859-1/hardware

2011-11-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sun Nov 13 01:47:31 2011 New Revision: 227480 URL: http://svn.freebsd.org/changeset/base/227480 Log: Revert 227466: - mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl for hardware note generation - mps.4 also breaks the build,

svn commit: r227481 - head/sys/netinet6

2011-11-12 Thread Bjoern A. Zeeb
Author: bz Date: Sun Nov 13 02:32:10 2011 New Revision: 227481 URL: http://svn.freebsd.org/changeset/base/227481 Log: Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call. Submitted by: rpaulo MFC after:3 days Modified: head/sys/netinet6/in6_mcast.c Modified:

svn commit: r227482 - head/etc/periodic/daily

2011-11-12 Thread Doug Barton
Author: dougb Date: Sun Nov 13 03:01:58 2011 New Revision: 227482 URL: http://svn.freebsd.org/changeset/base/227482 Log: The default setting, daily_accounting_compress=NO, was causing only 1 old file to be saved, so fix this. Problem raised in the PR, but actually required a different

svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Alfred Perlstein
Author: alfred Date: Sun Nov 13 03:18:57 2011 New Revision: 227483 URL: http://svn.freebsd.org/changeset/base/227483 Log: Utilize shell's IFS instead of forking ~6 processes to handle splitting input files on a '|'. This greatly reduces the time taken to process several databases during

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Garrett Cooper
On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote: Author: alfred Date: Sun Nov 13 03:18:57 2011 New Revision: 227483 URL: http://svn.freebsd.org/changeset/base/227483 Log: Utilize shell's IFS instead of forking ~6 processes to handle splitting input files on a '|'. This greatly

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Alfred Perlstein
* Garrett Cooper yaneg...@gmail.com [12 19:25] wrote: On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote: Author: alfred Date: Sun Nov 13 03:18:57 2011 New Revision: 227483 URL: http://svn.freebsd.org/changeset/base/227483 Log: Utilize shell's IFS instead of forking ~6

svn commit: r227484 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Alfred Perlstein
Author: alfred Date: Sun Nov 13 06:39:49 2011 New Revision: 227484 URL: http://svn.freebsd.org/changeset/base/227484 Log: Fix spelling of extract. Pointed out by: gcooper Modified: head/usr.sbin/portsnap/portsnap/portsnap.sh Modified: head/usr.sbin/portsnap/portsnap/portsnap.sh