svn commit: r252454 - head/usr.bin/svn/lib/libapr_util

2013-07-01 Thread Peter Wemm
Author: peter Date: Mon Jul 1 07:00:12 2013 New Revision: 252454 URL: http://svnweb.freebsd.org/changeset/base/252454 Log: Update to current configuration. Modified: head/usr.bin/svn/lib/libapr_util/apr_ldap.h head/usr.bin/svn/lib/libapr_util/apu.h head/usr.bin/svn/lib/libapr_util/apu_co

svn commit: r252457 - head/usr.bin/svn/lib/libapr_util

2013-07-01 Thread Peter Wemm
Author: peter Date: Mon Jul 1 07:07:35 2013 New Revision: 252457 URL: http://svnweb.freebsd.org/changeset/base/252457 Log: If you've compiled your base system with WITH_ICONV, then use it for svn alongside the other consumers (bsdtar, csh etc). The svnlite build gets upset when it hits n

Re: svn commit: r252435 - in head/sys/ufs: ffs ufs

2013-07-01 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 6/30/13 8:00 PM, Pedro F. Giffuni wrote: > Author: pfg Date: Mon Jul 1 03:00:15 2013 New Revision: 252435 > URL: http://svnweb.freebsd.org/changeset/base/252435 > > Log: Change i_gen in UFS to an unsigned type. > [...] > Modified: head/sys/ufs

Re: svn commit: r252411 - head/sys/sys

2013-07-01 Thread Tijl Coosemans
On 2013-06-30 22:29, Ed Schouten wrote: > 2013/6/30 Tijl Coosemans : >> The N1570 draft of C11 7.1.2 point 6 says: >> Any declaration of a library function shall have external linkage. > > Then I think we are in serious troubles. For example, > atomic_fetch_add() is described as a "generic functio

svn commit: r252458 - head/lib/libc/iconv

2013-07-01 Thread Peter Wemm
Author: peter Date: Mon Jul 1 08:06:26 2013 New Revision: 252458 URL: http://svnweb.freebsd.org/changeset/base/252458 Log: __weak_alias() doesn't exist on FreeBSD. Use __weak_reference(); Expose iconv functions as weak symbols as well as their internal remapped #define names. This is n

Re: svn commit: r252458 - head/lib/libc/iconv

2013-07-01 Thread Peter Wemm
On Mon, Jul 1, 2013 at 1:06 AM, Peter Wemm wrote: > Author: peter > Date: Mon Jul 1 08:06:26 2013 > New Revision: 252458 > URL: http://svnweb.freebsd.org/changeset/base/252458 > > Log: [..] > I'm using this as a ports-compatible compile-time substitute for > converters/libiconv on one of my p

svn commit: r252464 - head/lib/libc/iconv

2013-07-01 Thread Peter Wemm
Author: peter Date: Mon Jul 1 08:38:31 2013 New Revision: 252464 URL: http://svnweb.freebsd.org/changeset/base/252464 Log: If strdup failed, don't try and free the wrong thing. Modified: head/lib/libc/iconv/citrus_mapper.c Modified: head/lib/libc/iconv/citrus_mapper.c ==

Re: svn commit: r252435 - in head/sys/ufs: ffs ufs

2013-07-01 Thread Pedro Giffuni
Hello; Thanks for reviewing ... El 01/07/2013 2:25 a. m., Xin Li escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 6/30/13 8:00 PM, Pedro F. Giffuni wrote: Author: pfg Date: Mon Jul 1 03:00:15 2013 New Revision: 252435 URL: http://svnweb.freebsd.org/changeset/base/252435 Log: Ch

svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 1 14:49:23 2013 New Revision: 252467 URL: http://svnweb.freebsd.org/changeset/base/252467 Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar

Re: svn commit: r252458 - head/lib/libc/iconv

2013-07-01 Thread John-Mark Gurney
Peter Wemm wrote this message on Mon, Jul 01, 2013 at 08:06 +: > Initialize the pthread rwlock. Note that upstream has three > separate locks. The file-local static lock appears intentional. I believe that when I was tracing the lock issues, that there were some deadlocks that can occur

svn commit: r252468 - head/lib/libstand

2013-07-01 Thread Alexander Motin
Author: mav Date: Mon Jul 1 17:23:13 2013 New Revision: 252468 URL: http://svnweb.freebsd.org/changeset/base/252468 Log: Move pos++ out of the complicated equation, introduced at r240780. There is an oppinion that result of that equation is compiler-specific. Submitted by: d...@gmx.com,

svn commit: r252469 - head/sys/dev/cxgbe

2013-07-01 Thread Navdeep Parhar
Author: np Date: Mon Jul 1 17:31:04 2013 New Revision: 252469 URL: http://svnweb.freebsd.org/changeset/base/252469 Log: Add a sysctl to get the number of filters available. sysctl dev.t4nex..nfilters sysctl dev.t5nex..nfilters MFC after:3 days Modified: head/sys/dev/cxgbe/t4_

svn commit: r252470 - head/tools/tools/cxgbetool

2013-07-01 Thread Navdeep Parhar
Author: np Date: Mon Jul 1 17:32:07 2013 New Revision: 252470 URL: http://svnweb.freebsd.org/changeset/base/252470 Log: Count the number of hits for a filter by default. MFC after:3 days Modified: head/tools/tools/cxgbetool/cxgbetool.c Modified: head/tools/tools/cxgbetool/cxgbetool

svn commit: r252471 - head/sys/dev/mfi

2013-07-01 Thread Steven Hartland
Author: smh Date: Mon Jul 1 17:57:22 2013 New Revision: 252471 URL: http://svnweb.freebsd.org/changeset/base/252471 Log: Remove forced timeout of in-flight commands from mfi_timeout. While this prevents commands getting stuck forever there is no way to guarantee that data from the comma

svn commit: r252472 - in head/sbin: hastctl hastd

2013-07-01 Thread Mikolaj Golub
Author: trociny Date: Mon Jul 1 18:41:07 2013 New Revision: 252472 URL: http://svnweb.freebsd.org/changeset/base/252472 Log: Make hastctl(1) ('list' command) output a worker pid. Reviewed by: pjd MFC after:3 days Modified: head/sbin/hastctl/hastctl.c head/sbin/hastd/control.c

Re: svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Bruce Evans
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote: Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar to what is done in newfs_random(). This seems to be a minor problem. Modi

svn commit: r252473 - head/sys/arm/conf

2013-07-01 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 1 18:58:59 2013 New Revision: 252473 URL: http://svnweb.freebsd.org/changeset/base/252473 Log: Enable SCTP, since it is also enabled on GENERIC and it works fine on the Raspberry Pi. Discussed with: rpaulo Modified: head/sys/arm/conf/RPI-B Modified: head/

Re: svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Pedro Giffuni
Hi Bruce; El 01/07/2013 1:27 p. m., Bruce Evans escribió: On Mon, 1 Jul 2013, Pedro F. Giffuni wrote: Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar to what is done

svn commit: r252475 - head/sys/amd64/vmm/intel

2013-07-01 Thread Peter Grehan
Author: grehan Date: Mon Jul 1 20:05:43 2013 New Revision: 252475 URL: http://svnweb.freebsd.org/changeset/base/252475 Log: Ignore guest PAT settings by default in EPT mappings. From experimentation, other hypervisors also do this. Diagnosed by: tycho nightingale at pluribusnetworks com

svn commit: r252479 - head/sys/nfsclient

2013-07-01 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 1 21:16:19 2013 New Revision: 252479 URL: http://svnweb.freebsd.org/changeset/base/252479 Log: A recent version of the oldnfs NFS client in head/current will crash when doing a large write, since m_get2() would return NULL. This patch fixes the problem, since

svn commit: r252480 - head/sbin/swapon

2013-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 1 21:18:39 2013 New Revision: 252480 URL: http://svnweb.freebsd.org/changeset/base/252480 Log: Correct a typo in comment. Modified: head/sbin/swapon/swapon.c Modified: head/sbin/swapon/swapon.c ===

svn commit: r252481 - in head: etc sbin/devd

2013-07-01 Thread Alan Somers
Author: asomers Date: Mon Jul 1 21:20:17 2013 New Revision: 252481 URL: http://svnweb.freebsd.org/changeset/base/252481 Log: Add syslog(3) support to devd(8). sbin/devd/devd.cc All output will now go to syslog(3) if devd is daemonized, or stderr if it's running in the f

svn commit: r252482 - head/sbin/devd

2013-07-01 Thread Alan Somers
Author: asomers Date: Mon Jul 1 21:33:05 2013 New Revision: 252482 URL: http://svnweb.freebsd.org/changeset/base/252482 Log: Add a SIGINFO handler to devd. It will send useful statistics to syslog or stderr as appropriate. Currently, the only statistic printed is the number of events rece

svn commit: r252483 - head/usr.sbin/nfsd

2013-07-01 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 1 21:41:12 2013 New Revision: 252483 URL: http://svnweb.freebsd.org/changeset/base/252483 Log: Document the fact that an NFSv4 mount uses the host uuid to uniquely identify the client to the server. As such, NFSv4 mounts will break if host_enable="NO" is speci

svn commit: r252484 - head/sys/ufs/ffs

2013-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 1 21:43:40 2013 New Revision: 252484 URL: http://svnweb.freebsd.org/changeset/base/252484 Log: Change i_gen in UFS to an unsigned type. Revert the simplification of the i_gen calculation. It is still a good idea to avoid zero values and for the case of old fil

svn commit: r252485 - head/sbin/devd

2013-07-01 Thread Alan Somers
Author: asomers Date: Mon Jul 1 21:49:17 2013 New Revision: 252485 URL: http://svnweb.freebsd.org/changeset/base/252485 Log: style(9) fixes, including the removal of page break characters. No functional changes. Approved by: gibbs (co-mentor) Modified: head/sbin/devd/devd.cc Modifi

svn commit: r252486 - head

2013-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 1 21:58:08 2013 New Revision: 252486 URL: http://svnweb.freebsd.org/changeset/base/252486 Log: Fix typo in vfs_mount(9) item. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

svn commit: r252491 - head/sys/modules

2013-07-01 Thread Robert Millan
Author: rmh Date: Mon Jul 1 22:21:42 2013 New Revision: 252491 URL: http://svnweb.freebsd.org/changeset/base/252491 Log: Wrap cxgbe declaration around MK_SOURCELESS_UCODE check Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ==

svn commit: r252492 - in head: sbin/geom/class/part sbin/reboot sys/boot/i386/gptboot

2013-07-01 Thread Warren Block
Author: wblock (doc committer) Date: Mon Jul 1 22:38:36 2013 New Revision: 252492 URL: http://svnweb.freebsd.org/changeset/base/252492 Log: Add a new gptboot(8) man page. Factor out the redundant information in gpart(8) and boot(8), adding references to gptboot(8) in both. Reviewed by:

svn commit: r252493 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2013-07-01 Thread Mark Johnston
Author: markj Date: Mon Jul 1 23:12:59 2013 New Revision: 252493 URL: http://svnweb.freebsd.org/changeset/base/252493 Log: Be sure to destory the fasttrap cleanup mutex when unloading the fasttrap module. This should be MFCed with r250953. Modified: head/sys/cddl/contrib/opensolaris/uts/co

svn commit: r252494 - head/usr.sbin/bhyve

2013-07-01 Thread Peter Grehan
Author: grehan Date: Mon Jul 1 23:53:22 2013 New Revision: 252494 URL: http://svnweb.freebsd.org/changeset/base/252494 Log: Fix up option parsing to allow a colon in the config section. Clean up some other unnecessary code. Submitted by: Dinakar Medavaramdinnu sun at gmail Reviewed

Re: svn commit: r252484 - head/sys/ufs/ffs

2013-07-01 Thread Bruce Evans
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote: Log: Change i_gen in UFS to an unsigned type. Revert the simplification of the i_gen calculation. It is still a good idea to avoid zero values and for the case of old filesystems there is probably no advantage in using the complete 32 bits anyway

Re: svn commit: r252277 - head/sbin/nvmecontrol

2013-07-01 Thread Steve Kargl
On Wed, Jun 26, 2013 at 11:53:54PM +, Jim Harris wrote: > Author: jimharris > Date: Wed Jun 26 23:53:54 2013 > New Revision: 252277 > URL: http://svnweb.freebsd.org/changeset/base/252277 > ===> sbin/nvmecontrol (all) cc -O2 -pipe -march=core2 -std=gnu99 -fstack-protector -Wsystem-headers -W

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

2013-07-01 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 2 06:49:05 2013 New Revision: 252498 URL: http://svnweb.freebsd.org/changeset/base/252498 Log: Add RealTek 8192SU product IDs. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs =