svn commit: r268979 - head/libexec/save-entropy

2014-07-21 Thread Xin LI
Author: delphij Date: Tue Jul 22 06:40:27 2014 New Revision: 268979 URL: http://svnweb.freebsd.org/changeset/base/268979 Log: Don't save entropy inside jails. As of r126744, we no longer feed the entropy device in jails upon start, and collecting them is no longer useful. PR:

svn commit: r268978 - head/sys/boot/userboot/test

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:47:19 2014 New Revision: 268978 URL: http://svnweb.freebsd.org/changeset/base/268978 Log: copyin/copyout should return 0 if they are truly emulating copyin/copyout behavior. remove stray %s in printf rewrite printf to display 64bit type without warni

svn commit: r268977 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts/arm

2014-07-21 Thread Ruslan Bukin
Author: br Date: Tue Jul 22 04:39:32 2014 New Revision: 268977 URL: http://svnweb.freebsd.org/changeset/base/268977 Log: Enable Freescale i.MX I2C driver for i.MX6. Modified: head/sys/arm/conf/IMX6 head/sys/arm/freescale/imx/files.imx6 head/sys/arm/freescale/imx/imx_i2c.c head/sys/boot/

svn commit: r268975 - head/sys/boot/amd64/boot1.efi

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:38:28 2014 New Revision: 268975 URL: http://svnweb.freebsd.org/changeset/base/268975 Log: Remove boot1.efi during clean target. Modified: head/sys/boot/amd64/boot1.efi/Makefile Modified: head/sys/boot/amd64/boot1.efi/Makefile ===

svn commit: r268974 - in head/sys/boot: efi/libefi i386/libi386

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:37:47 2014 New Revision: 268974 URL: http://svnweb.freebsd.org/changeset/base/268974 Log: Supress clang warning for FreeBSD printf %b and %D formats MFC after:2 weeks Modified: head/sys/boot/efi/libefi/Makefile head/sys/boot/i386/libi386/Makefile

svn commit: r268973 - in head/sys/arm/freescale: imx vybrid

2014-07-21 Thread Ruslan Bukin
Author: br Date: Tue Jul 22 03:59:14 2014 New Revision: 268973 URL: http://svnweb.freebsd.org/changeset/base/268973 Log: Rename i.MX I2C driver file. Added: head/sys/arm/freescale/imx/imx_i2c.c - copied unchanged from r268972, head/sys/arm/freescale/imx/i2c.c Deleted: head/sys/arm/free

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

2014-07-21 Thread Navdeep Parhar
Author: np Date: Tue Jul 22 02:02:39 2014 New Revision: 268971 URL: http://svnweb.freebsd.org/changeset/base/268971 Log: Simplify r267600, there's no need to distinguish between allocated and inlined mbufs. MFC after:1 week Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgb

svn commit: r268970 - head/share/mk

2014-07-21 Thread Simon J. Gerraty
Author: sjg Date: Tue Jul 22 00:42:55 2014 New Revision: 268970 URL: http://svnweb.freebsd.org/changeset/base/268970 Log: bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automatically get them flagged as .NOPATH. This hurts people who don't use obj dirs. Since its clean target se

svn commit: r268960 - in head/contrib/serf: . auth

2014-07-21 Thread Peter Wemm
Author: peter Date: Mon Jul 21 22:10:29 2014 New Revision: 268960 URL: http://svnweb.freebsd.org/changeset/base/268960 Log: Merge serf-1.3.6 + Revert r2319 from serf 1.3.5: this change was making serf call handle_response +multiple times in case of an error response, leading to unexpec

svn commit: r268957 - head

2014-07-21 Thread Dimitry Andric
Author: dim Date: Mon Jul 21 21:26:10 2014 New Revision: 268957 URL: http://svnweb.freebsd.org/changeset/base/268957 Log: Run mtree for BSD.tests.dist during make xdev-install, if the tests are enabled (which they are in the default configuration). Otherwise, it will fail because ${XDDESTDI

svn commit: r268954 - head/sys/dev/drm2/radeon

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Mon Jul 21 19:33:08 2014 New Revision: 268954 URL: http://svnweb.freebsd.org/changeset/base/268954 Log: Merge change from upstream linux kernel submitted by OpenBSD: drm/radeon: fix-up some float to fixed conversion thinkos Spotted by Brad Smith when porting to Ope

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Pedro Giffuni
Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha scritto: > On 21/07/2014 16:22, Pedro F. Giffuni wrote: >> ] >> Log: >> Add re-entrant versions of the hash functions based on the GNU api. >> > What, if anything, can be done about qsort_r() API incompatibility? qsort_r is non-stand

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

2014-07-21 Thread Ilya A . Arkhipov
21.07.2014, 07:50, "Nikolai Lifanov" : > On 2014-07-20 22:56, Steven Hartland wrote: >>  - Original Message - From: "Nikolai Lifanov" >>   >>  To: "Xin LI" >>  Cc: ; >>  Sent: Monday, July 21, 2014 2:22 AM >>  Subject: Re: svn commit: r268855 - in head: >>  cddl/contrib/opensolaris/cmd/zt

