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

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 >>

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 ===

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 ==

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: r268940 - stable/10/share/vt/keymaps

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 13:51:29 2014 New Revision: 268940 URL: http://svnweb.freebsd.org/changeset/base/268940 Log: MFC r267603 by trasz: Add polish vt(4) keymap. Sponsored by: The FreeBSD Foundation Added: stable/10/share/vt/keymaps/pl.kbd - copied unchanged from r267603,

svn commit: r268941 - stable/10/sys/dev/vt

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 14:31:57 2014 New Revision: 268941 URL: http://svnweb.freebsd.org/changeset/base/268941 Log: MFC r268460 by ray: Fix inconsistent token parameters for kbd_allocate() and kbd_release() in vt(4). PR: 191306 Submitted by: jau789 at gmail.c

svn commit: r268942 - stable/9/sys/dev/vt

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 14:36:35 2014 New Revision: 268942 URL: http://svnweb.freebsd.org/changeset/base/268942 Log: MFC r268460 by ray: Fix inconsistent token parameters for kbd_allocate() and kbd_release() in vt(4). PR: 191306 Submitted by: jau789 at gmail.c

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/

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

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: 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: r268946 - stable/10/share/man/man4

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 16:21:17 2014 New Revision: 268946 URL: http://svnweb.freebsd.org/changeset/base/268946 Log: MFC syscons(4) man page updates: r268050: Add a vt(4) cross reference to syscons(4) r268169: Clarify the setting of syscons driver flags Submitted by:

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

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-all@freebsd.org mailing list http://lists.fre

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

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: r268950 - stable/10/tools/tools/vt/mkkfont

2014-07-21 Thread Ed Maste
Author: emaste Date: Mon Jul 21 18:13:14 2014 New Revision: 268950 URL: http://svnweb.freebsd.org/changeset/base/268950 Log: MFC r266847: Add missing , in converted font output Modified: stable/10/tools/tools/vt/mkkfont/mkkfont.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r268951 - stable/10/usr.sbin/bhyvectl

2014-07-21 Thread John Baldwin
Author: jhb Date: Mon Jul 21 18:23:48 2014 New Revision: 268951 URL: http://svnweb.freebsd.org/changeset/base/268951 Log: MFC 264275: Explicitly initialize 'vmname' to NULL. Modified: stable/10/usr.sbin/bhyvectl/bhyvectl.c Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r268952 - stable/10/sys/amd64/vmm

2014-07-21 Thread John Baldwin
Author: jhb Date: Mon Jul 21 18:26:51 2014 New Revision: 268952 URL: http://svnweb.freebsd.org/changeset/base/268952 Log: MFC 264347: Account for the "plus 1" encoding of the CPUID Function 4 reported core per package and cache sharing values. Modified: stable/10/sys/amd64/vmm/x86.c Direc

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

svn commit: r268953 - in stable/10: lib/libvmmapi sys/amd64/vmm sys/amd64/vmm/intel sys/amd64/vmm/io sys/boot/userboot/userboot usr.sbin/bhyve

2014-07-21 Thread John Baldwin
Author: jhb Date: Mon Jul 21 19:08:02 2014 New Revision: 268953 URL: http://svnweb.freebsd.org/changeset/base/268953 Log: MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365, 265941,265951,266390,266550,266910: Various bhyve fixes: - Don't save host's return address i

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

svn commit: r268955 - stable/10/sys/dev/ciss

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Mon Jul 21 20:08:53 2014 New Revision: 268955 URL: http://svnweb.freebsd.org/changeset/base/268955 Log: MFC r268017 and r268018 268017: Check return of cam_periph_find() before using it in a printf. 268018: Add detection for ciss(4) controllers that are set to

svn commit: r268956 - stable/10/sys/netinet

2014-07-21 Thread Navdeep Parhar
Author: np Date: Mon Jul 21 20:38:21 2014 New Revision: 268956 URL: http://svnweb.freebsd.org/changeset/base/268956 Log: MFC r268450 (by glebius). The leak affects stable/10 too. In several cases in ip_output() we obtain reference on ifa. Do not leak it. Modified: stable/10/sys/netine

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: r268958 - in vendor/serf/dist: . auth

2014-07-21 Thread Peter Wemm
Author: peter Date: Mon Jul 21 22:08:49 2014 New Revision: 268958 URL: http://svnweb.freebsd.org/changeset/base/268958 Log: Vendor import 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

svn commit: r268959 - vendor/serf/serf-1.3.6

