svn commit: r252196 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2013-06-24 Thread Kevin Lo
Author: kevlo Date: Tue Jun 25 06:43:04 2013 New Revision: 252196 URL: http://svnweb.freebsd.org/changeset/base/252196 Log: Add support for D-Link DWA-131. Modified: head/share/man/man4/urtwn.4 head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_urtwn.c Modified: head/share/man/man4/urtwn.

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Konstantin Belousov
On Tue, Jun 25, 2013 at 12:45:36PM +1000, Bruce Evans wrote: > On Mon, 24 Jun 2013, Konstantin Belousov wrote: > > > On Sun, Jun 23, 2013 at 07:57:57PM +1000, Bruce Evans wrote: > >> The case that can't be fixed by rereading the counters is when fetching > >> code runs in between the stores. If t

svn commit: r252194 - stable/8/sys/dev/virtio/network

2013-06-24 Thread Bryan Venteicher
Author: bryanv Date: Tue Jun 25 04:44:42 2013 New Revision: 252194 URL: http://svnweb.freebsd.org/changeset/base/252194 Log: MFC r251769 Fix setting of the Rx filters QEMU 1.4 made the descriptor requirement stricter - the size of buffer descriptor must exactly match the number

svn commit: r252193 - stable/9/sys/dev/virtio/network

2013-06-24 Thread Bryan Venteicher
Author: bryanv Date: Tue Jun 25 04:42:16 2013 New Revision: 252193 URL: http://svnweb.freebsd.org/changeset/base/252193 Log: MFC r251796 Fix setting of the Rx filters QEMU 1.4 made the descriptor requirement stricter - the size of buffer descriptor must exactly match the number

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Daniel O'Connor
On 25/06/2013, at 12:54, Bruce Evans wrote: >> - run a daemon every few minutes to fetch all the counters, so that >> the native-sized counters are in no danger of overflowing on systems >> that don't run statistics programs often enough to fetch the counters >> to actually use. > > There is at

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Bruce Evans
On Tue, 25 Jun 2013, I wrote: My current best design: - use ordinary mutexes to protect counter fetches in non-per-CPU contexts. - use native-sized or always 32-bit counters. Counter updates are done by a single addl on i386. Fix pcpu.h on arches other than amd64 and i386 and use the same me

svn commit: r252191 - vendor/wpa/2.0

2013-06-24 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 25 02:48:36 2013 New Revision: 252191 URL: http://svnweb.freebsd.org/changeset/base/252191 Log: Tag wpa_supplicant / hostapd 2.0. Added: vendor/wpa/2.0/ - copied from r252190, vendor/wpa/dist/ ___ svn-src-all@freebs

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Bruce Evans
On Mon, 24 Jun 2013, Konstantin Belousov wrote: On Sun, Jun 23, 2013 at 07:57:57PM +1000, Bruce Evans wrote: The case that can't be fixed by rereading the counters is when fetching code runs in between the stores. If the stores are on a another CPU that is currently executing them, then we can

svn commit: r252189 - in vendor/wpa/dist/wpa_supplicant: . symbian vs2005 wpa_gui wpa_gui-qt4 xcode

2013-06-24 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 25 02:29:08 2013 New Revision: 252189 URL: http://svnweb.freebsd.org/changeset/base/252189 Log: Remove non-FreeBSD related code. Deleted: vendor/wpa/dist/wpa_supplicant/README-Windows.txt vendor/wpa/dist/wpa_supplicant/symbian/ vendor/wpa/dist/wpa_supplicant/v

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

2013-06-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Jun 25 00:29:13 2013 New Revision: 252186 URL: http://svnweb.freebsd.org/changeset/base/252186 Log: Add Lenovo USB 2.0 Ethernet adapter to the list of supported devices. Modified: head/share/man/man4/axe.4 Modified: head/share/man/man4/axe.4 ==

svn commit: r252185 - in head/sys/dev/usb: . net

2013-06-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Jun 25 00:26:30 2013 New Revision: 252185 URL: http://svnweb.freebsd.org/changeset/base/252185 Log: Add Lenovo USB 2.0 Ethernet adapter. PR: usb/179920 MFC After:1 week Modified: head/sys/dev/usb/net/if_axe.c head/sys/dev/usb/usbdevs Modified:

svn commit: r252184 - head/sys/net

2013-06-24 Thread Qing Li
Author: qingli Date: Tue Jun 25 00:10:49 2013 New Revision: 252184 URL: http://svnweb.freebsd.org/changeset/base/252184 Log: Due to the routing related networking kernel redesign work in FBSD 8.0, interface routes have been returened to the applications without the RTF_GATEWAY bit. This inco

