Re: svn commit: r221993 - in head/sys: kern sys

2011-05-17 Thread Poul-Henning Kamp
In message 20110516211954.gj48...@deviant.kiev.zoral.com.ua, Kostik Belousov writes: The bump was also needed after the r212367. Lets do one for two changes. I have a few more changes coming, before the bump should happen. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20

Re: svn commit: r221993 - in head/sys: kern sys

2011-05-17 Thread Poul-Henning Kamp
In message 201105161747.40824@freebsd.org, John Baldwin writes: Yes I know, but sbufs are used on platforms where %z is not available so I prefer to use %jd, in particular since this is only assert strings. Really? They have %j but not %z? intmax_t is newer than size_t. Appearantly. --

svn commit: r222004 - head/sys/kern

2011-05-17 Thread Poul-Henning Kamp
Author: phk Date: Tue May 17 06:36:32 2011 New Revision: 222004 URL: http://svn.freebsd.org/changeset/base/222004 Log: Don't expect PAGE_SIZE to exist on all platforms (It is a pretty arbitrary choice of default size in the first place) Reverse the order of arguments to the internal

svn commit: r222007 - head/etc/rc.d

2011-05-17 Thread Hiroki Sato
Author: hrs Date: Tue May 17 07:40:13 2011 New Revision: 222007 URL: http://svn.freebsd.org/changeset/base/222007 Log: Remove redundant keywords. Submitted by: wxs Modified: head/etc/rc.d/ipfilter head/etc/rc.d/pf Modified: head/etc/rc.d/ipfilter

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:12:59 2011 New Revision: 222008 URL: http://svn.freebsd.org/changeset/base/222008 Log: Typos, wording and mdoc fixes. Modified: head/share/man/man4/geom_map.4 Modified: head/share/man/man4/geom_map.4

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:10 2011 New Revision: 222009 URL: http://svn.freebsd.org/changeset/base/222009 Log: Typo fix. Modified: head/share/man/man4/cc_hd.4 Modified: head/share/man/man4/cc_hd.4 == ---

svn commit: r222010 - head/share/misc

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:18 2011 New Revision: 222010 URL: http://svn.freebsd.org/changeset/base/222010 Log: Whitespace and typo fixes. Found by: codespell Reviewed by: ru Modified: head/share/misc/iso3166 Modified: head/share/misc/iso3166

svn commit: r222011 - head/share/misc

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:27 2011 New Revision: 222011 URL: http://svn.freebsd.org/changeset/base/222011 Log: ISO3166: Update for newsletters VI-7 and VI-8 from 2010 - Name change for SH - BQ, CW, and SX replace AN Reviewed by: ru Modified: head/share/misc/iso3166

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 09:51:02 2011 New Revision: 222012 URL: http://svn.freebsd.org/changeset/base/222012 Log: More thorough mdoc and language fixes. Submitted by: ru Modified: head/share/man/man4/geom_map.4 Modified: head/share/man/man4/geom_map.4

svn commit: r222013 - head/share/man/man5

2011-05-17 Thread Sergey Kandaurov
Author: pluknet Date: Tue May 17 10:38:44 2011 New Revision: 222013 URL: http://svn.freebsd.org/changeset/base/222013 Log: Add missing section number for .Xr jail. MFC after:3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5

svn commit: r222014 - head/share/misc

2011-05-17 Thread Ruslan Ermilov
Author: ru Date: Tue May 17 10:44:11 2011 New Revision: 222014 URL: http://svn.freebsd.org/changeset/base/222014 Log: Revert change to MF I made in r189767. I bet that at the time of r189767 I checked with http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm and MF was officially

svn commit: r222015 - head/sys/kern

2011-05-17 Thread Poul-Henning Kamp
Author: phk Date: Tue May 17 11:04:50 2011 New Revision: 222015 URL: http://svn.freebsd.org/changeset/base/222015 Log: Use memset() instead of bzero() and memcpy() instead of bcopy(), there is no relevant difference for sbufs, and it increases portability of the source code. Split the

svn commit: r222016 - head/tools/build/options

2011-05-17 Thread Ruslan Ermilov
Author: ru Date: Tue May 17 11:06:41 2011 New Revision: 222016 URL: http://svn.freebsd.org/changeset/base/222016 Log: Added description for WITH_OFED. Added: head/tools/build/options/WITH_OFED (contents, props changed) Added: head/tools/build/options/WITH_OFED

svn commit: r222017 - head/share/man/man5

2011-05-17 Thread Ruslan Ermilov
Author: ru Date: Tue May 17 11:08:15 2011 New Revision: 222017 URL: http://svn.freebsd.org/changeset/base/222017 Log: Regen for WITH_OFED. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r222018 - in head/sys/dev: pci usb/controller