2014-07-21 Thread Peter Wemm
Author: peter Date: Mon Jul 21 22:09:16 2014 New Revision: 268959 URL: http://svnweb.freebsd.org/changeset/base/268959 Log: Tag serf-1.3.6 Added: vendor/serf/serf-1.3.6/ - copied from r268958, vendor/serf/dist/ ___ svn-src-all@freebsd.org maili

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: r268961 - in stable/10/sys: fs/nfsserver nfsserver

2014-07-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Jul 21 22:21:09 2014 New Revision: 268961 URL: http://svnweb.freebsd.org/changeset/base/268961 Log: MFC r268114: Change NFS readdir() to only ignore cookies preceding the given offset for UFS rather than for all but ZFS. Modified: stable/10/sys/fs/nfsserv

svn commit: r268962 - stable/10/lib/libc/gen

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 22:37:33 2014 New Revision: 268962 URL: http://svnweb.freebsd.org/changeset/base/268962 Log: MFC r268642: libc/gen: small updates to code originating at OpenBSD arc4random.c - CVS rev. 1.22 Change arc4random_uniform() to calculate ``2**32 % upper_bound''

svn commit: r268963 - stable/9/lib/libc/gen

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 22:44:06 2014 New Revision: 268963 URL: http://svnweb.freebsd.org/changeset/base/268963 Log: MFC r268642: libc/gen: small updates to code originating at OpenBSD arc4random.c - CVS rev. 1.22 Change arc4random_uniform() to calculate ``2**32 % upper_bound''

svn commit: r268964 - stable/10/lib/libc/stdlib

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 22:47:59 2014 New Revision: 268964 URL: http://svnweb.freebsd.org/changeset/base/268964 Log: MFC r268644: libc/stdlib: Minor cleanups to code originating in NetBSD Mostly ANSIfication and typos. Obtained from:NetBSD Modified: stable/10/lib/li

svn commit: r268965 - stable/9/lib/libc/stdlib

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 22:48:38 2014 New Revision: 268965 URL: http://svnweb.freebsd.org/changeset/base/268965 Log: MFC r268644: libc/stdlib: Minor cleanups to code originating in NetBSD Mostly ANSIfication and typos. Obtained from:NetBSD Modified: stable/9/lib/lib

svn commit: r268966 - stable/10/usr.bin/grep

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 22:59:40 2014 New Revision: 268966 URL: http://svnweb.freebsd.org/changeset/base/268966 Log: MFC r268798, r268799, r268801: grep: Fix type. grep: fix some memory leaks. queue.c (CVS Rev. 1.4. 1.5) Fix memory leaks. NULL does not need a cast. grep.

svn commit: r268967 - stable/9/usr.bin/grep

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 23:00:26 2014 New Revision: 268967 URL: http://svnweb.freebsd.org/changeset/base/268967 Log: MFC r268798, r268799, r268801: grep: Fix type. grep: fix some memory leaks. queue.c (CVS Rev. 1.4. 1.5) Fix memory leaks. NULL does not need a cast. grep.

svn commit: r268968 - stable/10/sbin/fsck_msdosfs

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 23:23:20 2014 New Revision: 268968 URL: http://svnweb.freebsd.org/changeset/base/268968 Log: MFC r268632: fsck_msdosfs: Assorted fixes from other BSDs. When truncating cluster chains fix the length of the cluster head. http://marc.info/?t=14030431075&r

svn commit: r268969 - stable/10/share/man/man4

2014-07-21 Thread Bryan Drewery
Author: bdrewery Date: Tue Jul 22 00:33:41 2014 New Revision: 268969 URL: http://svnweb.freebsd.org/changeset/base/268969 Log: MFC r268715,r268722: Document the 'show bio' command added in 2009. Also link 'show bio' to g_bio(9.) Modified: stable/10/share/man/man4/ddb.4 Director

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: 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: r268972 - in stable/10: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve

2014-07-21 Thread John Baldwin
Author: jhb Date: Tue Jul 22 03:14:37 2014 New Revision: 268972 URL: http://svnweb.freebsd.org/changeset/base/268972 Log: MFC 266125: Implement a PCI interrupt router to route PCI legacy INTx interrupts to the legacy 8259A PICs. Added: stable/10/usr.sbin/bhyve/pci_irq.c - copied unch

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: 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: 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: 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: r268976 - in stable/10: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve

2014-07-21 Thread John Baldwin
Author: jhb Date: Tue Jul 22 04:39:16 2014 New Revision: 268976 URL: http://svnweb.freebsd.org/changeset/base/268976 Log: MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642, 266708,266724,266934,266935,268521: Emulation of the "ins" and "outs" instructions. Variou

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: 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: