svn commit: r248147 - stable/8/usr.sbin/pkg_install/add

2013-03-11 Thread Josh Paetzel
Author: jpaetzel Date: Mon Mar 11 07:10:15 2013 New Revision: 248147 URL: http://svnweb.freebsd.org/changeset/base/248147 Log: Add the packages directory that will be used for the upcoming 8.4 release Approved by: re (implicit) Modified: stable/8/usr.sbin/pkg_install/add/main.c Modif

Re: svn commit: r248119 - in head/sys/arm: arm include

2013-03-11 Thread Andrew Turner
On Sun, 10 Mar 2013 11:12:58 +0100 Roman Divacky wrote: > Should clang define __FreeBSD_ARCH_armv6__ ? Any other define thats > missing and should be defined? It was discussed when I added FreeBSD/ARM support to clang. I originally had it, however it was decided to remove it as __ARM_ARCH encode

svn commit: r248148 - stable/9/sys/dev/sound/pci/hda

2013-03-11 Thread Alexander Motin
Author: mav Date: Mon Mar 11 07:53:51 2013 New Revision: 248148 URL: http://svnweb.freebsd.org/changeset/base/248148 Log: MFC r247815: Add quirk to enable headphones redirection on Lenovo X220. PR: kern/174876 Modified: stable/9/sys/dev/sound/pci/hda/hdaa_patches.c stable/9

svn commit: r248150 - stable/8/sys/netinet

2013-03-11 Thread Lawrence Stewart
Author: lstewart Date: Mon Mar 11 08:21:43 2013 New Revision: 248150 URL: http://svnweb.freebsd.org/changeset/base/248150 Log: MFC r247906: The hashmask returned by hashinit() is a valid index in the returned hash array. Fix a siftr(4) potential memory leak and INVARIANTS triggered kern

Re: svn commit: r248060 - in head/sys/dev/drm2: . ttm