2011-05-17 Thread Ruslan Ermilov
Author: ru Date: Tue May 17 11:23:43 2011 New Revision: 222018 URL: http://svn.freebsd.org/changeset/base/222018 Log: Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved it to dev/pci/pcireg.h. Reviewed by: hselasky MFC after:3 days Modified:

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

2011-05-17 Thread Ruslan Ermilov
Author: ru Date: Tue May 17 11:26:59 2011 New Revision: 222019 URL: http://svn.freebsd.org/changeset/base/222019 Log: Document the supported hardware, somewhat. Reviewed by: hselasky MFC after:3 days Modified: head/share/man/man4/xhci.4 Modified: head/share/man/man4/xhci.4

svn commit: r222020 - head/sys/dev/ath/ath_hal/ar5416

2011-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 11:52:53 2011 New Revision: 222020 URL: http://svn.freebsd.org/changeset/base/222020 Log: Set this HAL capabilities flag correctly even though it isn't currently being used. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Modified:

svn commit: r222021 - head/sys/dev/ath/ath_hal/ar5212

2011-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 11:56:50 2011 New Revision: 222021 URL: http://svn.freebsd.org/changeset/base/222021 Log: Use the halMcastKeySrchSupport capability bit to selectively enable/disable the multicast key search support for AR5212, AR5416 and later. The general HAL routine

svn commit: r222023 - head/sbin/ipfw

2011-05-17 Thread Sergey Kandaurov
Author: pluknet Date: Tue May 17 12:58:19 2011 New Revision: 222023 URL: http://svn.freebsd.org/changeset/base/222023 Log: mdoc: - use a proper macro for interface name ipfw0. - add missing section number for bpf cross reference. Modified: head/sbin/ipfw/ipfw.8 Modified:

Re: svn commit: r221993 - in head/sys: kern sys

2011-05-17 Thread Poul-Henning Kamp
In message 20110516211954.gj48...@deviant.kiev.zoral.com.ua, Kostik Belousov writes: struct sbuf is exposed to the libsubf.so consumers. I think that libsbuf.so version shall be bumped (since no symver compat can be provided, due to lack of versioning for libsbuf). The bump was also needed

Re: svn commit: r221993 - in head/sys: kern sys

