Re: svn commit: r225530 - in head/sys/boot/i386: gptboot gptzfsboot zfsboot

2011-09-14 Thread Alexander Best
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

Re: svn commit: r225474 - in head/sys: amd64/amd64 amd64/ia32 i386/i386 ia64/ia32 ia64/ia64 kern powerpc/aim powerpc/booke sparc64/sparc64 sys

2011-09-14 Thread Garrett Cooper
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

svn commit: r225560 - head/etc

2011-09-14 Thread Christian Brueffer
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

svn commit: r225559 - head/sys/netinet

2011-09-14 Thread Michael Tuexen
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

svn commit: r225556 - head/sys/dev/usb

2011-09-14 Thread Hans Petter Selasky
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,

svn commit: r225549 - head/sys/netinet

2011-09-14 Thread Michael Tuexen
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 (