svn commit: r246983 - head/sys/dev/sound/pci/hda

2013-02-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 19 10:25:51 2013 New Revision: 246983 URL: http://svnweb.freebsd.org/changeset/base/246983 Log: Fix typo Submitted by: Matt Burke mattbli...@icritical.com Modified: head/sys/dev/sound/pci/hda/hdaa.c Modified: head/sys/dev/sound/pci/hda/hdaa.c

Re: svn commit: r246913 - head/etc

2013-02-19 Thread Andrey Chernov
On 19.02.2013 2:55, Brooks Davis wrote: On Sun, Feb 17, 2013 at 01:06:59PM +, Andrey A. Chernov wrote: Author: ache Date: Sun Feb 17 13:06:59 2013 New Revision: 246913 URL: http://svnweb.freebsd.org/changeset/base/246913 Log: In 'make hierarchy' don't install /sys/sys pointing to

svn commit: r246987 - head/usr.bin/systat

2013-02-19 Thread Philippe Charnier
Author: charnier Date: Tue Feb 19 12:57:07 2013 New Revision: 246987 URL: http://svnweb.freebsd.org/changeset/base/246987 Log: Remove old-style function definition Modified: head/usr.bin/systat/main.c Modified: head/usr.bin/systat/main.c

svn commit: r246988 - head/usr.bin/netstat

2013-02-19 Thread Philippe Charnier
Author: charnier Date: Tue Feb 19 13:17:16 2013 New Revision: 246988 URL: http://svnweb.freebsd.org/changeset/base/246988 Log: WARNS=6 compliance Modified: head/usr.bin/netstat/inet.c head/usr.bin/netstat/inet6.c head/usr.bin/netstat/main.c head/usr.bin/netstat/netisr.c

Re: svn commit: r246913 - head/etc

2013-02-19 Thread Andrey Chernov
Forget about -C and the patch, this bug shows itself with pure install without -C too. install does not acts like 'ln -f'. Here is minimal test: #!/bin/sh mkdir b install -l s b a echo Pass 1 ls -al a b install -l s b a echo echo Pass 2 ls -al a b # bug And its output (notice b - b): Pass 1

svn commit: r246990 - head/usr.bin/keylogin

2013-02-19 Thread Philippe Charnier
Author: charnier Date: Tue Feb 19 13:32:26 2013 New Revision: 246990 URL: http://svnweb.freebsd.org/changeset/base/246990 Log: WARNS=6 compliance Modified: head/usr.bin/keylogin/keylogin.c Modified: head/usr.bin/keylogin/keylogin.c

svn commit: r246996 - head/sys/kern

2013-02-19 Thread John Baldwin
Author: jhb Date: Tue Feb 19 16:35:27 2013 New Revision: 246996 URL: http://svnweb.freebsd.org/changeset/base/246996 Log: Fix a few typos. Modified: head/sys/kern/kern_thread.c Modified: head/sys/kern/kern_thread.c

svn commit: r247000 - head/sys/x86/isa

2013-02-19 Thread Davide Italiano
Author: davide Date: Tue Feb 19 16:43:48 2013 New Revision: 247000 URL: http://svnweb.freebsd.org/changeset/base/247000 Log: Fixup r246916 in case gcc is used to build. Reported by: attilio, simon Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

svn commit: r247001 - head/lib/libstand

2013-02-19 Thread Tim Kientzle
Author: kientzle Date: Tue Feb 19 17:09:23 2013 New Revision: 247001 URL: http://svnweb.freebsd.org/changeset/base/247001 Log: Fix includes for use in libstand. Modified: head/lib/libstand/strtoul.c Modified: head/lib/libstand/strtoul.c

svn commit: r247002 - head/crypto/heimdal/kcm

2013-02-19 Thread Dimitry Andric
Author: dim Date: Tue Feb 19 17:38:18 2013 New Revision: 247002 URL: http://svnweb.freebsd.org/changeset/base/247002 Log: Import change 6d783560e4aad1e680097d11e89755647a5aba87 from upstream heimdal: fix sizeof(uuid) Found by: clang ToT Reviewed by: stas Modified:

svn commit: r247003 - head/contrib/llvm/lib/MC/MCParser