svn commit: r252183 - stable/9/sys/ufs/ffs

2013-06-24 Thread Kirk McKusick
Author: mckusick Date: Mon Jun 24 23:41:16 2013 New Revision: 252183 URL: http://svnweb.freebsd.org/changeset/base/252183 Log: MFC of 250891, 250892, 250894, 250895, 250897, and 250901 MFC 250891: Properly spell sentinel (not sintenel or sentinal). No functional changes. Spotted

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-24 Thread Jeremie Le Hen
Hi Peter, On Tue, Jun 18, 2013 at 02:53:45AM +, Peter Wemm wrote: > Author: peter > Date: Tue Jun 18 02:53:45 2013 > New Revision: 251886 > URL: http://svnweb.freebsd.org/changeset/base/251886 > > Log: > Introduce svnlite so that we can check out our source code again. > > This is actu

svn commit: r252181 - in stable/9: contrib/binutils/binutils contrib/binutils/ld contrib/openbsm/bin/auditdistd lib/libc/net lib/libipsec sbin/devd sbin/hastd usr.bin/ar usr.bin/bc usr.bin/csup usr...

2013-06-24 Thread Marius Strobl
Author: marius Date: Mon Jun 24 21:33:19 2013 New Revision: 252181 URL: http://svnweb.freebsd.org/changeset/base/252181 Log: A set of MFCs allowing stable/9 to be built again on head after r250881: r250227: Improve compatibility with recent flex from flex.sourceforge.net. r250914:

svn commit: r252180 - head/sys/dev/mpt

2013-06-24 Thread Marius Strobl
Author: marius Date: Mon Jun 24 21:27:15 2013 New Revision: 252180 URL: http://svnweb.freebsd.org/changeset/base/252180 Log: Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually already has been done as part of r246713 except for a comment update. MFC after:3 days

svn commit: r252179 - head/contrib/gcc

2013-06-24 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 24 21:13:58 2013 New Revision: 252179 URL: http://svnweb.freebsd.org/changeset/base/252179 Log: gcc: configuration fix. -Fix configuration support for FreeBSD 10 and 11. Note this change is based on GCC-SVN-131197 with permission by gerald@ . Reported

svn commit: r252178 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall dot mouse networking networking/share packages password security share share/media share/packages startup timezone t...

2013-06-24 Thread Devin Teske
Author: dteske Date: Mon Jun 24 20:58:54 2013 New Revision: 252178 URL: http://svnweb.freebsd.org/changeset/base/252178 Log: More whitespace. Modified: head/usr.sbin/bsdconfig/bsdconfig head/usr.sbin/bsdconfig/console/console head/usr.sbin/bsdconfig/console/font head/usr.sbin/bsdconfig/

svn commit: r252177 - head/usr.sbin/bsdconfig

2013-06-24 Thread Devin Teske
Author: dteske Date: Mon Jun 24 20:39:07 2013 New Revision: 252177 URL: http://svnweb.freebsd.org/changeset/base/252177 Log: Whitespace. Modified: head/usr.sbin/bsdconfig/bsdconfig Modified: head/usr.sbin/bsdconfig/bsdconfig ===

svn commit: r252176 - head/contrib/gcc

2013-06-24 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 24 20:38:27 2013 New Revision: 252176 URL: http://svnweb.freebsd.org/changeset/base/252176 Log: gcc: add some configuration and references. -Add configure support for FreeBSD 10 and 11. -Adapt a threading fix to gnu POSIX95 (which we don't use). -Refer to a bug

svn commit: r252175 - head/tools/build/mk

2013-06-24 Thread Eitan Adler
Author: eadler Date: Mon Jun 24 20:36:12 2013 New Revision: 252175 URL: http://svnweb.freebsd.org/changeset/base/252175 Log: Add missing Obsolete Files Submitted by: Kurt Lidl Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.in

svn commit: r252174 - head/usr.sbin/mergemaster

2013-06-24 Thread Eitan Adler
Author: eadler Date: Mon Jun 24 19:57:25 2013 New Revision: 252174 URL: http://svnweb.freebsd.org/changeset/base/252174 Log: Remove request to email suggestions and fixes to the author. He is no longer involved with the FreeBSD project. While here: remove "no known bugs" and related. Thi

svn commit: r252173 - stable/8/sys/kern

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 19:28:36 2013 New Revision: 252173 URL: http://svnweb.freebsd.org/changeset/base/252173 Log: MFC 251323: - Handle the recursed/not recursed flags with RA_RLOCKED in rw_assert(). - Tweak a panic message. Modified: stable/8/sys/kern/kern_rwlock.c Directory Prope

svn commit: r252172 - stable/9/sys/kern

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 19:18:01 2013 New Revision: 252172 URL: http://svnweb.freebsd.org/changeset/base/252172 Log: MFC 251323: - Handle the recursed/not recursed flags with RA_RLOCKED in rw_assert(). - Tweak a panic message. Modified: stable/9/sys/kern/kern_rwlock.c Directory Prope

svn commit: r252170 - head/lib/msun/src

2013-06-24 Thread Eitan Adler
Author: eadler Date: Mon Jun 24 19:12:17 2013 New Revision: 252170 URL: http://svnweb.freebsd.org/changeset/base/252170 Log: Make the order of operations for lib/msun more clear. Tested with md5 sum of object code Reported by: swild...@dragonflybsd.org Submitted by: bde Modified:

Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-06-24 Thread Tijl Coosemans
On 2013-06-05 18:12, Simon J. Gerraty wrote: > Author: sjg > Date: Wed Jun 5 16:12:50 2013 > New Revision: 251422 > URL: http://svnweb.freebsd.org/changeset/base/251422 > > Log: > Update to bmake-20130604 to fix file descriptor leak. > > Modified: head/contrib/bmake/job.c > ===

svn commit: r252169 - stable/8/share/man/man9

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 18:41:28 2013 New Revision: 252169 URL: http://svnweb.freebsd.org/changeset/base/252169 Log: MFC 252037: Document RA_RECURSED and RA_NOTRECURSED. Modified: stable/8/share/man/man9/rwlock.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modifie

svn commit: r252168 - stable/9/share/man/man9

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 18:40:51 2013 New Revision: 252168 URL: http://svnweb.freebsd.org/changeset/base/252168 Log: MFC 252037: Document RA_RECURSED and RA_NOTRECURSED. Modified: stable/9/share/man/man9/rwlock.9 Directory Properties: stable/9/share/man/man9/ (props changed) Modifie

svn commit: r252167 - stable/8/sys/kern

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 18:37:52 2013 New Revision: 252167 URL: http://svnweb.freebsd.org/changeset/base/252167 Log: MFC 251470: Do not compare the existing mask of a cpuset with a new mask when changing the mask of a cpuset. Also, change the cpuset's mask before updating the masks o

svn commit: r252166 - head/sys/dev/pci

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 18:30:44 2013 New Revision: 252166 URL: http://svnweb.freebsd.org/changeset/base/252166 Log: Disable hw.pci.realloc_bars by default. It wasn't needed for the original tester of this fix, and realloc_bars breaks some other cases as a small BAR that is reallocated

svn commit: r252165 - stable/9/sys/kern

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 18:27:44 2013 New Revision: 252165 URL: http://svnweb.freebsd.org/changeset/base/252165 Log: MFC 251470: Do not compare the existing mask of a cpuset with a new mask when changing the mask of a cpuset. Also, change the cpuset's mask before updating the masks o

svn commit: r252164 - in stable/8: sys/kern sys/sys usr.bin/fstat

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 17:09:28 2013 New Revision: 252164 URL: http://svnweb.freebsd.org/changeset/base/252164 Log: MFC 250223: Similar to 233760 and 236717, export some more useful info about the kernel-based POSIX semaphore descriptors to userland via procstat(1) and fstat(1): -

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Konstantin Belousov
On Sun, Jun 23, 2013 at 07:57:57PM +1000, Bruce Evans wrote: > The case that can't be fixed by rereading the counters is when fetching > code runs in between the stores. If the stores are on a another CPU > that is currently executing them, then we can keep checking that the > counters don't chang

svn commit: r252163 - in stable/9: lib/libprocstat sys/kern sys/sys usr.bin/fstat

2013-06-24 Thread John Baldwin
Author: jhb Date: Mon Jun 24 16:04:59 2013 New Revision: 252163 URL: http://svnweb.freebsd.org/changeset/base/252163 Log: MFC 250223,250233: Similar to 233760 and 236717, export some more useful info about the kernel-based POSIX semaphore descriptors to userland via procstat(1) and fstat(1

svn commit: r252162 - in stable/8: . cddl/lib/libzpool sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/u...

2013-06-24 Thread Steven Hartland
(r252162) @@ -15,6 +15,22 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20130624: + Added ZFS TRIM support which is enabled by default. To disable +

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread mdf
[snipping everything about counter64, atomic ops, cycles, etc.] I wonder if the idea explained in this paper: http://static.usenix.org/event/usenix03/tech/freenix03/full_papers/mcgarry/mcgarry_html/ Which seems to be used in FreeBSD for some ARM atomics: http://svnweb.freebsd.org/base/head/sys/

