Re: svn commit: r253048 - in head/sys/ofed: drivers/net/mlx4 include/linux

2013-07-17 Thread Garrett Cooper
On Thu, Jul 11, 2013 at 5:26 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, July 10, 2013 7:58:30 pm Garrett Cooper wrote: On Tue, Jul 9, 2013 at 8:20 AM, John Baldwin j...@freebsd.org wrote: ... I hadn't seen it. I had wondered if the '\n' issue was a generic sysfs thing. It

Re: svn commit: r253402 - head/tools/regression/aio/aiop

2013-07-17 Thread Bruce Evans
On Wed, 17 Jul 2013, Kevin Lo wrote: Log: Use PRId64 instead of %gd to print an int64_t. This is a different printf format error, and a style bug. Printf format errors: commit log: %gd doesn't exist. You mean %qd old: file_size has type off_t, but was printed using %qd. off_t is only

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-17 Thread Andriy Gapon
on 17/07/2013 07:10 Andrey Chernov said the following: On 16.07.2013 11:26, Andriy Gapon wrote: Modified: head/lib/libc/stdlib/getenv.c == --- head/lib/libc/stdlib/getenv.cTue Jul 16 06:50:22 2013

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-17 Thread Andriy Gapon
on 17/07/2013 08:27 Andrey Chernov said the following: On 17.07.2013 8:48, Andrey Chernov wrote: On 17.07.2013 8:10, Andrey Chernov wrote: On 16.07.2013 11:26, Andriy Gapon wrote: Modified: head/lib/libc/stdlib/getenv.c

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-17 Thread Andrey Chernov
On 17.07.2013 12:35, Andriy Gapon wrote: - env = stpcpy(envVars[envNdx].name, name); + env = stpncpy(envVars[envNdx].name, name, nameLen); if ((envVars[envNdx].name)[nameLen] != '=') env = stpcpy(env, =); Microoptimized: env =

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-17 Thread Andriy Gapon
on 17/07/2013 11:41 Andrey Chernov said the following: On 17.07.2013 12:35, Andriy Gapon wrote: -env = stpcpy(envVars[envNdx].name, name); +env = stpncpy(envVars[envNdx].name, name, nameLen); if ((envVars[envNdx].name)[nameLen] != '=')

svn commit: r253413 - head/lib/libc/stdlib

2013-07-17 Thread Andriy Gapon
Author: avg Date: Wed Jul 17 08:45:27 2013 New Revision: 253413 URL: http://svnweb.freebsd.org/changeset/base/253413 Log: [fix to r253380] __setenv: be explicit about placing '=' after name This should a regression introduced in r253380 if malloc'ed memory happens to have '=' at the

svn commit: r253414 - head/share/monetdef

2013-07-17 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 17 10:12:31 2013 New Revision: 253414 URL: http://svnweb.freebsd.org/changeset/base/253414 Log: For all european contries using the euro currency, add an UTF-8 definition with the proper Euro symbol MFC after:1 week Added:

svn commit: r253417 - head/sys/kern

2013-07-17 Thread Konstantin Belousov
Author: kib Date: Wed Jul 17 10:56:21 2013 New Revision: 253417 URL: http://svnweb.freebsd.org/changeset/base/253417 Log: Clear the vnode knotes before destroying vpollinfo. Reported and tested by: Patrick Lamaiziere patf...@davenulle.org Sponsored by: The FreeBSD Foundation MFC

svn commit: r253419 - head/share/monetdef

2013-07-17 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 17 11:51:24 2013 New Revision: 253419 URL: http://svnweb.freebsd.org/changeset/base/253419 Log: Change Eu to the proper UTF-8 symbol this was missed in r253414 Modified: head/share/monetdef/el_GR.UTF-8.src Modified: head/share/monetdef/el_GR.UTF-8.src

svn commit: r253420 - head/share/examples/kld/syscall/test

2013-07-17 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 17 12:28:48 2013 New Revision: 253420 URL: http://svnweb.freebsd.org/changeset/base/253420 Log: Improve example, so that it doesn't dump core when example module isn't loaded. Modified: head/share/examples/kld/syscall/test/call.c Modified:

svn commit: r253423 - head/sys/ofed/drivers/net/mlx4

2013-07-17 Thread John Baldwin
Author: jhb Date: Wed Jul 17 13:41:54 2013 New Revision: 253423 URL: http://svnweb.freebsd.org/changeset/base/253423 Log: Remove check forbidding requests that would result in one port being set to Ethernet and the subsequent port being set to IB. Submitted by: Shakar Klein @ Mellanox

svn commit: r253425 - head/share/monetdef

2013-07-17 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 17 14:00:51 2013 New Revision: 253425 URL: http://svnweb.freebsd.org/changeset/base/253425 Log: Do not overwrite the new UTF-8 files with the old ISO one Modified: head/share/monetdef/Makefile Modified: head/share/monetdef/Makefile

svn commit: r253424 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Wed Jul 17 13:47:13 2013 New Revision: 253424 URL: http://svnweb.freebsd.org/changeset/base/253424 Log: Simplify keywords.h generation. Modified: head/sbin/route/Makefile Modified: head/sbin/route/Makefile

svn commit: r253429 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Wed Jul 17 14:15:00 2013 New Revision: 253429 URL: http://svnweb.freebsd.org/changeset/base/253429 Log: Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc-p_fibnum. Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

svn commit: r253433 - head/sbin/mount

2013-07-17 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jul 17 19:32:07 2013 New Revision: 253433 URL: http://svnweb.freebsd.org/changeset/base/253433 Log: In this GRN, Marcel Moolenaar overhauled the logic for mounting the root file system on bootup:

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