svn commit: r268949 - head/usr.bin/vtfontcvt

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 17:43:37 2014 New Revision: 268949 URL: http://svnweb.freebsd.org/changeset/base/268949 Log: Remove redundant return statement after errx MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/vtfontcvt/vtfontcvt.c Modified: he

svn commit: r268948 - head/usr.bin/vtfontcvt

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 17:18:00 2014 New Revision: 268948 URL: http://svnweb.freebsd.org/changeset/base/268948 Log: Use the standard way of printing the usage string Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/vtfontcvt/vtfontcvt.c Modified: head/usr.bin/vtfontc

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Bruce Simpson
On 21/07/2014 16:22, Pedro F. Giffuni wrote: ] Log: Add re-entrant versions of the hash functions based on the GNU api. What, if anything, can be done about qsort_r() API incompatibility? ___ svn-src-head@freebsd.org mailing list http://lists.fr

svn commit: r268947 - in head/sys/dev: drm2/i915 vt

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 16:38:05 2014 New Revision: 268947 URL: http://svnweb.freebsd.org/changeset/base/268947 Log: Hide syscons-specific workaround under DEV_SC This change is a bit ugly, but so is the coupling between the i915 driver and syscons. It isn't worth developing a mo

svn commit: r268945 - in head: lib/libc/stdlib sys/sys

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 15:44:59 2014 New Revision: 268945 URL: http://svnweb.freebsd.org/changeset/base/268945 Log: Fix hdestroy() compliance issue. The hcreate(3) implementation and related functions we inherited from NetBSD used to free() the key value, something that is not sup

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

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 15:26:52 2014 New Revision: 268944 URL: http://svnweb.freebsd.org/changeset/base/268944 Log: Update license. NetBSD has removed the advertisement clause from this file. Obtained from:NetBSD (CVS rev. 1,8) Modified: head/lib/libc/stdlib/hcreate.c

svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 15:22:48 2014 New Revision: 268943 URL: http://svnweb.freebsd.org/changeset/base/268943 Log: Add re-entrant versions of the hash functions based on the GNU api. While testing this I found a conformance issue in hdestroy() that will be fixed in a subsequent com

Re: svn commit: r268938 - head/share/man/man9

2014-07-21 Thread Adrian Chadd
thanks! -a On 21 July 2014 01:42, Sergey Kandaurov wrote: > Author: pluknet > Date: Mon Jul 21 08:42:35 2014 > New Revision: 268938 > URL: http://svnweb.freebsd.org/changeset/base/268938 > > Log: > [mdoc] cleanup > > Modified: > head/share/man/man9/PCBGROUPS.9 > > Modified: head/share/man/

Re: svn commit: r268494 - in head: lib/libsbuf sys/kern sys/sys

2014-07-21 Thread Pietro Cerutti
On 2014-Jul-18, 18:47, Bryan Drewery wrote: > On 2014-07-10 08:08, Pietro Cerutti wrote: > > Author: gahr (ports committer) > > Date: Thu Jul 10 13:08:51 2014 > > New Revision: 268494 > > URL: http://svnweb.freebsd.org/changeset/base/268494 > > > > Log: > > Implement Short/Small String Optimizat

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

2014-07-21 Thread Sergey Kandaurov
Author: pluknet Date: Mon Jul 21 08:47:54 2014 New Revision: 268939 URL: http://svnweb.freebsd.org/changeset/base/268939 Log: Fixed fallout from previous change. Modified: head/share/man/man9/PCBGROUPS.9 Modified: head/share/man/man9/PCBGROUPS.9 ==

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

2014-07-21 Thread Sergey Kandaurov
Author: pluknet Date: Mon Jul 21 08:42:35 2014 New Revision: 268938 URL: http://svnweb.freebsd.org/changeset/base/268938 Log: [mdoc] cleanup Modified: head/share/man/man9/PCBGROUPS.9 Modified: head/share/man/man9/PCBGROUPS.9 ===

Re: svn commit: r268936 - head/share/man/man9

2014-07-21 Thread Adrian Chadd
I don't have any plans to MFC it but if someone wants to vet it for correctness on -10 then please do MFC it as appropriate. Thanks! -a On 21 July 2014 00:07, hiren panchasara wrote: > On Sun, Jul 20, 2014 at 9:48 PM, Adrian Chadd wrote: >> Author: adrian >> Date: Mon Jul 21 04:48:02 2014 >>

Re: svn commit: r268936 - head/share/man/man9

2014-07-21 Thread hiren panchasara
On Sun, Jul 20, 2014 at 9:48 PM, Adrian Chadd wrote: > Author: adrian > Date: Mon Jul 21 04:48:02 2014 > New Revision: 268936 > URL: http://svnweb.freebsd.org/changeset/base/268936 > > Log: > Add the PCBGROUPS manpage. > > Thanks to wblock for helping me with this manpage. Thanks a lot. Any p