svn commit: r252161 - head/sys/vm

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 13:36:16 2013 New Revision: 252161 URL: http://svnweb.freebsd.org/changeset/base/252161 Log: Typo in comment. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c == --- he

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Bruce Evans
On Mon, 24 Jun 2013, Gleb Smirnoff wrote: On Sun, Jun 23, 2013 at 10:33:43AM +0300, Konstantin Belousov wrote: K> On Sat, Jun 22, 2013 at 06:58:15PM +1000, Bruce Evans wrote: K> > So the i386 version be simply "addl; adcl" to memory. Each store in K> > this is atomic at the per-CPU level. If t

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Bruce Evans
On Mon, 24 Jun 2013, Gleb Smirnoff wrote: did you run your benchmarks in userland or in kernel? How many parallel threads were updating the same counter? Can you please share your benchmarks? Only userland, with 1 thread. I don't have any more benchmarks than the test program in previous m

svn commit: r252159 - stable/9/sys/netpfil/ipfw

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:57:41 2013 New Revision: 252159 URL: http://svnweb.freebsd.org/changeset/base/252159 Log: Merge r250039: Remove useless ifdef KLD_MODULE from dummynet module unload path. This fixes panic on unload. Reported by: pho Modified: stable/9/sys/ne

svn commit: r252158 - stable/9/sbin/ifconfig

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:55:37 2013 New Revision: 252158 URL: http://svnweb.freebsd.org/changeset/base/252158 Log: Merge r249897: Don't free memory that is going to be used as error string. PR: bin/178121 Submitted by: Garrett Cooper Modified: stable/9/sbi

svn commit: r252157 - stable/9/contrib/bsnmp/snmp_mibII

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:53:43 2013 New Revision: 252157 URL: http://svnweb.freebsd.org/changeset/base/252157 Log: Merge r249896: Restore the ipNetToMedia MIB, that was broken with new ARP commit in the r186119. Submitted by: Konstantin Kukushkin Modified: stable/9/

svn commit: r252156 - in stable/9: share/man/man4 sys/netgraph

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:39:06 2013 New Revision: 252156 URL: http://svnweb.freebsd.org/changeset/base/252156 Log: Merge r248570, 248582: Add NGM_NAT_LIBALIAS_INFO command, that reports internal stats of libalias instance. To be used in the mpd5 daemon. Submitted by: Dm

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-24 Thread Tijl Coosemans
On 2013-06-23 21:30, Peter Wemm wrote: > On Sun, Jun 23, 2013 at 10:12 AM, Warner Losh wrote: >> On Jun 23, 2013, at 6:22 AM, Tijl Coosemans wrote: >>> On 2013-06-23 04:43, Garance A Drosehn wrote: On 6/22/13 2:38 PM, Tijl Coosemans wrote: > On 2013-06-20 21:34, Warner Losh wrote: >>

svn commit: r252155 - stable/9/share/man/man4

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:36:56 2013 New Revision: 252155 URL: http://svnweb.freebsd.org/changeset/base/252155 Log: Merge r248507: iwn(4) doesn't support adhoc mode. PR: misc/177106 Submitted by: Hiren Panchasara Modified: stable/9/share/man/man4/iwn.4 Dire

svn commit: r252154 - stable/9/lib/libc/sys

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:35:14 2013 New Revision: 252154 URL: http://svnweb.freebsd.org/changeset/base/252154 Log: Merge r248489: There are actually two different cases when mlock(2) returns ENOMEM. Clarify this, taking text from SUS. Reviewed by: kib Modified: stab

svn commit: r252153 - in stable/9: . share/man/man4

2013-06-24 Thread Gleb Smirnoff
| sort | uniq -d; # done +# 20130624: vinum.4 removed +OLD_FILES+=usr/share/man/man4/vinum.4.gz # 20130415: Ports are no more available via cvsup OLD_FILES+=usr/share/examples/cvsup/ports-supfile OLD_FILES+=usr/share/examples/cvsup/refuse Modified: stable/9/share/man/man4/Makefile

svn commit: r252152 - stable/9/usr.bin/ee/nls/ru_RU.KOI8-R

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:26:54 2013 New Revision: 252152 URL: http://svnweb.freebsd.org/changeset/base/252152 Log: Merge r248160: Fix spelling. PR: 176777 Submitted by: Andrey Simonenko Modified: stable/9/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg Directory Proper

