svn commit: r254241 - head/tools/tools/usbtest

2013-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 12 09:15:33 2013 New Revision: 254241 URL: http://svnweb.freebsd.org/changeset/base/254241 Log: Fix some signed comparison compile warnings. Modified: head/tools/tools/usbtest/usb_control_ep_test.c head/tools/tools/usbtest/usb_modem_test.c head/tools/tools/u

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

2013-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 12 09:17:48 2013 New Revision: 254243 URL: http://svnweb.freebsd.org/changeset/base/254243 Log: - Try to fix build of 32-bit compatibility USB support for FreeBSD and Linux targets without breaking the existing IOCTL API. - Remove some not-needed header file

svn commit: r254245 - head/usr.bin/vi/catalog

2013-08-12 Thread Peter Wemm
Author: peter Date: Mon Aug 12 10:11:10 2013 New Revision: 254245 URL: http://svnweb.freebsd.org/changeset/base/254245 Log: It seems the pre-commit checker doesn't detect illegal character sets. Fix. Modified: Directory Properties: head/usr.bin/vi/catalog/dutch.UTF-8.base (props changed)

svn commit: r254248 - head/sys/netinet

2013-08-12 Thread Michael Tuexen
Author: tuexen Date: Mon Aug 12 13:52:15 2013 New Revision: 254248 URL: http://svnweb.freebsd.org/changeset/base/254248 Log: Make the features a 64-bit value instead of 32-bit. This will allow an easier integration of the support for NDATA. While there, do also some minor cleanups. Obtai

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-12 Thread Rui Paulo
On 11 Aug 2013, at 18:01, Adrian Chadd wrote: > Damnit, I really should create a generic "here's a 64 bit mask for > debug" set of macros we can use elsewhere. Like re-inventing bitstring.h and bitset.h? -- Rui Paulo ___ svn-src-head@freebsd.org ma

Re: svn commit: r253550 - head/sys/dev/mps

2013-08-12 Thread Kenneth D. Merry
On Sat, Aug 10, 2013 at 22:14:54 +0400, Slawa Olhovchenkov wrote: > On Mon, Jul 22, 2013 at 06:41:54PM +, Kenneth D. Merry wrote: > > > Author: ken > > Date: Mon Jul 22 18:41:53 2013 > > New Revision: 253550 > > URL: http://svnweb.freebsd.org/changeset/base/253550 > > > > Log: > > Merge in

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-12 Thread Adrian Chadd
On 12 August 2013 08:53, Rui Paulo wrote: > On 11 Aug 2013, at 18:01, Adrian Chadd wrote: > >> Damnit, I really should create a generic "here's a 64 bit mask for >> debug" set of macros we can use elsewhere. > > Like re-inventing bitstring.h and bitset.h? Right, except for use inside a debugging

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-12 Thread Scott Long
On Aug 12, 2013, at 11:12 AM, Adrian Chadd wrote: > On 12 August 2013 08:53, Rui Paulo wrote: >> On 11 Aug 2013, at 18:01, Adrian Chadd wrote: >> >>> Damnit, I really should create a generic "here's a 64 bit mask for >>> debug" set of macros we can use elsewhere. >> >> Like re-inventing bits

svn commit: r254251 - head/contrib/sendmail/include/sm/os

2013-08-12 Thread Gregory Neil Shapiro
Author: gshapiro Date: Mon Aug 12 17:22:39 2013 New Revision: 254251 URL: http://svnweb.freebsd.org/changeset/base/254251 Log: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with lookups. The upstr

Re: svn commit: r253550 - head/sys/dev/mps

2013-08-12 Thread Slawa Olhovchenkov
On Mon, Aug 12, 2013 at 09:56:48AM -0600, Kenneth D. Merry wrote: > On Sat, Aug 10, 2013 at 22:14:54 +0400, Slawa Olhovchenkov wrote: > > On Mon, Jul 22, 2013 at 06:41:54PM +, Kenneth D. Merry wrote: > > > > > Author: ken > > > Date: Mon Jul 22 18:41:53 2013 > > > New Revision: 253550 > > > U

svn commit: r254252 - head/sys/geom/mirror

2013-08-12 Thread Ed Schouten
Author: ed Date: Mon Aug 12 18:17:45 2013 New Revision: 254252 URL: http://svnweb.freebsd.org/changeset/base/254252 Log: Fix the formatting of the error message. The G_MIRROR_DEBUG() macro already appends a newline. Also, most of the log messages emitted by gmirror start with an uppercase

svn commit: r254253 - head/sys/dev/mps

2013-08-12 Thread Scott Long
Author: scottl Date: Mon Aug 12 19:16:55 2013 New Revision: 254253 URL: http://svnweb.freebsd.org/changeset/base/254253 Log: r253460 accidentally some moderately expensive debugging code, even when debugging isn't enabled. Work around this. Submitted by: mav Obtained from:Netfl

svn commit: r254257 - head/sys/dev/mps

2013-08-12 Thread Alexander Motin
Author: mav Date: Mon Aug 12 20:17:37 2013 New Revision: 254257 URL: http://svnweb.freebsd.org/changeset/base/254257 Log: Add brace missing in r254253. Modified: head/sys/dev/mps/mps_sas.c Modified: head/sys/dev/mps/mps_sas.c ==

