svn commit: r240183 - head/tools/tools/ath/athratestats

2012-09-07 Thread Adrian Chadd
Author: adrian Date: Fri Sep 7 06:02:01 2012 New Revision: 240183 URL: http://svn.freebsd.org/changeset/base/240183 Log: Make this build again! Modified: head/tools/tools/ath/athratestats/Makefile Modified: head/tools/tools/ath/athratestats/Makefile

svn commit: r240184 - head/tools/tools/ath/athratestats

2012-09-07 Thread Adrian Chadd
Author: adrian Date: Fri Sep 7 06:02:40 2012 New Revision: 240184 URL: http://svn.freebsd.org/changeset/base/240184 Log: Tidy up the output quite substantially, making it fit well within 80 columns. This makes it much easier to use in a shell script, to display a top style output with

svn commit: r240185 - head/sys/mips/mips

2012-09-07 Thread Alan Cox
Author: alc Date: Fri Sep 7 06:12:28 2012 New Revision: 240185 URL: http://svn.freebsd.org/changeset/base/240185 Log: Eliminate unnecessary NULL checks. Modified: head/sys/mips/mips/pmap.c Modified: head/sys/mips/mips/pmap.c

svn commit: r240190 - head/sys/sparc64/include

2012-09-07 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 7 08:18:06 2012 New Revision: 240190 URL: http://svn.freebsd.org/changeset/base/240190 Log: Prevent indent(1) from reformatting this comment, as it contains a formatting-sensitive table. Modified: head/sys/sparc64/include/vmparam.h Modified:

svn commit: r240191 - head/contrib/bsnmp/snmpd

2012-09-07 Thread Kevin Lo
Author: kevlo Date: Fri Sep 7 08:58:30 2012 New Revision: 240191 URL: http://svn.freebsd.org/changeset/base/240191 Log: Fully initialize the stack-allocated struct sockaddr_in sa structure. Modified: head/contrib/bsnmp/snmpd/trap.c Modified: head/contrib/bsnmp/snmpd/trap.c

svn commit: r240192 - head/bin/cat

2012-09-07 Thread Kevin Lo
Author: kevlo Date: Fri Sep 7 09:00:25 2012 New Revision: 240192 URL: http://svn.freebsd.org/changeset/base/240192 Log: Use e.g., not i.e., to introduce an example. Obtained from:NetBSD Modified: head/bin/cat/cat.1 Modified: head/bin/cat/cat.1

svn commit: r240198 - head/sys/netinet

2012-09-07 Thread Michael Tuexen
Author: tuexen Date: Fri Sep 7 13:36:42 2012 New Revision: 240198 URL: http://svn.freebsd.org/changeset/base/240198 Log: Don't include a structure containing a flexible array in another structure. MFC after:10 days Modified: head/sys/netinet/sctp_header.h

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

2012-09-07 Thread Fabien Thomas
Author: fabient Date: Fri Sep 7 14:45:59 2012 New Revision: 240203 URL: http://svn.freebsd.org/changeset/base/240203 Log: Complete and merge the list between Sandy/Ivy bridge of events that can run on specific PMC. MFC after:1 month Modified: head/sys/dev/hwpmc/hwpmc_core.c

svn commit: r240204 - head/sys/kern

2012-09-07 Thread John Baldwin
Author: jhb Date: Fri Sep 7 15:10:46 2012 New Revision: 240204 URL: http://svn.freebsd.org/changeset/base/240204 Log: A few whitespace and comment fixes. Modified: head/sys/kern/kern_exit.c head/sys/kern/kern_thread.c Modified: head/sys/kern/kern_exit.c

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

2012-09-07 Thread Niclas Zeising
Author: zeising (ports committer) Date: Fri Sep 7 16:59:30 2012 New Revision: 240205 URL: http://svn.freebsd.org/changeset/base/240205 Log: Change the link pointing to more information about the Yarrow algorithm, the current link points to a irrelevant catchall site. PR:

svn commit: r240210 - head/sys/dev/hptmv

2012-09-07 Thread Xin LI
Author: delphij Date: Fri Sep 7 19:00:27 2012 New Revision: 240210 URL: http://svn.freebsd.org/changeset/base/240210 Log: It seems that what the code really meant is that when a write is completed, do a BUS_DMASYNC_POSTWRITE over the DMA map. The way it currently is would only do POSTREAD

Re: svn commit: r240209 - head/sys/dev/twe

2012-09-07 Thread John Baldwin
On Friday, September 07, 2012 2:41:19 pm John Baldwin wrote: Author: jhb Date: Fri Sep 7 18:41:19 2012 New Revision: 240209 URL: http://svn.freebsd.org/changeset/base/240209 Log: Remove remaining 4.x compat shims. No resulting changes (verified by md5). FYI, verifying by md5 did

svn commit: r240211 - head/sys/dev/atkbdc

2012-09-07 Thread John Baldwin
Author: jhb Date: Fri Sep 7 19:42:36 2012 New Revision: 240211 URL: http://svn.freebsd.org/changeset/base/240211 Log: Use callout(9) instead of timeout(9) to manage timers. Modified: head/sys/dev/atkbdc/psm.c Modified: head/sys/dev/atkbdc/psm.c

svn commit: r240214 - head/sys/kern

2012-09-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 7 21:06:54 2012 New Revision: 240214 URL: http://svn.freebsd.org/changeset/base/240214 Log: Supply the pr_ctloutput method for local datagram sockets, so that setsockopt() and getsockopt() work on them. This makes 'tools/regression/sockets/unix_cmsg -t

[PATCH]Re: svn commit: r240119 - head/sys/kern

2012-09-07 Thread Aleksandr Rybalko
Hi Bruce! Did not absorb all details of style(9) yet. But I'm working on that :) On Wed, 5 Sep 2012 14:18:40 +1000 (EST) Bruce Evans b...@optusnet.com.au wrote: On Tue, 4 Sep 2012, Aleksandr Rybalko wrote: Log: Style fixes. Suggested by: mdf Approved by: adrian (menthor)

svn commit: r240223 - head/tools/tools/ath/athratestats

2012-09-07 Thread Adrian Chadd
Author: adrian Date: Sat Sep 8 01:14:13 2012 New Revision: 240223 URL: http://svn.freebsd.org/changeset/base/240223 Log: Add a '-s timeout' option which will display live rate control statistics. Modified: head/tools/tools/ath/athratestats/Makefile

svn commit: r240224 - head/sys/powerpc/wii

2012-09-07 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 8 01:26:52 2012 New Revision: 240224 URL: http://svn.freebsd.org/changeset/base/240224 Log: Add IRQ support to the resource list handling functions. Modified: head/sys/powerpc/wii/wii_bus.c Modified: head/sys/powerpc/wii/wii_bus.c

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

2012-09-07 Thread Adrian Chadd
Author: adrian Date: Sat Sep 8 02:56:09 2012 New Revision: 240226 URL: http://svn.freebsd.org/changeset/base/240226 Log: Correctly mask out the RTS/CTS flags when forming aggregates. This had the side effect of clearing HAL_TXDESC_CLRDMASK for a bunch of frames, meaning they'd end up