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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 07:48:29 2011 New Revision: 228892 URL: http://svn.freebsd.org/changeset/base/228892 Log: Since the only thing with a mux is the AR5416 and later, and we're now doing split software/hardware LED configuration, we can now simply treat "softled" as an "output" m

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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 07:47:05 2011 New Revision: 228891 URL: http://svn.freebsd.org/changeset/base/228891 Log: Flesh out configurable hardware based LED blinking. The hardware (MAC) LED blinking involves a few things: * Selecting which GPIO pins map to the MAC "power" and "n

Re: svn commit: r228876 - head/release/doc/en_US.ISO8859-1/relnotes

2011-12-25 Thread Doug Barton
On 12/25/2011 10:15, Eitan Adler wrote: > - sysinstall(8) is not supported in -CURRENT Given that we have no replacement for the post-install configuration role that sysinstall played, this may be premature. -- [^L] Breadth of IT experience, and depth of knowledge in

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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 06:25:12 2011 New Revision: 228890 URL: http://svn.freebsd.org/changeset/base/228890 Log: Setup the initial LED state on attach and resume. Some of the NICs I have here power up with the LEDs blinking, which is incorrect. The blinking should only occur when

Re: svn commit: r228874 - head/sys/dev/hwpmc

2011-12-25 Thread Doug Barton
On 12/25/2011 06:29, Bjoern A. Zeeb wrote: > Author: bz > Date: Sun Dec 25 14:29:36 2011 > New Revision: 228874 > URL: http://svn.freebsd.org/changeset/base/228874 > > Log: > Quite the tinderbox for the holidays. Remove the assert[1]. Shouldn't "Why it's Ok to remove the assert" be part of thi

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-25 Thread Doug Barton
On 12/24/2011 15:03, Steve Kargl wrote: > Imagine that! A request from someone, who is a staunch > anti-profiled lib supporter, to (I don't know) profile > a change to the system. Um, yeah. That was both pointless and uncalled for. I have nothing against profiled libs, I just don't think they sh

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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 06:07:21 2011 New Revision: 228889 URL: http://svn.freebsd.org/changeset/base/228889 Log: Update the hardware LED blinking code to do something useful rather than relying on what the register defaults are. This forces the blink mode to be proportional to th

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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 05:46:22 2011 New Revision: 22 URL: http://svn.freebsd.org/changeset/base/22 Log: Refactor out the software LED config code into a common function, called ath_led_config(). The eventual aim is to have both software and hardware based LED configura

svn commit: r228887 - in head/sys: conf dev/ath modules/ath

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 05:37:09 2011 New Revision: 228887 URL: http://svn.freebsd.org/changeset/base/228887 Log: First pass of LED related code changes. Migrate the LED code out of if_ath.c and into if_ath_led.c. These routines are _all_ software based LED blinking. Added: hea

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

2011-12-25 Thread Adrian Chadd
Author: adrian Date: Mon Dec 26 05:26:35 2011 New Revision: 228886 URL: http://svn.freebsd.org/changeset/base/228886 Log: Do a quick style(9) pass of some of the code introduced with 802.11n support. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ==

svn commit: r228885 - head/lib/libc/stdlib

2011-12-25 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Dec 26 03:14:37 2011 New Revision: 228885 URL: http://svn.freebsd.org/changeset/base/228885 Log: Add missing opening and closing brackets in getopt_long.3 and getsubopt.3 to make the examples reflect reality more closely. MFC after:1 week X-MFC-

svn commit: r228883 - head/contrib/groff/tmac

2011-12-25 Thread Ed Schouten
Author: ed Date: Sun Dec 25 22:05:33 2011 New Revision: 228883 URL: http://svn.freebsd.org/changeset/base/228883 Log: Add the C11 standard to groff. This allows us to refer to C11 as -isoC-11. MFC after:2 months Modified: head/contrib/groff/tmac/doc-syms head/contrib/groff/tmac/gr

svn commit: r228882 - head/include

2011-12-25 Thread Ed Schouten
Author: ed Date: Sun Dec 25 21:05:35 2011 New Revision: 228882 URL: http://svn.freebsd.org/changeset/base/228882 Log: Make white space in this file a bit more consistent. Remove trailing whitespace and place all macro definitions at the same column. Modified: head/include/stdatomic.h

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

2011-12-25 Thread Luigi Rizzo
Author: luigi Date: Sun Dec 25 21:00:56 2011 New Revision: 228881 URL: http://svn.freebsd.org/changeset/base/228881 Log: remove a variable definition which shadows the correct one. Submitted by: Eitan Adler Modified: head/sys/dev/netmap/if_igb_netmap.h Modified: head/sys/dev/netmap/if_i

svn commit: r228880 - head/include

2011-12-25 Thread Ed Schouten
Author: ed Date: Sun Dec 25 20:59:39 2011 New Revision: 228880 URL: http://svn.freebsd.org/changeset/base/228880 Log: Fix field name. The value field in the atomic structure is called __val; not value. Modified: head/include/stdatomic.h Modified: head/include/stdatomic.h ===

svn commit: r228879 - head/include

2011-12-25 Thread Ed Schouten
Author: ed Date: Sun Dec 25 20:51:40 2011 New Revision: 228879 URL: http://svn.freebsd.org/changeset/base/228879 Log: Add and . Even though these header files make little sense to me, they are part of the standard. By including these header files, you can simply use `alignas', `alignof

svn commit: r228878 - head/include

2011-12-25 Thread Ed Schouten
Author: ed Date: Sun Dec 25 20:15:41 2011 New Revision: 228878 URL: http://svn.freebsd.org/changeset/base/228878 Log: Remove unneeded guard. There is no reason why needs an include guard. It is already protected by __bool_true_false_are_defined. Modified: head/include/stdbool.h Modif

svn commit: r228877 - head/release/doc/en_US.ISO8859-1/relnotes

2011-12-25 Thread Eitan Adler
Author: eadler (ports committer) Date: Sun Dec 25 18:15:31 2011 New Revision: 228877 URL: http://svn.freebsd.org/changeset/base/228877 Log: - Add some information about sh(1) changes. Requested by: jilles (content) Reviewed by: gjb (doc) Approved by: jilles Modified: head/release/d

svn commit: r228876 - head/release/doc/en_US.ISO8859-1/relnotes

2011-12-25 Thread Eitan Adler
Author: eadler (ports committer) Date: Sun Dec 25 18:15:24 2011 New Revision: 228876 URL: http://svn.freebsd.org/changeset/base/228876 Log: - The -h option was removed shortly after it was added - ZFS is now up to version 28 - sysinstall(8) is not supported in -CURRENT Reviewed by: pgj

svn commit: r228875 - head/include

2011-12-25 Thread David Chisnall
Author: theraven Date: Sun Dec 25 16:03:54 2011 New Revision: 228875 URL: http://svn.freebsd.org/changeset/base/228875 Log: Restore __is_threaded in C++ mode. Some Google stuff needs it apparently. Reported by: swills Approved by: dim (mentor) Modified: head/include/stdio.h Modifie

svn commit: r228874 - head/sys/dev/hwpmc

2011-12-25 Thread Bjoern A. Zeeb
Author: bz Date: Sun Dec 25 14:29:36 2011 New Revision: 228874 URL: http://svn.freebsd.org/changeset/base/228874 Log: Quite the tinderbox for the holidays. Remove the assert[1]. Suggested by: jhibbits [1] MFC after:3 days Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c Modified: hea

svn commit: r228873 - head/tools/regression/bin/sh/parameters

2011-12-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 25 13:24:48 2011 New Revision: 228873 URL: http://svn.freebsd.org/changeset/base/228873 Log: sh: Add some testcases for pasting $*/$@ directly to a literal. This also passes on stable/8. Added: head/tools/regression/bin/sh/parameters/positional2.0 (contents