2013-03-11 Thread Konstantin Belousov
On Mon, Mar 11, 2013 at 09:39:59AM +0100, Jean-S??bastien P??dron wrote: > Hi Eitan! > > On 08.03.2013 19:14, Eitan Adler wrote: > > On 8 March 2013 13:11, Jean-Sebastien Pedron wrote: > >> @@ -125,8 +125,6 @@ static ssize_t ttm_mem_zone_store(struct > >> > >> static void ttm_mem_global_kobj_rel

Re: svn commit: r248060 - in head/sys/dev/drm2: . ttm

2013-03-11 Thread Jean-Sébastien Pédron
Hi Eitan! On 08.03.2013 19:14, Eitan Adler wrote: > On 8 March 2013 13:11, Jean-Sebastien Pedron wrote: >> @@ -125,8 +125,6 @@ static ssize_t ttm_mem_zone_store(struct >> >> static void ttm_mem_global_kobj_release(struct ttm_mem_global *glob) >> { >> - >> - free(glob, M_TTM_ZONE); >> } >

svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Baptiste Daroussin
== --- head/ObsoleteFiles.inc Mon Mar 11 08:21:43 2013(r248150) +++ head/ObsoleteFiles.inc Mon Mar 11 10:48:26 2013(r248151) @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20130311: Ports are no more available via

svn commit: r248153 - head/sys/arm/include

2013-03-11 Thread Olivier Houchard
Author: cognet Date: Mon Mar 11 10:56:46 2013 New Revision: 248153 URL: http://svnweb.freebsd.org/changeset/base/248153 Log: Don't use an empty struct. Modified: head/sys/arm/include/signal.h Modified: head/sys/arm/include/signal.h

svn commit: r248154 - head/sys/dev/acpica

2013-03-11 Thread Alexander Motin
Author: mav Date: Mon Mar 11 12:02:03 2013 New Revision: 248154 URL: http://svnweb.freebsd.org/changeset/base/248154 Log: Reduce HPET eventtimer priority on systems with 8 or more cores. Price of the lock congestion may be too high there (2.5% on 4x4 core AMD Opteron). Modified: head/sys/d

svn commit: r248155 - head/sys/net

2013-03-11 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 11 12:06:57 2013 New Revision: 248155 URL: http://svnweb.freebsd.org/changeset/base/248155 Log: Reinitialize eh after pfil(9) processing. PR: 176764 Submitted by: adri Modified: head/sys/net/if_bridge.c Modified: head/sys/net/if_bridge.c ===

svn commit: r248158 - head/sys/netinet/libalias

2013-03-11 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 11 12:22:44 2013 New Revision: 248158 URL: http://svnweb.freebsd.org/changeset/base/248158 Log: Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed argument, in code that isn't compiled in kernel. PR: kern/176667 Sponsored by: N

Re: svn commit: r248120 - stable/8/lib/libutil

2013-03-11 Thread Jase Thew
On 10/03/2013 00:36, Baptiste Daroussin wrote: > Author: bapt > Date: Sun Mar 10 00:36:28 2013 > New Revision: 248120 > URL: http://svnweb.freebsd.org/changeset/base/248120 > > Log: > MFC r237268 > > Revert user comparison back to user names as some user can share uids > (root/toor for ex

svn commit: r248159 - head/lib/libnetgraph

2013-03-11 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 11 13:05:11 2013 New Revision: 248159 URL: http://svnweb.freebsd.org/changeset/base/248159 Log: Fix for quite a special case when userland emulates a netgraph node, and userland can reply to a message with NGM_HASREPLY bit set. In this case we should not wait fo

svn commit: r248160 - head/usr.bin/ee/nls/ru_RU.KOI8-R

2013-03-11 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 11 13:08:32 2013 New Revision: 248160 URL: http://svnweb.freebsd.org/changeset/base/248160 Log: Fix spelling. PR: 176777 Submitted by: Andrey Simonenko Modified: head/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg Modified: head/usr.bin/ee/nls/ru_RU.KOI8-R

svn commit: r248167 - head/usr.bin/top

2013-03-11 Thread John Baldwin
Author: jhb Date: Mon Mar 11 16:33:05 2013 New Revision: 248167 URL: http://svnweb.freebsd.org/changeset/base/248167 Log: Fix the 'C' field for a running thread to match the behavior described in the manpage by having it display the current CPU (ki_oncpu) rather than the previously used CPU

svn commit: r248168 - head/share/examples

2013-03-11 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 11 17:21:21 2013 New Revision: 248168 URL: http://svnweb.freebsd.org/changeset/base/248168 Log: Disconnect files removed in r248151 Modified: head/share/examples/Makefile Modified: head/share/examples/Makefile ===

svn commit: r248170 - head/sys/dev/acpica

2013-03-11 Thread Alexander Motin
Author: mav Date: Mon Mar 11 17:29:09 2013 New Revision: 248170 URL: http://svnweb.freebsd.org/changeset/base/248170 Log: Add "else" missed at r248154. Modified: head/sys/dev/acpica/acpi_hpet.c Modified: head/sys/dev/acpica/acpi_hpet.c

svn commit: r248171 - head/usr.sbin/bhyve

2013-03-11 Thread Neel Natu
Author: neel Date: Mon Mar 11 17:36:37 2013 New Revision: 248171 URL: http://svnweb.freebsd.org/changeset/base/248171 Log: Convert the offset into the bar that contains the MSI-X table to an offset into the MSI-X table before using it to calculate the table index. In the common case where

svn commit: r248172 - head/sys/kern

2013-03-11 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 11 17:43:55 2013 New Revision: 248172 URL: http://svnweb.freebsd.org/changeset/base/248172 Log: Return an error if sctp_peeloff() fails because a socket can't be allocated. MFC after: 3 days Modified: head/sys/kern/uipc_socket.c head/sys/kern/uipc_syscalls.

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

2013-03-11 Thread Michael Tuexen
On Mar 11, 2013, at 1:43 PM, Michael Tuexen wrote: > Author: tuexen > Date: Mon Mar 11 17:43:55 2013 > New Revision: 248172 > URL: http://svnweb.freebsd.org/changeset/base/248172 > > Log: > Return an error if sctp_peeloff() fails because a socket can't be allocated. Hmm. Just wanted to commit th

svn commit: r248173 - stable/8/sys/netinet

2013-03-11 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 11 18:01:55 2013 New Revision: 248173 URL: http://svnweb.freebsd.org/changeset/base/248173 Log: Don't use SCTP checksum offloading for SCTP/IPv6. At least the loopback interface in stable/8 doesn't support it. Please note that this is a direct commit! App

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Waitman Gobble
soleteFiles.incMon Mar 11 10:48:26 2013(r248151) > @@ -38,6 +38,10 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20130311: Ports are no more available via cvsup > +OLD_FILES+=usr/share/examples/cvsup/ports-supfile > +OLD_FILES+=usr/share/examples/cvsup/refus

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Dmitry Morozovsky
On Mon, 11 Mar 2013, Waitman Gobble wrote: > Baptiste Daroussin wrote .. > > Author: bapt > > Date: Mon Mar 11 10:48:26 2013 > > New Revision: 248151 > > URL: http://svnweb.freebsd.org/changeset/base/248151 [snip] > I'm getting > > > make installworld > .. > install -o root -g wheel -m 444 /

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Waitman Gobble
Dmitry Morozovsky wrote .. > On Mon, 11 Mar 2013, Waitman Gobble wrote: > > > Baptiste Daroussin wrote .. > > > Author: bapt > > > Date: Mon Mar 11 10:48:26 2013 > > > New Revision: 248151 > > > URL: http://svnweb.freebsd.org/changeset/base/248151 > > [snip] > > > I'm getting > > > > > make

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Baptiste Daroussin
On Mon, Mar 11, 2013 at 12:40:42PM -0700, Waitman Gobble wrote: > Dmitry Morozovsky wrote .. > > On Mon, 11 Mar 2013, Waitman Gobble wrote: > > > > > Baptiste Daroussin wrote .. > > > > Author: bapt > > > > Date: Mon Mar 11 10:48:26 2013 > > > > New Revision: 248151 > > > > URL: http://svnweb.fr

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Waitman Gobble
Baptiste Daroussin wrote .. > On Mon, Mar 11, 2013 at 12:40:42PM -0700, Waitman Gobble wrote: > > Dmitry Morozovsky wrote .. > > > On Mon, 11 Mar 2013, Waitman Gobble wrote: > > > > > > > Baptiste Daroussin wrote .. > > > > > Author: bapt > > > > > Date: Mon Mar 11 10:48:26 2013 > > > > > New R

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Waitman Gobble
Waitman Gobble wrote .. > /usr/ports/ports-mgmt/pkg/ > fetch.c:167:38 > if (((&http_mirrors)->stqh_first == ((void *)0))) > ^~ > fetch.c:167:38: note: remove extraneous parentheses around the comparison to > silence > this warning OOPS. it's appa

svn commit: r248175 - in head/sys/dev/usb: . serial

2013-03-11 Thread Gavin Atkinson
Author: gavin Date: Mon Mar 11 22:17:39 2013 New Revision: 248175 URL: http://svnweb.freebsd.org/changeset/base/248175 Log: Add support for Optoelectronics USB barcode readers to uftdi(4). Add entries for other Optoelectronics devices to usbdevs. MFC after:1 week Modified: head/sys

svn commit: r248176 - head/sys/kern

2013-03-11 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 11 22:59:07 2013 New Revision: 248176 URL: http://svnweb.freebsd.org/changeset/base/248176 Log: Fix memory leak when one process send descriptor over UNIX domain socket, but the other process exited before receiving it. Modified: head/sys/kern/uipc_usrreq.c Modifi

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Baptiste Daroussin
On Mon, Mar 11, 2013 at 02:59:45PM -0700, Waitman Gobble wrote: > Waitman Gobble wrote .. > > /usr/ports/ports-mgmt/pkg/ > > fetch.c:167:38 > > if (((&http_mirrors)->stqh_first == ((void *)0))) > > ^~ > > fetch.c:167:38: note: remove extraneous pare

svn commit: r248180 - head/sys/netinet6

2013-03-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 12 02:20:20 2013 New Revision: 248180 URL: http://svnweb.freebsd.org/changeset/base/248180 Log: Take the inpcb rlock before calculating checksum, it was accidentally moved in r191672. Obtained from:Yandex LLC MFC after:1 week Modified: head/sys/ne

svn commit: r248181 - head/sys/modules/ath

2013-03-11 Thread Adrian Chadd
Author: adrian Date: Tue Mar 12 02:54:49 2013 New Revision: 248181 URL: http://svnweb.freebsd.org/changeset/base/248181 Log: Shift this over to a new location in contrib/, in preparation to push this public. Modified: head/sys/modules/ath/Makefile Modified: head/sys/modules/ath/Makefile ==

svn commit: r248182 - head/sys/dev/ath/ath_hal/ar9002

2013-03-11 Thread Adrian Chadd
Author: adrian Date: Tue Mar 12 03:03:24 2013 New Revision: 248182 URL: http://svnweb.freebsd.org/changeset/base/248182 Log: Use the correct antenna configuration variable here. "diversity" just controls whether it's on or off. Found by: clang Modified: head/sys/dev/ath/ath_hal/ar9

svn commit: r248184 - head/share/misc

2013-03-11 Thread Eitan Adler
Author: eadler Date: Tue Mar 12 04:37:04 2013 New Revision: 248184 URL: http://svnweb.freebsd.org/changeset/base/248184 Log: Remove two members of portmgr that have recently stepped down. Thank you for your time on portmgr. Remove one member from bugmeister that has stepped down recently

svn commit: r248186 - head/sys/kern

2013-03-11 Thread Alexander Motin
Author: mav Date: Tue Mar 12 06:58:49 2013 New Revision: 248186 URL: http://svnweb.freebsd.org/changeset/base/248186 Log: Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues. This removes significant sleep queue lock congestion on multithreaded microbenchmarks, making them scal