svn commit: r228304 - head/sys/dev/usb/template

2011-12-06 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 6 08:08:52 2011 New Revision: 228304 URL: http://svn.freebsd.org/changeset/base/228304 Log: Correct some bInterval USB template descriptor values. MFC after:3 days Modified: head/sys/dev/usb/template/usb_template.c head/sys/dev/usb/template/usb_templ

svn commit: r228305 - head/share/man/man4

2011-12-06 Thread Alexander Motin
Author: mav Date: Tue Dec 6 09:12:11 2011 New Revision: 228305 URL: http://svn.freebsd.org/changeset/base/228305 Log: Mention that Cold Presence Detection feature used for hot-plug detection when interface power management is enabled. Modified: head/share/man/man4/ahci.4 Modified: head/sh

Re: svn commit: r228158 - in head: . share/mk sys/conf

2011-12-06 Thread Gary Jennejohn
On Mon, 5 Dec 2011 21:43:59 +0100 Hans Petter Selasky wrote: > Hi, > > I see regressions when building kernel modules from /usr/ports: > > On Monday 05 December 2011 14:39:56 Robert Huff wrote: > > Hello: > > When trying to update I get: > > > > ===> Building for cuse4bsd-kmod-0.1.21_2

svn commit: r228306 - head/sys/kern

2011-12-06 Thread Konstantin Belousov
Author: kib Date: Tue Dec 6 11:24:03 2011 New Revision: 228306 URL: http://svn.freebsd.org/changeset/base/228306 Log: Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors. Optimize for the case, by lazily allocating the pipe inode number at the fstat(2) time. If alloc

svn commit: r228307 - in head: secure/lib/libcrypto share/mk

2011-12-06 Thread Konstantin Belousov
Author: kib Date: Tue Dec 6 11:28:17 2011 New Revision: 228307 URL: http://svn.freebsd.org/changeset/base/228307 Log: Force linker error when created shared library contains a relocation against text. Provide the override switch to turn off the strict behaviour. Apparently, openssl libcrypt

svn commit: r228308 - head/kerberos5

2011-12-06 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 6 12:03:01 2011 New Revision: 228308 URL: http://svn.freebsd.org/changeset/base/228308 Log: Don't support OpenLDAP during lib32 build. Modified: head/kerberos5/Makefile.inc Modified: head/kerberos5/Makefile.inc ==

Re: svn commit: r228158 - in head: . share/mk sys/conf

2011-12-06 Thread Gleb Kurtsou
On (05/12/2011 21:43), Hans Petter Selasky wrote: > Hi, > > I see regressions when building kernel modules from /usr/ports: make buildworld && make installworld should fix it > > On Monday 05 December 2011 14:39:56 Robert Huff wrote: > > Hello: > > When trying to update I get: > > > > ==

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

2011-12-06 Thread John Baldwin
On Saturday, December 03, 2011 5:51:42 am Ivan Klymenko wrote: > В Fri, 2 Dec 2011 19:59:46 + (UTC) > John Baldwin пишет: > > > Author: jhb > > Date: Fri Dec 2 19:59:46 2011 > > New Revision: 228207 > > URL: http://svn.freebsd.org/changeset/base/228207 > > > > Log: > > When changing the u

Re: svn commit: r227549 - stable/7/sys/nfsclient

2011-12-06 Thread John Baldwin
On Thursday, December 01, 2011 5:23:32 pm Andriy Gapon wrote: > on 01/12/2011 23:42 John Baldwin said the following: > > On Thursday, December 01, 2011 10:59:54 am Mark Saad wrote: > >> On Wed, Nov 30, 2011 at 6:10 PM, Doug Barton wrote: > >>> On 11/30/2011 14:52, Rick Macklem wrote: > I'm re

svn commit: r228311 - head/sys/conf

2011-12-06 Thread Max Khon
Author: fjoe Date: Tue Dec 6 18:01:09 2011 New Revision: 228311 URL: http://svn.freebsd.org/changeset/base/228311 Log: MK_CTF is not defined when kmod.mk is used with old bsd.own.mk. Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk

Re: svn commit: r228158 - in head: . share/mk sys/conf

2011-12-06 Thread Max Khon
Gary, Hans, On Tue, Dec 6, 2011 at 4:06 PM, Gary Jennejohn wrote: > I see regressions when building kernel modules from /usr/ports: > > > > On Monday 05 December 2011 14:39:56 Robert Huff wrote: > > > Hello: > > > When trying to update I get: > > > > > > ===> Building for cuse4bsd-kmod-0.1

svn commit: r228313 - head/sys/netinet

2011-12-06 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 6 20:55:20 2011 New Revision: 228313 URL: http://svn.freebsd.org/changeset/base/228313 Log: Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0, don't overwrite the mask with autoguessing based on classes. Modified: head/sys/netinet/in.c Modifie

Re: svn commit: r227997 - vendor/libcxxrt/8931d9e5180830a5433d16ae6b3ad8dd9e629512

2011-12-06 Thread Ulrich Spörlein
On Sat, 2011-11-26 at 14:20:34 +, David Chisnall wrote: > Author: theraven > Date: Sat Nov 26 14:20:34 2011 > New Revision: 227997 > URL: http://svn.freebsd.org/changeset/base/227997 > > Log: > Versioned snapshot for libcxxrt > > Approved by:dim (mentor) > > Added: > vendor/l

svn commit: r228317 - head/sys/kern

2011-12-06 Thread Alan Cox
Author: alc Date: Wed Dec 7 07:03:14 2011 New Revision: 228317 URL: http://svn.freebsd.org/changeset/base/228317 Log: Eliminate the possibility of 32-bit arithmetic overflow in the calculation of vm_kmem_size that may occur if the system administrator has specified a vm.vm_kmem_size tunable