2011-05-17 Thread Kostik Belousov
On Tue, May 17, 2011 at 01:36:11PM +, Poul-Henning Kamp wrote: In message 20110516211954.gj48...@deviant.kiev.zoral.com.ua, Kostik Belousov writes: struct sbuf is exposed to the libsubf.so consumers. I think that libsbuf.so version shall be bumped (since no symver compat can be

svn commit: r222025 - head/usr.sbin/ifmcstat

2011-05-17 Thread Sergey Kandaurov
Author: pluknet Date: Tue May 17 14:46:28 2011 New Revision: 222025 URL: http://svn.freebsd.org/changeset/base/222025 Log: Fix manual section number for netstat(1). MFC after:5 days Modified: head/usr.sbin/ifmcstat/ifmcstat.8 Modified: head/usr.sbin/ifmcstat/ifmcstat.8

svn commit: r222027 - head/sys/dev/ath/ath_hal/ar5212

2011-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 15:03:39 2011 New Revision: 222027 URL: http://svn.freebsd.org/changeset/base/222027 Log: Fix case, introduced in my previous commit. Pointy hat goes to: adrian, for having multiple build screens open and checking the wrong one.

svn commit: r222028 - head/sys/netinet

2011-05-17 Thread Michael Tuexen
Author: tuexen Date: Tue May 17 15:46:28 2011 New Revision: 222028 URL: http://svn.freebsd.org/changeset/base/222028 Log: Fix whitespacing. Reported by scf@ MFC after: 1 week. Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

svn commit: r222029 - head/sys/netinet

2011-05-17 Thread Michael Tuexen
Author: tuexen Date: Tue May 17 15:57:31 2011 New Revision: 222029 URL: http://svn.freebsd.org/changeset/base/222029 Log: Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO. MFC after: 1 week. Modified: head/sys/netinet/sctp_usrreq.c Modified:

Re: svn commit: r221993 - in head/sys: kern sys

2011-05-17 Thread Warner Losh
On May 17, 2011, at 7:44 AM, Kostik Belousov wrote: On Tue, May 17, 2011 at 01:36:11PM +, Poul-Henning Kamp wrote: In message 20110516211954.gj48...@deviant.kiev.zoral.com.ua, Kostik Belousov writes: struct sbuf is exposed to the libsubf.so consumers. I think that libsbuf.so

svn commit: r222031 - head/sys/dev/ath

2011-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 16:30:34 2011 New Revision: 222031 URL: http://svn.freebsd.org/changeset/base/222031 Log: Fix the debugging code path to correctly support HAL_DEBUG_UNMASKABLE. Modified: head/sys/dev/ath/ah_osdep.c Modified: head/sys/dev/ath/ah_osdep.c

svn commit: r222032 - head/sys/kern

2011-05-17 Thread John Baldwin
Author: jhb Date: Tue May 17 16:39:08 2011 New Revision: 222032 URL: http://svn.freebsd.org/changeset/base/222032 Log: Fix a race in the SMP rendezvous code. Specifically, the write by the last CPU to to finish the rendezvous action may become visible to different CPUs at different times.

svn commit: r222033 - head/lib/libsbuf

2011-05-17 Thread Poul-Henning Kamp
Author: phk Date: Tue May 17 17:37:58 2011 New Revision: 222033 URL: http://svn.freebsd.org/changeset/base/222033 Log: Bump shlib version Instigate symbol versioning Pray that I don't break the build. Added: head/lib/libsbuf/Symbol.map (contents, props changed)

Re: svn commit: r222033 - head/lib/libsbuf

2011-05-17 Thread Sergey Kandaurov
On 17 May 2011 21:37, Poul-Henning Kamp p...@freebsd.org wrote: Author: phk Date: Tue May 17 17:37:58 2011 New Revision: 222033 URL: http://svn.freebsd.org/changeset/base/222033 Log:  Bump shlib version  Instigate symbol versioning  Pray that I don't break the build. File

svn commit: r222034 - head/share/man/man9

2011-05-17 Thread Poul-Henning Kamp
Author: phk Date: Tue May 17 18:24:59 2011 New Revision: 222034 URL: http://svn.freebsd.org/changeset/base/222034 Log: Try to explain what sbufs do and add an example to show it. Clarify return values. Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9/sbuf.9

svn commit: r222035 - in head: . lib lib/libpkg share/mk usr.sbin/pkg_install usr.sbin/pkg_install/add usr.sbin/pkg_install/create usr.sbin/pkg_install/delete usr.sbin/pkg_install/info usr.sbin/pkg...

2011-05-17 Thread Florent Thoumie
Author: flz Date: Tue May 17 19:11:47 2011 New Revision: 222035 URL: http://svn.freebsd.org/changeset/base/222035 Log: Backout libinstall.a - libpkg commit. Discussed with: erwin, brooks, bapt Added: head/usr.sbin/pkg_install/lib/ - copied from r207112,

svn commit: r222036 - head/lib/libsbuf

2011-05-17 Thread Poul-Henning Kamp
Author: phk Date: Tue May 17 19:20:32 2011 New Revision: 222036 URL: http://svn.freebsd.org/changeset/base/222036 Log: Ok, so we use different comment conventions in Symbol.map and Version.def #notimpressed as my twittering friends would say. Modified: head/lib/libsbuf/Version.def

svn commit: r222037 - head/lib/libc/sys

2011-05-17 Thread Jilles Tjoelker
Author: jilles Date: Tue May 17 21:03:34 2011 New Revision: 222037 URL: http://svn.freebsd.org/changeset/base/222037 Log: mq_setattr(2): Add missing const to man page. The declaration in the header file is correct. MFC after:1 week Modified: head/lib/libc/sys/mq_setattr.2

svn commit: r222039 - in head: share/man/man4 sys/dev/ahci

2011-05-17 Thread Alexander Motin
Author: mav Date: Tue May 17 22:07:45 2011 New Revision: 222039 URL: http://svn.freebsd.org/changeset/base/222039 Log: Add support for LED enclosure management messages, defined by the AHCI. When supported by hardware, this allows to control per-port activity, locate and fault LEDs via

svn commit: r222040 - head/sys/kern

2011-05-17 Thread Attilio Rao
Author: attilio Date: Tue May 17 22:14:00 2011 New Revision: 222040 URL: http://svn.freebsd.org/changeset/base/222040 Log: Merge r221285 from largeSMP project: - Remove the following sysctl: kern.sched.ipiwakeup.onecpu kern.sched.ipiwakeup.htt2 Because they are absolutely

svn commit: r222041 - head/sys/i386/include/xen

2011-05-17 Thread Attilio Rao
Author: attilio Date: Tue May 17 22:15:53 2011 New Revision: 222041 URL: http://svn.freebsd.org/changeset/base/222041 Log: Remove an unused typedef. Tested by:sbruno, pluknet Modified: head/sys/i386/include/xen/xenvar.h Modified: head/sys/i386/include/xen/xenvar.h

svn commit: r222043 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2011-05-17 Thread Jung-uk Kim
Author: jkim Date: Tue May 17 22:36:16 2011 New Revision: 222043 URL: http://svn.freebsd.org/changeset/base/222043 Log: Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features. Note AMD dropped SSE5 extensions in order to avoid ISA overlap with Intel AVX instructions.