svn commit: r254259 - head/usr.bin/su

2013-08-12 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Aug 12 21:01:01 2013 New Revision: 254259 URL: http://svnweb.freebsd.org/changeset/base/254259 Log: Make check for unknown login class actually work. Previously, using the "-c" option with login class not defined in login.conf(5) would silently fail, resulting in usi

svn commit: r254260 - in head/sys: conf fs/ext2fs modules/ext2fs

2013-08-12 Thread Pedro F. Giffuni
Author: pfg Date: Mon Aug 12 21:34:48 2013 New Revision: 254260 URL: http://svnweb.freebsd.org/changeset/base/254260 Log: Add read-only support for extents in ext2fs. Basic support for extents was implemented by Zheng Liu as part of his Google Summer of Code in 2010. This support is read-

svn commit: r254261 - head/sys/net80211

2013-08-12 Thread Adrian Chadd
Author: adrian Date: Mon Aug 12 22:27:53 2013 New Revision: 254261 URL: http://svnweb.freebsd.org/changeset/base/254261 Log: Blank m_nextpkt before passing it up. Modified: head/sys/net80211/ieee80211_power.c Modified: head/sys/net80211/ieee80211_power.c =

svn commit: r254262 - in head/sys/dev: e1000 ixgbe

2013-08-12 Thread Jack F Vogel
Author: jfv Date: Mon Aug 12 22:54:38 2013 New Revision: 254262 URL: http://svnweb.freebsd.org/changeset/base/254262 Log: Improve the MSIX setup code in the drivers, thanks to Marius for the changes. Make sure that pci_alloc_msix() does give us the vectors we need and fall back to MSI when i

svn commit: r254263 - in head/sys: dev/aacraid dev/advansys dev/aic7xxx dev/amr dev/an dev/arcmsr dev/asr dev/ata dev/bktr dev/buslogic dev/dpt dev/e1000 dev/fatm dev/firewire dev/fxp dev/hatm dev/...

2013-08-12 Thread Scott Long
Author: scottl Date: Mon Aug 12 23:30:01 2013 New Revision: 254263 URL: http://svnweb.freebsd.org/changeset/base/254263 Log: Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI command register. The lazy BAR allocation code in FreeBSD sometimes disables this bit when it

svn commit: r254264 - head/sys/dev/e1000

2013-08-12 Thread Jack F Vogel
Author: jfv Date: Tue Aug 13 00:25:39 2013 New Revision: 254264 URL: http://svnweb.freebsd.org/changeset/base/254264 Log: Alter the mq_start routine to do a TRYLOCK and call to the locked routine rather than just queueing. The former code was an attempt at getting UDP performance up, but the

svn commit: r254265 - head/usr.sbin/bsdinstall/scripts

2013-08-12 Thread Glen Barber
Author: gjb Date: Tue Aug 13 02:31:46 2013 New Revision: 254265 URL: http://svnweb.freebsd.org/changeset/base/254265 Log: Make sure bootonly.iso for -BETAs and -RCs use the releases/ directory on the FTP mirrors to fetch distributions, since these are always pushed to releases/ during the re

svn commit: r254266 - in head: share/man/man9 sys/kern sys/sys

2013-08-12 Thread Mark Johnston
Author: markj Date: Tue Aug 13 03:07:49 2013 New Revision: 254266 URL: http://svnweb.freebsd.org/changeset/base/254266 Log: Add event handlers for module load and unload events. The load handlers are called after the module has been loaded, and the unload handlers are called before the modul

svn commit: r254267 - in head/sys: kern sys

2013-08-12 Thread Mark Johnston
Author: markj Date: Tue Aug 13 03:09:00 2013 New Revision: 254267 URL: http://svnweb.freebsd.org/changeset/base/254267 Log: Remove some unused fields from struct linker_file. They were added in r172862 for use by the DTrace SDT framework but don't seem to have ever been used. MFC after:

svn commit: r254268 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/sys cddl/dev/dtrace cddl/dev/fbt cddl/dev/sdt kern sys

2013-08-12 Thread Mark Johnston
Author: markj Date: Tue Aug 13 03:10:39 2013 New Revision: 254268 URL: http://svnweb.freebsd.org/changeset/base/254268 Log: FreeBSD's DTrace implementation has a few problems with respect to handling probes declared in a kernel module when that module is unloaded. In particular, * Unloa

svn commit: r254269 - head/sys/geom/raid

2013-08-12 Thread Alexander Motin
Author: mav Date: Tue Aug 13 06:21:36 2013 New Revision: 254269 URL: http://svnweb.freebsd.org/changeset/base/254269 Log: Fix reasonable but safe Clang warnings. Modified: head/sys/geom/raid/tr_raid5.c Modified: head/sys/geom/raid/tr_raid5.c ==

svn commit: r254271 - head/sys/geom/raid

2013-08-12 Thread Alexander Motin
Author: mav Date: Tue Aug 13 06:25:34 2013 New Revision: 254271 URL: http://svnweb.freebsd.org/changeset/base/254271 Log: Oops, wrong constant at r254269. Modified: head/sys/geom/raid/tr_raid5.c Modified: head/sys/geom/raid/tr_raid5.c =