svn commit: r230861 - head/sys/geom/part

2012-02-01 Thread Andrey V. Elsukov
Author: ae Date: Wed Feb 1 09:28:16 2012 New Revision: 230861 URL: http://svn.freebsd.org/changeset/base/230861 Log: The scheme code may not know about some inconsistency in the metadata. So, add an integrity check after recovery attempt. MFC after:1 week Modified:

svn commit: r230863 - head/sys/netinet

2012-02-01 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 1 11:07:41 2012 New Revision: 230863 URL: http://svn.freebsd.org/changeset/base/230863 Log: o Provide functions carp_ifa_addroute()/carp_ifa_delroute() to cleanup routes from a single ifa. o Implement carp_addroute()/carp_delroute() via above functions. o

svn commit: r230864 - in head: lib/libc/amd64/gen lib/libc/arm/gen lib/libc/i386/gen lib/libc/ia64/gen lib/libc/mips/gen lib/libc/powerpc/gen lib/libc/powerpc64/gen lib/libc/sparc64/gen sys/sys

2012-02-01 Thread Konstantin Belousov
Author: kib Date: Wed Feb 1 13:33:53 2012 New Revision: 230864 URL: http://svn.freebsd.org/changeset/base/230864 Log: Make the sys/ucontext.h self-contained by changing the return type of __getcontextx_size(3) from size_t to int. PR: ports/164654 MFC after:1 month Modified:

svn commit: r230865 - head/sys/dev/mvs

2012-02-01 Thread Rafal Jaworowski
Author: raj Date: Wed Feb 1 13:39:52 2012 New Revision: 230865 URL: http://svn.freebsd.org/changeset/base/230865 Log: Adjust mvs(4) to handle interrupt cause reg depending on the actual number of channels available - current code treats bits 4:7 in 'SATAHC interrupt mask' and 'SATAHC

svn commit: r230866 - head/sys/kern

2012-02-01 Thread Konstantin Belousov
Author: kib Date: Wed Feb 1 14:34:52 2012 New Revision: 230866 URL: http://svn.freebsd.org/changeset/base/230866 Log: Add kqueue support to /dev/klog. Submitted by: Mateusz Guzik mjguzik gmail com PR: kern/156423 MFC after:1 weeks Modified: head/sys/kern/subr_log.c

svn commit: r230869 - head/usr.sbin/daemon

2012-02-01 Thread Guy Helmer
Author: ghelmer Date: Wed Feb 1 16:40:59 2012 New Revision: 230869 URL: http://svn.freebsd.org/changeset/base/230869 Log: Change the notes about the pidfile to include Doug's preference for pre-creating the pidfile with appropriate owner and permissions. Requested by dougb Modified:

svn commit: r230873 - head/lib/libkvm

2012-02-01 Thread Mikolaj Golub
Author: trociny Date: Wed Feb 1 18:02:13 2012 New Revision: 230873 URL: http://svn.freebsd.org/changeset/base/230873 Log: Try to avoid ambiguity when sysctl returns ENOMEM additionally checking the returned oldlen: when ENOMEM is due to the supplied buffer being too short the return oldlen

svn commit: r230874 - head/usr.bin/sockstat

2012-02-01 Thread Mikolaj Golub
Author: trociny Date: Wed Feb 1 18:03:21 2012 New Revision: 230874 URL: http://svn.freebsd.org/changeset/base/230874 Log: Try to avoid ambiguity when sysctl returns ENOMEM additionally checking the returned oldlen: when ENOMEM is due to the supplied buffer being too short the return oldlen

svn commit: r230876 - in head: share/misc usr.bin/calendar/calendars

2012-02-01 Thread Davide Italiano
Author: davide Date: Wed Feb 1 19:46:12 2012 New Revision: 230876 URL: http://svn.freebsd.org/changeset/base/230876 Log: Add myself to the relevant docs. Approved by: alc, gnn (mentors) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/calendar.freebsd

svn commit: r230877 - head/sys/vm

2012-02-01 Thread Alexander Motin
Author: mav Date: Wed Feb 1 20:12:44 2012 New Revision: 230877 URL: http://svn.freebsd.org/changeset/base/230877 Log: Fix NULL dereference panic on attempt to turn off (on system shutdown) disconnected swap device. This is quick and imperfect solution, as swap device will still be

svn commit: r230878 - head/sys/conf

2012-02-01 Thread Kenneth D. Merry
Author: ken Date: Wed Feb 1 20:18:57 2012 New Revision: 230878 URL: http://svn.freebsd.org/changeset/base/230878 Log: Add the netback driver to the build. MFC after:3 days Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r230879 - head/sys/xen/interface/io

2012-02-01 Thread Kenneth D. Merry
Author: ken Date: Wed Feb 1 20:19:33 2012 New Revision: 230879 URL: http://svn.freebsd.org/changeset/base/230879 Log: Add the GSO prefix descriptor define. MFC after:3 days Modified: head/sys/xen/interface/io/netif.h Modified: head/sys/xen/interface/io/netif.h

Re: svn commit: r230869 - head/usr.sbin/daemon

2012-02-01 Thread Doug Barton
Thanks! Sorry I didn't get a chance to reply to your last message, totally buried lately. Doug On 02/01/2012 08:41, Guy Helmer wrote: Author: ghelmer Date: Wed Feb 1 16:40:59 2012 New Revision: 230869 URL: http://svn.freebsd.org/changeset/base/230869 Log: Change the notes about the

svn commit: r230897 - in head/sys: conf dev/sound/pci gnu/dev

2012-02-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Feb 1 21:38:01 2012 New Revision: 230897 URL: http://svn.freebsd.org/changeset/base/230897 Log: Use new OSS-based BSD-licensed header for cs sound driver. The cs driver requires a table with firmware values. An alternative firmware is available in a similar Open

svn commit: r230898 - in head/sys/modules/sound/driver: emu10k1 emu10kx maestro3

2012-02-01 Thread Pedro F. Giffuni
Author: pfg Date: Thu Feb 2 00:10:20 2012 New Revision: 230898 URL: http://svn.freebsd.org/changeset/base/230898 Log: Cleanup some sound headers that don't need to be in the modules makefiles. Approved by: jhb (mentor) MFC after:1 week Modified:

Re: svn commit: r230484 - head/release

2012-02-01 Thread Bjoern A. Zeeb
On 23. Jan 2012, at 16:17 , Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Jan 23 16:17:54 2012 New Revision: 230484 URL: http://svn.freebsd.org/changeset/base/230484 Log: Part of r230482 didn't actually work. Revert it for now. This means PR 161047 isn't actually fixed. It

Re: svn commit: r230878 - head/sys/conf

2012-02-01 Thread Bjoern A. Zeeb
On 1. Feb 2012, at 20:18 , Kenneth D. Merry wrote: Author: ken Date: Wed Feb 1 20:18:57 2012 New Revision: 230878 URL: http://svn.freebsd.org/changeset/base/230878 Log: Add the netback driver to the build. I guess only tested on amd64... === i386 XENHVM failed (_.i386.XENHVM): Kernel

Re: svn commit: r230583 - head/sys/kern

2012-02-01 Thread Konstantin Belousov
On Tue, Jan 31, 2012 at 12:48:49PM -0500, David Schultz wrote: On Tue, Jan 31, 2012, Konstantin Belousov wrote: On Mon, Jan 30, 2012 at 02:07:03PM -0500, David Schultz wrote: On Mon, Jan 30, 2012, Kostik Belousov wrote: On Sun, Jan 29, 2012 at 05:39:04PM -0500, David Schultz wrote:

svn commit: r230902 - head/sys/conf

2012-02-01 Thread Kenneth D. Merry
Author: ken Date: Thu Feb 2 07:38:40 2012 New Revision: 230902 URL: http://svn.freebsd.org/changeset/base/230902 Log: Unbreak the i386 full PV (XEN kernel) build by reverting rev 230878 and taking the netback driver out of the build temporarily. Modified: head/sys/conf/files Modified:

Re: svn commit: r230878 - head/sys/conf

2012-02-01 Thread Kenneth D. Merry
On Thu, Feb 02, 2012 at 03:56:03 +, Bjoern A. Zeeb wrote: On 1. Feb 2012, at 20:18 , Kenneth D. Merry wrote: Author: ken Date: Wed Feb 1 20:18:57 2012 New Revision: 230878 URL: http://svn.freebsd.org/changeset/base/230878 Log: Add the netback driver to the build. I guess