Author: melifaro
Date: Sat May 18 04:49:00 2013
New Revision: 250759
URL: http://svnweb.freebsd.org/changeset/base/250759
Log:
Fix ipfw(8) sets of ipv6 addresses handling.
Conditionally use stack buffer instead of calling strdup().
PR: bin/104921
MFC after:2 weeks
Modifie
On Fri, May 17, 2013 at 03:28:10PM -0700, Simon J. Gerraty wrote:
> On Fri, 17 May 2013 23:34:08 +0200, Tijl Coosemans writes:
> >When the output of /usr/local/libexec/portconf is empty make
> >warns about it:
> Yes. This is to avoid accidents.
> If you *know* that no output is a valid result, yo
On 5/17/13 3:38 AM, Gleb Smirnoff wrote:
Sorry, I am slowpoke. Everything had already been noticed by
other reviewers.
On Fri, May 17, 2013 at 11:37:21AM +0400, Gleb Smirnoff wrote:
T> On Thu, May 16, 2013 at 04:20:18PM +, Julian Elischer wrote:
T> J> Modified: head/sys/sys/mbuf.h
T> J>
On Fri, 17 May 2013 23:34:08 +0200, Tijl Coosemans writes:
>When the output of /usr/local/libexec/portconf is empty make
>warns about it:
Yes. This is to avoid accidents.
If you *know* that no output is a valid result, you can add '; echo' to
the end of the command to suppress the warning.
>
>m
Author: tuexen
Date: Fri May 17 22:26:05 2013
New Revision: 250756
URL: http://svnweb.freebsd.org/changeset/base/250756
Log:
Set errno to ETIMEDOUT if an SCTP association times out during
setup.
MFC after: 1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputi
Author: sjg
Date: Fri May 17 22:18:27 2013
New Revision: 250755
URL: http://svnweb.freebsd.org/changeset/base/250755
Log:
Per the comment, we cannot rely on bsd.own.mk
we could be on an old system that knows noting of MK_BMAKE
or on an almost up to date one that is defaulting it to "no"
ne
Author: tuexen
Date: Fri May 17 21:45:52 2013
New Revision: 250754
URL: http://svnweb.freebsd.org/changeset/base/250754
Log:
Don't send an ABORT chunk with verification 0.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
===
On 2013-05-17 21:39, Simon J. Gerraty wrote:
>> For me /usr/src is a symlink to /some/path and now if I build from
>> /usr/src some parts end up in /usr/obj/usr/src and other parts
>> in /usr/obj/some/path. It used to be the latter.
>
> This could be the result of some bits being built by the old
Author: imp
Date: Fri May 17 20:53:15 2013
New Revision: 250753
URL: http://svnweb.freebsd.org/changeset/base/250753
Log:
For ARM, MIPS, and PowerPC, default to 32-byte alignment, but allow it
to be as small as 8.
Modified:
head/sys/dev/usb/usb_freebsd.h
Modified: head/sys/dev/usb/usb_free
Author: attilio
Date: Fri May 17 20:03:55 2013
New Revision: 250751
URL: http://svnweb.freebsd.org/changeset/base/250751
Log:
Use readlocking now that assertions on vm_page_lookup() are relaxed.
Sponsored by: EMC / Isilon storage division
Reviewed by: alc
Tested by:flo, pho
Modifi
On May 16, 2013, at 9:49 PM, Rui Paulo wrote:
> On 2013/05/16, at 2:02, Tim Kientzle wrote:
>
>> I don't object, but I'm not sure why we need this.
>>
>> I'd rather see a comment in the BEAGLEBONE
>> config indicating that it can be used with
>> beaglebone-black.dts.
>>
>> Generally, I want u
>For me /usr/src is a symlink to /some/path and now if I build from
>/usr/src some parts end up in /usr/obj/usr/src and other parts
>in /usr/obj/some/path. It used to be the latter.
This could be the result of some bits being built by the old freebsd
make.
Since the early stage of buildworld doe
Author: sjg
Date: Fri May 17 19:37:16 2013
New Revision: 250750
URL: http://svnweb.freebsd.org/changeset/base/250750
Log:
We really need to get the bsd.own.mk from this tree so the
correct options are set.
Also defined NO_PWD_OVERRIDE to match behavior of fmake.
Modified:
head/contrib/bma
Author: gavin
Date: Fri May 17 19:13:31 2013
New Revision: 250749
URL: http://svnweb.freebsd.org/changeset/base/250749
Log:
o Retrive the part number (CP2103 etc) from the hardware on attach.
o The CP2101 and CP2102 do not support GPIO pin use at all, enforce this.
o Support reading the G
Author: alc
Date: Fri May 17 19:02:36 2013
New Revision: 250748
URL: http://svnweb.freebsd.org/changeset/base/250748
Log:
Relax the object locking in vm_fault_prefault(). A read lock suffices.
Reviewed by: attilio
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/vm/vm_f
Author: alc
Date: Fri May 17 18:59:00 2013
New Revision: 250747
URL: http://svnweb.freebsd.org/changeset/base/250747
Log:
Relax the object locking assertion in pmap_enter_locked().
Reviewed by: attilio
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/powerpc/aim/mmu_oea.
Author: alc
Date: Fri May 17 18:49:43 2013
New Revision: 250745
URL: http://svnweb.freebsd.org/changeset/base/250745
Log:
Relax the object locking assertion in vm_page_lookup(). Now that a radix
tree is used to maintain the object's collection of resident pages,
vm_page_lookup() no longer n
On 2013-05-16 17:28, Simon J. Gerraty wrote:
> Author: sjg
> Date: Thu May 16 15:28:38 2013
> New Revision: 250699
> URL: http://svnweb.freebsd.org/changeset/base/250699
>
> Log:
> Build bmake by default.
For me /usr/src is a symlink to /some/path and now if I build from
/usr/src some parts end
On May 17, 2013, at 10:57 AM, Andre Oppermann wrote:
> On 15.05.2013 15:04, Brooks Davis wrote:
>> Author: brooks
>> Date: Wed May 15 13:04:10 2013
>> New Revision: 250658
>> URL: http://svnweb.freebsd.org/changeset/base/250658
>>
>> Log:
>> Add a new option WITHOUT_FORMAT_EXTENSIONS to disable
Author: rpaulo
Date: Fri May 17 15:20:45 2013
New Revision: 250742
URL: http://svnweb.freebsd.org/changeset/base/250742
Log:
Revert r250692. We'll use 1 kernel config file for the BeagleBone models.
Deleted:
head/sys/arm/conf/BEAGLEBONE-BLACK
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified
On 15.05.2013 15:04, Brooks Davis wrote:
Author: brooks
Date: Wed May 15 13:04:10 2013
New Revision: 250658
URL: http://svnweb.freebsd.org/changeset/base/250658
Log:
Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to
checking our kernel printf extensions. This is usefu
.. if there were only a way we could glue together different elf
binaries into some kind of "archive" that let people load a set of
modules as part of a kernel.
We could call it initrd (ew) or something.
adrian
On 17 May 2013 05:45, Tim Kientzle wrote:
>
> On May 16, 2013, at 9:49 PM, Rui
Author: kib
Date: Fri May 17 14:05:31 2013
New Revision: 250741
URL: http://svnweb.freebsd.org/changeset/base/250741
Log:
Decode new HT 3.00 and 3.10 capabilities.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified:
head/usr.sbin/pciconf/cap.c
Modified: head/usr.sbin/pcicon
Author: kib
Date: Fri May 17 14:04:31 2013
New Revision: 250740
URL: http://svnweb.freebsd.org/changeset/base/250740
Log:
Add new capability types encodings from HyperTransport I/O Link
Specification revisions 3.00 and 3.10.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified
On May 16, 2013, at 9:49 PM, Rui Paulo wrote:
> On 2013/05/16, at 2:02, Tim Kientzle wrote:
>
>> I don't object, but I'm not sure why we need this.
>>
>> I'd rather see a comment in the BEAGLEBONE
>> config indicating that it can be used with
>> beaglebone-black.dts.
>>
>> Generally, I want u
Author: des
Date: Fri May 17 09:12:33 2013
New Revision: 250739
URL: http://svnweb.freebsd.org/changeset/base/250739
Log:
Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patched
the issues that affected us.
Modified:
head/crypto/openssh/ChangeLog
head/crypto/openssh/README
Author: des
Date: Fri May 17 08:48:16 2013
New Revision: 250736
URL: http://svnweb.freebsd.org/changeset/base/250736
Log:
Add a -N option that prints the jail name rather than its number.
MFC after:3 weeks
Modified:
head/usr.sbin/jls/jls.8
head/usr.sbin/jls/jls.c
Modified: head/us
Sorry, I am slowpoke. Everything had already been noticed by
other reviewers.
On Fri, May 17, 2013 at 11:37:21AM +0400, Gleb Smirnoff wrote:
T> On Thu, May 16, 2013 at 04:20:18PM +, Julian Elischer wrote:
T> J> Modified: head/sys/sys/mbuf.h
T> J>
On Thu, May 16, 2013 at 04:20:18PM +, Julian Elischer wrote:
J> Modified: head/sys/sys/mbuf.h
J>
==
J> --- head/sys/sys/mbuf.h Thu May 16 15:28:38 2013(r250699)
J> +++ head/sys/sys/mbuf.h Thu May 16 1
On Thu, May 16, 2013 at 04:20:18PM +, Julian Elischer wrote:
> +#define m_fibnumm_hdr.mh_nextpkt
Are you sure this is correct?
Shouldn't it be something like M_dat.MH.MH_pkthdr.fibnum or m_pkthdr.fibnum ?
___
svn-src-head@freebsd.org ma
30 matches
Mail list logo