2013-02-19 Thread Dimitry Andric
Author: dim Date: Tue Feb 19 17:53:32 2013 New Revision: 247003 URL: http://svnweb.freebsd.org/changeset/base/247003 Log: Pull in r175360 from upstream llvm trunk: MCParser: Reject .balign with non-pow2 alignments. GNU as rejects them and there are configure scripts in the wild

svn commit: r247005 - head/sys/dev/dcons

2013-02-19 Thread Alexander Motin
Author: mav Date: Tue Feb 19 18:22:25 2013 New Revision: 247005 URL: http://svnweb.freebsd.org/changeset/base/247005 Log: MFcalloutng: Make dcons input polling adaptive, reducing poll rate to 1Hz after several minutes of inactivty to reduce global interrupt rate. Most of users never used

svn commit: r247006 - head/usr.bin/dtc

2013-02-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 19 18:28:25 2013 New Revision: 247006 URL: http://svnweb.freebsd.org/changeset/base/247006 Log: dtc: fix bootstrapping from 8.2-STABLE MFC after:1 week Approved by: theraven Modified: head/usr.bin/dtc/input_buffer.cc Modified:

svn commit: r247008 - head/sys/dev/led

2013-02-19 Thread Alexander Motin
Author: mav Date: Tue Feb 19 19:25:50 2013 New Revision: 247008 URL: http://svnweb.freebsd.org/changeset/base/247008 Log: MFcalloutng: Make led(4) fire callouts at 10Hz only when there is at least one LED that is requested to blink. Do not fire if all LEDs are static (usual case).

svn commit: r247009 - head/sys/arm/broadcom/bcm2835

2013-02-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 19 20:33:55 2013 New Revision: 247009 URL: http://svnweb.freebsd.org/changeset/base/247009 Log: Roll back change of frequency for initialization sequence since it seems to cause more problems then previous behavior: it either breaks initilization sequence in

svn commit: r247010 - head/sys/arm/broadcom/bcm2835

2013-02-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 19 21:24:52 2013 New Revision: 247010 URL: http://svnweb.freebsd.org/changeset/base/247010 Log: Spelling fixes Spotted by: N. J. Mann Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c

svn commit: r247011 - in head/sys: dev/mxge modules/mxge/mxge

2013-02-19 Thread Andrew Gallatin
Author: gallatin Date: Tue Feb 19 21:33:21 2013 New Revision: 247011 URL: http://svnweb.freebsd.org/changeset/base/247011 Log: Add support to mxge for IPv6 TX csum offload IPv6 TSO. Sponsored by: Myricom, Inc. MFC after: 7 days Modified: head/sys/dev/mxge/if_mxge.c

svn commit: r247012 - in head/contrib/binutils: gas/config opcodes

2013-02-19 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 19 21:35:17 2013 New Revision: 247012 URL: http://svnweb.freebsd.org/changeset/base/247012 Log: add support for AES and PCLMULQDQ instructions to binutils... Thanks to Mike Belopuhov for the pointer to the OpenBSD patch, though OpenBSD's gcc is very different

Re: svn commit: r246881 - head/sys/arm/arm

2013-02-19 Thread Daan Vreeken
Hi Ian, On Saturday 16 February 2013 21:43:16 Ian Lepore wrote: Author: ian Date: Sat Feb 16 20:43:16 2013 New Revision: 246881 URL: http://svnweb.freebsd.org/changeset/base/246881 Log: In _bus_dmamap_addseg(), the return value must be zero for error, or the size actually added to the

svn commit: r247013 - head/bin/sh

2013-02-19 Thread Jilles Tjoelker
Author: jilles Date: Tue Feb 19 23:46:51 2013 New Revision: 247013 URL: http://svnweb.freebsd.org/changeset/base/247013 Log: sh: Fix a crash with the stackmark code. If a stack mark is set while the current stack block is empty, the stack block may move later on (because of realloc())

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

2013-02-19 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Tue Feb 19 23:57:39 2013 New Revision: 247014 URL: http://svnweb.freebsd.org/changeset/base/247014 Log: Add a sample program that shows how a custom comparison function and qsort(3) can work together to sort an array of integers. PR: