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: head/sys/

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 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 for it. > >

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 Modified: head/sys/dev/gpio/gpioc.c Modified: head/sys/dev/gpio/gpioc.c ==

svn commit: r233760 - in head: lib/libprocstat sys/kern sys/sys usr.bin/fstat usr.bin/procstat

2012-04-01 Thread John Baldwin
Author: jhb Date: Sun Apr 1 18:22:48 2012 New Revision: 233760 URL: http://svn.freebsd.org/changeset/base/233760 Log: Export some more useful info about shared memory objects to userland via procstat(1) and fstat(1): - Change shm file descriptors to track the pathname they are associated

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

2012-04-01 Thread Mikolaj Golub
Hi, On 12/29/11, John Baldwin 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 multicas

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: head/sys/

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