Author: melifaro
Date: Sat May 18 05:48:46 2013
New Revision: 250762
URL: http://svnweb.freebsd.org/changeset/base/250762
Log:
MFC r248552, r248971
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
Setting DSCP support is done via O_SETDSCP which works for both
IPv4 a
Author: melifaro
Date: Sat May 18 05:40:59 2013
New Revision: 250761
URL: http://svnweb.freebsd.org/changeset/base/250761
Log:
MFC r243711.
Use common macros for working with rule/dynamic counters.
This is done as preparation to introduce per-cpu ipfw counters.
Modified:
stable/9/sys/n
Author: melifaro
Date: Sat May 18 05:31:17 2013
New Revision: 250760
URL: http://svnweb.freebsd.org/changeset/base/250760
Log:
Merge r244633, r250246.
Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.
Log real value instead of IP_FW_TABLEARG (65535) in ipfw_log().
Use
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
Author: jkim
Date: Fri May 17 23:14:18 2013
New Revision: 250758
URL: http://svnweb.freebsd.org/changeset/base/250758
Log:
Tag ACPICA 20130517.
Added:
vendor-sys/acpica/20130517/
- copied from r250757, vendor-sys/acpica/dist/
___
svn-src-all
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
Author: jkim
Date: Fri May 17 23:13:40 2013
New Revision: 250757
URL: http://svnweb.freebsd.org/changeset/base/250757
Log:
Import ACPICA 20130517.
Added:
vendor-sys/acpica/dist/generate/unix/acpidump/
vendor-sys/acpica/dist/generate/unix/acpidump/Makefile (contents, props
changed
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
On 16 May 2013 22:03, Alexey Dokuchaev wrote:
> On Fri, May 17, 2013 at 12:14:36AM +, Eitan Adler wrote:
>> New Revision: 250727
>> URL: http://svnweb.freebsd.org/changeset/base/250727
>>
>> Log:
>> MFC r250528:
>> Teach wpa_supplicant to properly compute wireless signal strength.
>
>
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: trociny
Date: Fri May 17 20:12:56 2013
New Revision: 250752
URL: http://svnweb.freebsd.org/changeset/base/250752
Log:
MFC r249558, r250145:
r249558:
Add a new set of notes to a process core dump to store procstat data.
The notes format is a header of sizeof(int), which sto
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 Fri, May 17, 2013 at 10:19:24AM -0700, hiren panchasara wrote:
> On Thu, May 16, 2013 at 10:45 PM, Alexey Dokuchaev wrote:
> > On Fri, May 17, 2013 at 04:09:05AM +, Hiren Panchasara wrote:
> >> New Revision: 250734
> >> URL: http://svnweb.freebsd.org/changeset/base/250734
> >>
> >> Log:
> >
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
Author: zec
Date: Fri May 17 17:45:00 2013
New Revision: 250744
URL: http://svnweb.freebsd.org/changeset/base/250744
Log:
MFC 233601:
Permit tcpdrop in VNET jails.
Modified:
stable/9/sys/netinet/tcp_subr.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/net
On Thu, May 16, 2013 at 10:45 PM, Alexey Dokuchaev wrote:
> On Fri, May 17, 2013 at 04:09:05AM +, Hiren Panchasara wrote:
>> New Revision: 250734
>> URL: http://svnweb.freebsd.org/changeset/base/250734
>>
>> Log:
>> MFC: r250487
>>
>> Adding a detach method to p4tcc driver.
>
> Would it al
Author: hiren
Date: Fri May 17 17:16:29 2013
New Revision: 250743
URL: http://svnweb.freebsd.org/changeset/base/250743
Log:
MFC: r250487
Adding a detach method to p4tcc driver.
PR: 118739
Submitted by: Dan Lukes (earlier version)
Reviewed by: jhb
Approved by: sbruno
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:57:09 2013
New Revision: 250738
URL: http://svnweb.freebsd.org/changeset/base/250738
Log:
Tag OpenSSH 6.2p2
Added:
vendor-crypto/openssh/6.2p2/
- copied from r250737, vendor-crypto/openssh/dist/
___
svn-src-all@f
Author: des
Date: Fri May 17 08:55:26 2013
New Revision: 250737
URL: http://svnweb.freebsd.org/changeset/base/250737
Log:
Vendor import of OpenSSH 6.2p2.
Modified:
vendor-crypto/openssh/dist/ChangeLog
vendor-crypto/openssh/dist/README
vendor-crypto/openssh/dist/contrib/caldera/openssh.spe
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-all@freebsd.org mai
43 matches
Mail list logo