svn commit: r233757 - head/sys/sys

2012-04-01 Thread David Chisnall
Author: theraven Date: Sun Apr 1 09:35:23 2012 New Revision: 233757 URL: http://svn.freebsd.org/changeset/base/233757 Log: Bump __FreeBSD_version for xlocale cleanup, as requested by ports people. Approved by: dim (mentor) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

Re: svn commit: r233757 - head/sys/sys

2012-04-01 Thread Ruslan Mahmatkhanov
David Chisnall wrote on 01.04.2012 13:35: Author: theraven Date: Sun Apr 1 09:35:23 2012 New Revision: 233757 URL: http://svn.freebsd.org/changeset/base/233757 Log: Bump __FreeBSD_version for xlocale cleanup, as requested by ports people. Approved by: dim (mentor) Modified:

Re: svn commit: r228969 - head/sys/netinet

2012-04-01 Thread Mikolaj Golub
Hi, On 12/29/11, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Thu Dec 29 20:41:16 2011 New Revision: 228969 URL: http://svn.freebsd.org/changeset/base/228969 Log: Defer the work of freeing IPv4 multicast options from a socket to an asychronous task. This avoids tearing down

svn commit: r233767 - head/sys/dev/gpio

2012-04-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Apr 2 00:11:26 2012 New Revision: 233767 URL: http://svn.freebsd.org/changeset/base/233767 Log: Remove extra semicolon which rendered condition useless Submitted by: Stefan Farfelder stef...@freebsd.org Modified: head/sys/dev/gpio/gpioc.c Modified:

Re: svn commit: r233749 - in head/gnu/lib: libstdc++ libsupc++

2012-04-01 Thread Alexander Kabaev
On Sat, 31 Mar 2012 14:25:12 + (UTC) David Chisnall thera...@freebsd.org wrote: Author: theraven Date: Sat Mar 31 14:25:12 2012 New Revision: 233749 URL: http://svn.freebsd.org/changeset/base/233749 Log: Make libsupc++ build as a shared library and make libstdc++ a filter library

svn commit: r233768 - head/sys/dev/mfi

2012-04-01 Thread Doug Ambrisko
Author: ambrisko Date: Mon Apr 2 02:22:22 2012 New Revision: 233768 URL: http://svn.freebsd.org/changeset/base/233768 Log: Change typedef atomic_t to struct mfi_atomic to avoid name space collision and some couple more style changes. Modified: head/sys/dev/mfi/mfivar.h Modified: