On Tue Sep 13 11, Andriy Gapon wrote:
> Author: avg
> Date: Tue Sep 13 14:03:55 2011
> New Revision: 225530
> URL: http://svn.freebsd.org/changeset/base/225530
>
> Log:
> gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1
>
> gpt and zfs boot blocks are not nearly as size-constrained as b
On Sun, Sep 11, 2011 at 9:05 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Sep 11 16:05:09 2011
> New Revision: 225474
> URL: http://svn.freebsd.org/changeset/base/225474
>
> Log:
> Inline the syscallenter() and syscallret(). This reduces the time measured
> by the syscall entry speed
Author: brueffer
Date: Wed Sep 14 20:13:10 2011
New Revision: 225560
URL: http://svn.freebsd.org/changeset/base/225560
Log:
Minor spelling, wording and punctuation fixes in comments.
PR: 155984
Submitted by: gcooper
Approved by: re (kib)
MFC after:1 week
Modified:
he
Author: tuexen
Date: Wed Sep 14 19:10:13 2011
New Revision: 225559
URL: http://svn.freebsd.org/changeset/base/225559
Log:
Ensure that 1-to-1 style SCTP sockets can only be connected once.
Allow implicit setup also for 1-to-1 style sockets as described
in the latest version of the socket API
Author: hselasky
Date: Wed Sep 14 15:16:53 2011
New Revision: 225556
URL: http://svn.freebsd.org/changeset/base/225556
Log:
Reduce USB memory usage during enumeration.
We are allocating some kilobytes of extra memory during USB device
enumeration.
This does not change alot under FreeBSD,
Author: tuexen
Date: Wed Sep 14 08:15:21 2011
New Revision: 225549
URL: http://svn.freebsd.org/changeset/base/225549
Log:
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
socket option.
Honor the net.inet6.ip6.auto_flowlabel sysctl setting.
Approved by: re (