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:
head/sys/geom/p
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 C
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:
he
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
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
PR: kern/156423
MFC after:1 weeks
Modified:
head/sys/kern/subr_log.c
Modified: head/sys/kern/s
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:
h
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
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
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
Modi
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 opened
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
==
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
=
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 abo
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 Sou
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:
head/sys/modules/sound/driver/emu1
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.
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):
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 wro
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: hea
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 bu
20 matches
Mail list logo