2013-07-17 Thread Jim Harris
Author: jimharris Date: Wed Jul 17 19:41:16 2013 New Revision: 253434 URL: http://svnweb.freebsd.org/changeset/base/253434 Log: Add bus_dmamap_load_bio and bus_dmamap_load_ccb to bus_dma(9). Sponsored by: Intel Reviewed by: kib MFC after:3 days Modified:

svn commit: r253436 - head/sbin/nvmecontrol

2013-07-17 Thread Jim Harris
Author: jimharris Date: Wed Jul 17 23:14:41 2013 New Revision: 253436 URL: http://svnweb.freebsd.org/changeset/base/253436 Log: Always initialize fd to 0 in open_dev(). Sponsored by: Intel Reviewed by: carl MFC after:3 days Modified: head/sbin/nvmecontrol/nvmecontrol.c

svn commit: r253437 - in head: sbin/nvmecontrol sys/dev/nvd sys/dev/nvme

2013-07-17 Thread Jim Harris
Author: jimharris Date: Wed Jul 17 23:23:38 2013 New Revision: 253437 URL: http://svnweb.freebsd.org/changeset/base/253437 Log: Define constants for the lengths of the serial number, model number and firmware revision in the controller's identify structure. Also modify consumers of these

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

2013-07-17 Thread Peter Grehan
Author: grehan Date: Wed Jul 17 23:37:33 2013 New Revision: 253440 URL: http://svnweb.freebsd.org/changeset/base/253440 Log: Major rework of the virtio code. Split out common parts, and modify the net/block devices accordingly. Submitted by: Chris Torek torek at torek dot net

svn commit: r253441 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-07-17 Thread Xin LI
Author: delphij Date: Thu Jul 18 00:22:42 2013 New Revision: 253441 URL: http://svnweb.freebsd.org/changeset/base/253441 Log: Manually merge part of vendor import r238583 from Illumos. Illumos changeset: 13680:2bd022a765e2 Illumos ZFS issue: 2671 zpool import should not fail if

Re: svn commit: r253441 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-07-17 Thread Steven Hartland
This is an interesting change, could this not cause serious issues when we try to read / write to a disk with an incompatible block size? Regards Steve - Original Message - From: Xin LI delp...@freebsd.org To: src-committ...@freebsd.org; svn-src-...@freebsd.org;

Re: svn commit: r253427 - head/sbin/route

2013-07-17 Thread Glen Barber
On Wed, Jul 17, 2013 at 02:05:20PM +, Hiroki Sato wrote: Author: hrs Date: Wed Jul 17 14:05:20 2013 New Revision: 253427 URL: http://svnweb.freebsd.org/changeset/base/253427 Log: - Add support of MK_INET_SUPPORT=no. - Fix a bug in sodump() which prevented struct sockaddr_in6 from

Re: svn commit: r253427 - head/sbin/route

2013-07-17 Thread Scott Long
On Jul 17, 2013, at 7:00 PM, Glen Barber g...@freebsd.org wrote: On Wed, Jul 17, 2013 at 02:05:20PM +, Hiroki Sato wrote: Author: hrs Date: Wed Jul 17 14:05:20 2013 New Revision: 253427 URL: http://svnweb.freebsd.org/changeset/base/253427 Log: - Add support of MK_INET_SUPPORT=no.

svn commit: r253442 - head/tools/regression/aio/aiop

2013-07-17 Thread Kevin Lo
Author: kevlo Date: Thu Jul 18 01:40:31 2013 New Revision: 253442 URL: http://svnweb.freebsd.org/changeset/base/253442 Log: Replace PRId64 with jd in a printf call. Cast the corresponding value to intmax_t, because the original type is off_t. Reported by: bde Modified:

Re: svn commit: r253402 - head/tools/regression/aio/aiop

2013-07-17 Thread Kevin Lo
Bruce Evans wrote: On Wed, 17 Jul 2013, Kevin Lo wrote: Log: Use PRId64 instead of %gd to print an int64_t. This is a different printf format error, and a style bug. Printf format errors: commit log: %gd doesn't exist. You mean %qd old: file_size has type off_t, but was printed using %qd.

svn commit: r253443 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Thu Jul 18 02:34:25 2013 New Revision: 253443 URL: http://svnweb.freebsd.org/changeset/base/253443 Log: Fix a gcc warning. Pointy hat to:hrs Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

Re: svn commit: r253427 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Scott Long scott4l...@yahoo.com wrote in 2ae597f6-02a5-405f-b1d8-34054a0da...@yahoo.com: sc sc On Jul 17, 2013, at 7:00 PM, Glen Barber g...@freebsd.org wrote: sc sc On Wed, Jul 17, 2013 at 02:05:20PM +, Hiroki Sato wrote: sc Author: hrs sc Date: Wed Jul 17 14:05:20 2013 sc New

svn commit: r253444 - head/etc

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Thu Jul 18 02:58:24 2013 New Revision: 253444 URL: http://svnweb.freebsd.org/changeset/base/253444 Log: - Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefix notation like 2001:db8:1:1. - Use eui64 flag in ifconfig(8) instead of network6_getladdr()[*]

svn commit: r253445 - head/sbin/mount

2013-07-17 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Jul 18 05:46:33 2013 New Revision: 253445 URL: http://svnweb.freebsd.org/changeset/base/253445 Log: Minor mdoc fixes. Modified: head/sbin/mount/mount.conf.8 Modified: head/sbin/mount/mount.conf.8