svn commit: r241723 - head/sys/dev/netmap

2012-10-19 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 19 09:41:45 2012 New Revision: 241723 URL: http://svn.freebsd.org/changeset/base/241723 Log: Fix build. Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c ==

svn commit: r241724 - head/sys/sys

2012-10-19 Thread Andre Oppermann
Author: andre Date: Fri Oct 19 10:04:43 2012 New Revision: 241724 URL: http://svn.freebsd.org/changeset/base/241724 Log: Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGIN and SI_SUB_PROTO_END to VNET related initializations. MFC after:3 days Modified:

svn commit: r241725 - head/sys/net

2012-10-19 Thread Andre Oppermann
Author: andre Date: Fri Oct 19 10:07:55 2012 New Revision: 241725 URL: http://svn.freebsd.org/changeset/base/241725 Log: Update to previous r241688 to use __func__ instead of spelled out function name in log(9) message. Suggested by: glebius Modified: head/sys/net/if.c Modified:

Re: svn commit: r241688 - head/sys/net

2012-10-19 Thread Andre Oppermann
On 18.10.2012 16:11, Gleb Smirnoff wrote: On Thu, Oct 18, 2012 at 02:08:26PM +, Andre Oppermann wrote: A Author: andre A Date: Thu Oct 18 14:08:26 2012 A New Revision: 241688 A URL: http://svn.freebsd.org/changeset/base/241688 A A Log: A Use LOG_WARNING level in in_attachdomain1() instead

svn commit: r241726 - head/sys/kern

2012-10-19 Thread Andre Oppermann
Author: andre Date: Fri Oct 19 10:15:32 2012 New Revision: 241726 URL: http://svn.freebsd.org/changeset/base/241726 Log: Move UMA socket zone initialization from uipc_domain.c to uipc_socket.c into one place next to its other related functions to avoid confusion. Modified:

svn commit: r241727 - head/share/man/man4

2012-10-19 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Oct 19 10:38:32 2012 New Revision: 241727 URL: http://svn.freebsd.org/changeset/base/241727 Log: Fix minor whitespace issues. Modified: head/share/man/man4/est.4 Modified: head/share/man/man4/est.4

svn commit: r241730 - head/usr.bin/top

2012-10-19 Thread John Baldwin
Author: jhb Date: Fri Oct 19 12:28:26 2012 New Revision: 241730 URL: http://svn.freebsd.org/changeset/base/241730 Log: Correct the order of the MFU and MRU labels. I had reversed them. Submitted by: Nikolay Denev ndenev gmail Pointy hat to:jhb MFC after:3 days Modified:

svn commit: r241733 - in head/sys/dev: cxgb/ulp/tom cxgbe cxgbe/tom

2012-10-19 Thread Ed Schouten
Author: ed Date: Fri Oct 19 13:26:40 2012 New Revision: 241733 URL: http://svn.freebsd.org/changeset/base/241733 Log: Prefer __containerof() over __member2struct(). The former works better with qualifiers, but also properly type checks the input pointer. Modified:

svn commit: r241735 - head/sys/netinet

2012-10-19 Thread Andrey Zonov
Author: zont Date: Fri Oct 19 14:00:03 2012 New Revision: 241735 URL: http://svn.freebsd.org/changeset/base/241735 Log: - Update cachelimit after hashsize and bucketlimit were set. Reported by: az Reviewed by: melifaro Approved by: kib (mentor) MFC after:1 week Modified:

svn commit: r241736 - in head: sbin/natd usr.bin/logger usr.sbin/syslogd

2012-10-19 Thread Ed Schouten
Author: ed Date: Fri Oct 19 14:29:03 2012 New Revision: 241736 URL: http://svn.freebsd.org/changeset/base/241736 Log: Add missing const keywords. Modified: head/sbin/natd/natd.c head/usr.bin/logger/logger.c head/usr.sbin/syslogd/syslogd.c Modified: head/sbin/natd/natd.c

