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
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
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
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
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
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);
>> }
>
==
--- 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
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
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
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
===
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
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
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
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
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
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
===
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
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
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.
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
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
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
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 /
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
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
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
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
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
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
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
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
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
==
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
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
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
35 matches
Mail list logo