svn commit: r252151 - stable/9/lib/libnetgraph

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:25:38 2013 New Revision: 252151 URL: http://svnweb.freebsd.org/changeset/base/252151 Log: Merge r248159: Fix for quite a special case when userland emulates a netgraph node, and userland can reply to a message with NGM_HASREPLY bit set. In this case

svn commit: r252150 - stable/9/sys/netinet/libalias

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:23:24 2013 New Revision: 252150 URL: http://svnweb.freebsd.org/changeset/base/252150 Log: Merge r248158: Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed argument, in code that isn't compiled in kernel. PR: kern/1

svn commit: r252149 - stable/9/sys/net

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:21:55 2013 New Revision: 252149 URL: http://svnweb.freebsd.org/changeset/base/252149 Log: Merge r248155: Reinitialize eh after pfil(9) processing. PR: 176764 Submitted by: adri Modified: stable/9/sys/net/if_bridge.c Directory Proper

svn commit: r252148 - stable/9/sys/dev/sound/pci/hda

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:20:14 2013 New Revision: 252148 URL: http://svnweb.freebsd.org/changeset/base/252148 Log: Merge r247911,r248187,r248254,r250797: Various quirks to enable headphones redirection on various Lenovo laptops: X220, X1, X1 Carbon, T420, T430, T430S, T520.

svn commit: r252147 - in head/release/doc: en_US.ISO8859-1/errata share/xml

2013-06-24 Thread Glen Barber
Author: gjb Date: Mon Jun 24 09:18:41 2013 New Revision: 252147 URL: http://svnweb.freebsd.org/changeset/base/252147 Log: Revert r252126, r252124, r252121. Submitted by: hrs Modified: head/release/doc/en_US.ISO8859-1/errata/article.xml head/release/doc/share/xml/release.ent Modified:

svn commit: r252146 - stable/9/sys/dev/sound/pci/hda

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:14:38 2013 New Revision: 252146 URL: http://svnweb.freebsd.org/changeset/base/252146 Log: Merge r247910: Plug a memory leak. Reviewed by: mav Sponsored by: Nginx, Inc. Modified: stable/9/sys/dev/sound/pci/hda/hdacc.c Directory Properties:

Re: svn commit: r252121 - in head/release/doc: en_US.ISO8859-1/errata share/xml

2013-06-24 Thread Hiroki Sato
Glen Barber wrote in <20130624084009.gk1...@glenbarber.us>: gj> On Mon, Jun 24, 2013 at 02:30:38PM +0900, Hiroki Sato wrote: gj> > gj> Author: gjb gj> > gj> Date: Sun Jun 23 20:19:00 2013 gj> > gj> New Revision: 252121 gj> > gj> URL: http://svnweb.freebsd.org/changeset/base/252121 gj> > gj> gj>

svn commit: r252145 - stable/9/sys/net

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 09:00:18 2013 New Revision: 252145 URL: http://svnweb.freebsd.org/changeset/base/252145 Log: Merge r243569, r243601: Re-initialize eh pointer after m_adj(), after ng_ether(4) and if_bridge(4) processing. Submitted by: Kohji Okuno Reviewed by:

svn commit: r252144 - stable/9/share/man/man4

2013-06-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 24 08:55:20 2013 New Revision: 252144 URL: http://svnweb.freebsd.org/changeset/base/252144 Log: Merge r243151: o Remove meaningless PROTOCOLS section. o Describe passing file descriptors as separate section. - Descriptors can be passed through any prot

Re: svn commit: r252121 - in head/release/doc: en_US.ISO8859-1/errata share/xml

2013-06-24 Thread Glen Barber
On Mon, Jun 24, 2013 at 02:30:38PM +0900, Hiroki Sato wrote: > gj> Author: gjb > gj> Date: Sun Jun 23 20:19:00 2013 > gj> New Revision: 252121 > gj> URL: http://svnweb.freebsd.org/changeset/base/252121 > gj> > gj> Log: > gj> Add a new macro, release.current.release, to denote the head/ branch > g

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Gleb Smirnoff
Bruce, did you run your benchmarks in userland or in kernel? How many parallel threads were updating the same counter? Can you please share your benchmarks? -- Totus tuus, Glebius. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.or

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-24 Thread Gleb Smirnoff
On Sun, Jun 23, 2013 at 10:33:43AM +0300, Konstantin Belousov wrote: K> On Sat, Jun 22, 2013 at 06:58:15PM +1000, Bruce Evans wrote: K> > So the i386 version be simply "addl; adcl" to memory. Each store in K> > this is atomic at the per-CPU level. If there is no carry, then the K> > separate stor