Re: svn commit: r241737 - in head: bin/date bin/ed libexec/rtld-aout sbin/camcontrol sbin/geom/core usr.bin/at usr.bin/calendar usr.bin/chat usr.bin/ctlstat usr.bin/elfdump usr.bin/fetch usr.bin/finge

2012-10-19 Thread John Baldwin
On Friday, October 19, 2012 10:49:43 am Ed Schouten wrote: Author: ed Date: Fri Oct 19 14:49:42 2012 New Revision: 241737 URL: http://svn.freebsd.org/changeset/base/241737 Log: More -Wmissing-variable-declarations fixes. In addition to adding `static' where possible: -

svn commit: r241738 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2012-10-19 Thread Sean Bruno
Author: sbruno Date: Fri Oct 19 17:01:27 2012 New Revision: 241738 URL: http://svn.freebsd.org/changeset/base/241738 Log: Update hwpmc to support the Xeon class of Sandybridge processors. (Model 0x2D /* Per Intel document 253669-044US 08/2012. */) Add manpage to document all the

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-19 Thread Alexey Dokuchaev
On Fri, Oct 19, 2012 at 08:22:36AM -0700, Devin Teske wrote: On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote: How come that new dialog(1) lacks functionality of the old one? SVN r217309 brought in cdialog to replace our the [unmaintained] dialog. cdialog is different, but mostly

svn commit: r241739 - head/sys/conf

2012-10-19 Thread Marius Strobl
Author: marius Date: Fri Oct 19 17:03:50 2012 New Revision: 241739 URL: http://svn.freebsd.org/changeset/base/241739 Log: Fix kernel build with options ZFS after r240868. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r241740 - head/sys/sparc64/sparc64

2012-10-19 Thread Marius Strobl
Author: marius Date: Fri Oct 19 17:12:55 2012 New Revision: 241740 URL: http://svn.freebsd.org/changeset/base/241740 Log: - Remove an unused header. - Don't waste a delay slot. MFC after:3 days Modified: head/sys/sparc64/sparc64/interrupt.S Modified:

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-19 Thread Devin Teske
On Oct 19, 2012, at 10:02 AM, Alexey Dokuchaev wrote: On Fri, Oct 19, 2012 at 08:22:36AM -0700, Devin Teske wrote: On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote: How come that new dialog(1) lacks functionality of the old one? SVN r217309 brought in cdialog to replace our the

svn commit: r241750 - head/sys/dev/netmap

2012-10-19 Thread Ed Maste
Author: emaste Date: Fri Oct 19 19:28:35 2012 New Revision: 241750 URL: http://svn.freebsd.org/changeset/base/241750 Log: Use M_NOWAIT when calling malloc with a lock held. The check for a NULL return was already in place so I assume this was just an oversight. Modified:

svn commit: r241753 - head/sys/dev/tws

2012-10-19 Thread Xin LI
Author: delphij Date: Fri Oct 19 22:07:40 2012 New Revision: 241753 URL: http://svn.freebsd.org/changeset/base/241753 Log: Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD. PR: kern/172833 Submitted by: Charles O'Donnell cao bus net MFC after:1 week

Re: svn commit: r241754 - in head: contrib/mdocml etc/mtree lib/libmandoc usr.bin/mandoc

2012-10-19 Thread Glen Barber
On Fri, Oct 19, 2012 at 10:21:02PM +, Ulrich Spoerlein wrote: Author: uqs Date: Fri Oct 19 22:21:01 2012 New Revision: 241754 URL: http://svn.freebsd.org/changeset/base/241754 Log: Merge mandoc from vendor into contrib and provide the necessary Makefile glue. This is

Re: svn commit: r241755 - head/lib/msun/src

2012-10-19 Thread Bruce Evans
On Fri, 19 Oct 2012, Warner Losh wrote: Log: Document the methods used to compute logf. Taken and edited from the double version, with adaptations for the differences between it and the float version. Please back this out. This was intentionally left out. It is painful to maintain large