svn commit: r273454 - head/share/mk

2014-10-22 Thread John-Mark Gurney
Author: jmg Date: Wed Oct 22 06:53:55 2014 New Revision: 273454 URL: https://svnweb.freebsd.org/changeset/base/273454 Log: fix spelling of DEFAULT in comments... Modified: head/share/mk/bsd.mkopt.mk Modified: head/share/mk/bsd.mkopt.mk

svn commit: r273455 - head/sys/sys

2014-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 22 07:16:46 2014 New Revision: 273455 URL: https://svnweb.freebsd.org/changeset/base/273455 Log: Allow overspecification of SYSCTL type in external kernel modules. PR: 194523 MFC after:3 days Modified: head/sys/sys/sysctl.h Modified:

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

2014-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 22 07:50:19 2014 New Revision: 273456 URL: https://svnweb.freebsd.org/changeset/base/273456 Log: Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated in the r241987 commit message, instead of having users locally overriding the value using

Re: svn commit: r273441 - in head/sys: kern sys

2014-10-22 Thread Konstantin Belousov
On Wed, Oct 22, 2014 at 12:23:44AM +, Mateusz Guzik wrote: Author: mjg Date: Wed Oct 22 00:23:43 2014 New Revision: 273441 URL: https://svnweb.freebsd.org/changeset/base/273441 Log: filedesc: cleanup setugidsafety a little Rename it to fdsetugidsafety for consistency with

Re: svn commit: r273441 - in head/sys: kern sys

2014-10-22 Thread Mateusz Guzik
On Wed, Oct 22, 2014 at 10:51:31AM +0300, Konstantin Belousov wrote: On Wed, Oct 22, 2014 at 12:23:44AM +, Mateusz Guzik wrote: Author: mjg Date: Wed Oct 22 00:23:43 2014 New Revision: 273441 URL: https://svnweb.freebsd.org/changeset/base/273441 Log: filedesc: cleanup

Re: svn commit: r273441 - in head/sys: kern sys

2014-10-22 Thread Konstantin Belousov
On Wed, Oct 22, 2014 at 10:26:21AM +0200, Mateusz Guzik wrote: On Wed, Oct 22, 2014 at 10:51:31AM +0300, Konstantin Belousov wrote: On Wed, Oct 22, 2014 at 12:23:44AM +, Mateusz Guzik wrote: Author: mjg Date: Wed Oct 22 00:23:43 2014 New Revision: 273441 URL:

svn commit: r273457 - head/share/man/man4

2014-10-22 Thread Alexander Motin
Author: mav Date: Wed Oct 22 08:54:10 2014 New Revision: 273457 URL: https://svnweb.freebsd.org/changeset/base/273457 Log: Document sort_io_queue sysctls/tunables. MFC after:1 week Modified: head/share/man/man4/ada.4 head/share/man/man4/da.4 Modified: head/share/man/man4/ada.4

svn commit: r273458 - head/sys/kern

2014-10-22 Thread Mateusz Guzik
Author: mjg Date: Wed Oct 22 08:56:57 2014 New Revision: 273458 URL: https://svnweb.freebsd.org/changeset/base/273458 Log: filedesc assert that table size is at least 3 in fdsetugidsafety Requested by: kib Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

Re: svn commit: r273441 - in head/sys: kern sys

2014-10-22 Thread Mateusz Guzik
On Wed, Oct 22, 2014 at 11:41:38AM +0300, Konstantin Belousov wrote: On Wed, Oct 22, 2014 at 10:26:21AM +0200, Mateusz Guzik wrote: On Wed, Oct 22, 2014 at 10:51:31AM +0300, Konstantin Belousov wrote: On Wed, Oct 22, 2014 at 12:23:44AM +, Mateusz Guzik wrote: Author: mjg Date:

svn commit: r273459 - in head/usr.sbin: ctld iscsid

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 08:59:23 2014 New Revision: 273459 URL: https://svnweb.freebsd.org/changeset/base/273459 Log: Untangle iSCSI authentication code by splitting off the CHAP implementation. Reviewed by: mav@ MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r273460 - stable/10/sys/kern

2014-10-22 Thread Konstantin Belousov
Author: kib Date: Wed Oct 22 09:04:56 2014 New Revision: 273460 URL: https://svnweb.freebsd.org/changeset/base/273460 Log: MFC r273129: Implement FIODTYPE for master ptys. Modified: stable/10/sys/kern/tty_pts.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r273461 - stable/10/sys/fs/deadfs

2014-10-22 Thread Konstantin Belousov
Author: kib Date: Wed Oct 22 09:06:36 2014 New Revision: 273461 URL: https://svnweb.freebsd.org/changeset/base/273461 Log: MFC r273130: Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the caller is interested in i/o state. Return POLLNVAL for invalid bits, similar to

svn commit: r273462 - in stable/10/sys: fs/deadfs fs/devfs sys

2014-10-22 Thread Konstantin Belousov
Author: kib Date: Wed Oct 22 09:09:41 2014 New Revision: 273462 URL: https://svnweb.freebsd.org/changeset/base/273462 Log: MFC r273131: When vnode bypass cannot be performed on the cdev file descriptor for read/write/poll/ioctl, call standard vnode filedescriptor fop. Modified:

svn commit: r273463 - stable/10/sys/fs/deadfs

2014-10-22 Thread Konstantin Belousov
Author: kib Date: Wed Oct 22 09:12:20 2014 New Revision: 273463 URL: https://svnweb.freebsd.org/changeset/base/273463 Log: MFC r273132: Style changes for deadfs. Modified: stable/10/sys/fs/deadfs/dead_vnops.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r273464 - in head: usr.bin/iscsictl usr.sbin/ctladm usr.sbin/ctld usr.sbin/iscsid

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 09:17:17 2014 New Revision: 273464 URL: https://svnweb.freebsd.org/changeset/base/273464 Log: Whitespace fixes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/Makefile head/usr.bin/iscsictl/iscsictl.c

svn commit: r273465 - head/usr.sbin/ctld

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 09:40:46 2014 New Revision: 273465 URL: https://svnweb.freebsd.org/changeset/base/273465 Log: Fix ctld(8) to not show the auth-group name not assigned to any target warning for auth-groups assigned to a portal-group. MFC after:1 month Sponsored by:

Re: svn commit: r273417 - head

2014-10-22 Thread Dag-Erling Smørgrav
Warner Losh i...@bsdimp.com writes: I’ll fix this. I think we need to have a MK_TESTS_SUPPORT that builds the libatf stuff when yes, and omits it when no, since we don’t want the tests building when we’re building the 4.3 stage. I agree, bundling everything under MK_TESTS does not make much

Re: svn commit: r273389 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-22 Thread Julio Merino
On Tue, Oct 21, 2014 at 6:56 PM, Garrett Cooper n...@freebsd.org wrote: Modified: head/contrib/netbsd-tests/lib/libc/gen/t_siginfo.c == --- head/contrib/netbsd-tests/lib/libc/gen/t_siginfo.c Tue Oct 21 17:17:40 2014

svn commit: r273466 - head/usr.sbin/ctld

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 10:53:25 2014 New Revision: 273466 URL: https://svnweb.freebsd.org/changeset/base/273466 Log: Remove spurious empty line. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

svn commit: r273467 - head/usr.sbin/ctld

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 11:06:05 2014 New Revision: 273467 URL: https://svnweb.freebsd.org/changeset/base/273467 Log: Comment out parts about iSER; it's not implemented. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

svn commit: r273468 - head/usr.sbin/ctld

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 11:09:03 2014 New Revision: 273468 URL: https://svnweb.freebsd.org/changeset/base/273468 Log: Remove misleading statement. Bump date. MFC after:1 month Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

svn commit: r273469 - in head/sys: arm/altera/socfpga arm/conf boot/fdt/dts/arm dev/beri

2014-10-22 Thread Ruslan Bukin
Author: br Date: Wed Oct 22 11:30:03 2014 New Revision: 273469 URL: https://svnweb.freebsd.org/changeset/base/273469 Log: Provide a character device allowing us to access BERI memory regions. Sponsored by: DARPA, AFRL Added: head/sys/dev/beri/beri_mem.c (contents, props changed)

svn commit: r273470 - head/usr.sbin/ctld

2014-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 22 11:30:56 2014 New Revision: 273470 URL: https://svnweb.freebsd.org/changeset/base/273470 Log: Fix ctl.conf example to use proper paths to ZVOLs. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

svn commit: r273471 - stable/10/lib/libc/arm/aeabi

2014-10-22 Thread Andrew Turner
Author: andrew Date: Wed Oct 22 13:50:38 2014 New Revision: 273471 URL: https://svnweb.freebsd.org/changeset/base/273471 Log: MFC r273088: Add support for the __aeabi_c*cmp* functions. These are similar to the existing functions with the exception they use the condition flags to store

Re: svn commit: r273417 - head

2014-10-22 Thread Warner Losh
On Oct 22, 2014, at 3:48 AM, Dag-Erling Smørgrav d...@des.no wrote: Warner Losh i...@bsdimp.com writes: I’ll fix this. I think we need to have a MK_TESTS_SUPPORT that builds the libatf stuff when yes, and omits it when no, since we don’t want the tests building when we’re building the 4.3

Re: svn commit: r273417 - head

2014-10-22 Thread Dag-Erling Smørgrav
Warner Losh i...@bsdimp.com writes: Dag-Erling Smørgrav d...@des.no writes: I would prefer calling this MK_ATF than MK_TESTS_SUPPORT, though. The test framework is probably useful on its own. That would be a nicer name, but then we’d lose the automatic setting when MK_TESTS is enabled

Re: svn commit: r273417 - head

2014-10-22 Thread Benjamin Kaduk
On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good enough, especially if it's on by default. Even if it is magic, is that really the kind of magic we want to be keeping around? -Ben

Re: svn commit: r273417 - head

2014-10-22 Thread Ian Lepore
On Wed, 2014-10-22 at 11:00 -0400, Benjamin Kaduk wrote: On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good enough, especially if it's on by default. Even if it is magic, is that really the kind

Re: svn commit: r273417 - head

2014-10-22 Thread Benjamin Kaduk
On Wed, Oct 22, 2014 at 11:34 AM, Ian Lepore i...@freebsd.org wrote: On Wed, 2014-10-22 at 11:00 -0400, Benjamin Kaduk wrote: On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good enough,

Re: svn commit: r273417 - head

2014-10-22 Thread Warner Losh
On Oct 22, 2014, at 8:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Warner Losh i...@bsdimp.com writes: Dag-Erling Smørgrav d...@des.no writes: I would prefer calling this MK_ATF than MK_TESTS_SUPPORT, though. The test framework is probably useful on its own. That would be a nicer name, but

Re: svn commit: r273417 - head

2014-10-22 Thread Warner Losh
On Oct 22, 2014, at 9:00 AM, Benjamin Kaduk bjkf...@gmail.com wrote: On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good enough, especially if it's on by default. Even if it is magic, is that really

svn commit: r273472 - head/sys/x86/xen

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 16:49:00 2014 New Revision: 273472 URL: https://svnweb.freebsd.org/changeset/base/273472 Log: xen: fix usage of kern_getenv in PVH code The value returned by kern_getenv should be freed using freeenv. Reported by: Coverity CID: 1248852

svn commit: r273473 - in head/sys: x86/xen xen

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 16:51:52 2014 New Revision: 273473 URL: https://svnweb.freebsd.org/changeset/base/273473 Log: xen: allow to register event channels without handlers This is needed by the event channel user-space device, that requires registering event channels without

svn commit: r273474 - in head/sys: conf dev/xen/evtchn xen/evtchn

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 16:57:11 2014 New Revision: 273474 URL: https://svnweb.freebsd.org/changeset/base/273474 Log: xen: import a proper event channel user-space device The user-space event channel device is used by applications to receive and send event channel interrupts.

svn commit: r273475 - head/sys/xen

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 16:58:52 2014 New Revision: 273475 URL: https://svnweb.freebsd.org/changeset/base/273475 Log: xen: add a Xen to BSD error translation Since Xen and FreeBSD error codes are completely different add a translation layer in order to convert Xen error codes

svn commit: r273476 - in head/sys: amd64/include/xen conf dev/xen/privcmd i386/include/xen x86/xen xen xen/interface

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 17:07:20 2014 New Revision: 273476 URL: https://svnweb.freebsd.org/changeset/base/273476 Log: xen: implement the privcmd user-space device This device is only attached to priviledged domains, and allows the toolstack to interact with Xen. The two functions

svn commit: r273477 - head/sys/dev/xen/netback

2014-10-22 Thread Roger Pau Monné
Author: royger Date: Wed Oct 22 17:09:12 2014 New Revision: 273477 URL: https://svnweb.freebsd.org/changeset/base/273477 Log: netback: change xnb naming convention Current FreeBSD netback names the interface with xnbdevice unit, but this is not suitable for usage with the Xen toolstack,

svn commit: r273478 - head/share/mk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Wed Oct 22 18:11:10 2014 New Revision: 273478 URL: https://svnweb.freebsd.org/changeset/base/273478 Log: Fix linking static test binaries with atf.test.mk Check for -static in LDFLAGS or LDFLAGS.test, then pass in the appropriate dependency (LIBATF or LDATF) This

svn commit: r273480 - head/sys/dev/cxgbe/iw_cxgbe

2014-10-22 Thread Navdeep Parhar
Author: np Date: Wed Oct 22 18:55:44 2014 New Revision: 273480 URL: https://svnweb.freebsd.org/changeset/base/273480 Log: cxgbe/iw_cxgbe: wake up waiters after flushing the qp. Obtained from:Chelsio Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c Modified:

svn commit: r273479 - head/sys/net

2014-10-22 Thread Luigi Rizzo
Author: luigi Date: Wed Oct 22 18:55:36 2014 New Revision: 273479 URL: https://svnweb.freebsd.org/changeset/base/273479 Log: since we cast a pointer, use the correct signedness (this was already in, and got lost in a recent update). Modified: head/sys/net/radix.c Modified:

svn commit: r273481 - head/sys/fs/nfsclient

2014-10-22 Thread Rick Macklem
Author: rmacklem Date: Wed Oct 22 20:47:11 2014 New Revision: 273481 URL: https://svnweb.freebsd.org/changeset/base/273481 Log: Clip the settings for the NFS rsize, wsize mount options to a power of 2. For non-power of 2 settings, intermittent page faults have been reported. Although the

svn commit: r273482 - in head/lib/libnetbsd: netinet sys

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Wed Oct 22 21:04:54 2014 New Revision: 273482 URL: https://svnweb.freebsd.org/changeset/base/273482 Log: The NetBSD libc tests use several definitions/macros that aren't available in FreeBSD Add the missing compat definitions/macros to lib/libnetbsd so the testcases

svn commit: r273483 - head/sys/netpfil/ipfw

2014-10-22 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Oct 22 21:20:37 2014 New Revision: 273483 URL: https://svnweb.freebsd.org/changeset/base/273483 Log: Rename log2 to tal_log2. Submitted by: luigi Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c

svn commit: r273485 - head/sys/fs/nfsclient

2014-10-22 Thread Rick Macklem
Author: rmacklem Date: Wed Oct 22 21:57:35 2014 New Revision: 273485 URL: https://svnweb.freebsd.org/changeset/base/273485 Log: Revert r273481 so it can be recoded using fls(), which some feel will make it more readable. Modified: head/sys/fs/nfsclient/nfs_clvfsops.c Modified:

svn commit: r273486 - head/sys/fs/nfsclient

2014-10-22 Thread Rick Macklem
Author: rmacklem Date: Wed Oct 22 22:27:51 2014 New Revision: 273486 URL: https://svnweb.freebsd.org/changeset/base/273486 Log: Clip the settings for the NFS rsize, wsize mount options to a power of 2. For non-power of 2 settings, intermittent page faults have been reported. Although the

Re: svn commit: r273481 - head/sys/fs/nfsclient

2014-10-22 Thread Ed Maste
On 22 October 2014 16:47, Rick Macklem rmack...@freebsd.org wrote: Author: rmacklem Date: Wed Oct 22 20:47:11 2014 New Revision: 273481 URL: https://svnweb.freebsd.org/changeset/base/273481 Log: Clip the settings for the NFS rsize, wsize mount options to a power of 2. For what it's

svn commit: r273487 - head/sys/kern

2014-10-22 Thread Colin Percival
Author: cperciva Date: Wed Oct 22 23:35:32 2014 New Revision: 273487 URL: https://svnweb.freebsd.org/changeset/base/273487 Log: Avoid leaking data from the kernel environment: When we convert the initial static environment to a dynamic one, zero the static environment buffer, and zero

svn commit: r273488 - head/usr.sbin/pciconf

2014-10-22 Thread Mark Johnston
Author: markj Date: Wed Oct 22 23:35:56 2014 New Revision: 273488 URL: https://svnweb.freebsd.org/changeset/base/273488 Log: Fix some buglets in the error-handling of getdevice(). In particular, report an error if the argument to pciconf -a doesn't have a unit number, rather than triggering

svn commit: r273489 - head/sys/geom/eli

2014-10-22 Thread Colin Percival
Author: cperciva Date: Wed Oct 22 23:41:15 2014 New Revision: 273489 URL: https://svnweb.freebsd.org/changeset/base/273489 Log: Populate the GELI passphrase cache with the kern.geom.eli.passphrase variable (if any) provided in the boot environment. Unset it from the kernel environment

svn commit: r273491 - stable/10/usr.bin/elfdump

2014-10-22 Thread Mark Johnston
Author: markj Date: Wed Oct 22 23:55:08 2014 New Revision: 273491 URL: https://svnweb.freebsd.org/changeset/base/273491 Log: MFC r271692: Fix a typo. Modified: stable/10/usr.bin/elfdump/elfdump.1 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r273490 - stable/9/usr.bin/elfdump

2014-10-22 Thread Mark Johnston
Author: markj Date: Wed Oct 22 23:55:06 2014 New Revision: 273490 URL: https://svnweb.freebsd.org/changeset/base/273490 Log: MFC r271692: Fix a typo. Modified: stable/9/usr.bin/elfdump/elfdump.1 Directory Properties: stable/9/usr.bin/elfdump/ (props changed) Modified:

Re: svn commit: r273487 - head/sys/kern

2014-10-22 Thread Colin Percival
On 10/22/14 16:35, Colin Percival wrote: Author: cperciva Date: Wed Oct 22 23:35:32 2014 New Revision: 273487 URL: https://svnweb.freebsd.org/changeset/base/273487 Log: Avoid leaking data from the kernel environment: When we convert the initial static environment to a dynamic one,

svn commit: r273492 - vendor/xz/dist/po

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 00:09:16 2014 New Revision: 273492 URL: https://svnweb.freebsd.org/changeset/base/273492 Log: Remove gettext files as we don't enable NLS. Deleted: vendor/xz/dist/po/ ___ svn-src-all@freebsd.org mailing list

svn commit: r273493 - in head/contrib/xz: . po

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 00:31:26 2014 New Revision: 273493 URL: https://svnweb.freebsd.org/changeset/base/273493 Log: MFV r273492: remove gettext files. Deleted: head/contrib/xz/po/ Modified: head/contrib/xz/FREEBSD-Xlist Directory Properties: head/contrib/xz/ (props changed)

svn commit: r273494 - in vendor/xz/dist: . src/liblzma/api/lzma src/liblzma/check src/liblzma/lzma src/xz

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 00:33:25 2014 New Revision: 273494 URL: https://svnweb.freebsd.org/changeset/base/273494 Log: Vendor import of xz 5.0.7. Modified: vendor/xz/dist/ChangeLog vendor/xz/dist/THANKS vendor/xz/dist/TODO vendor/xz/dist/src/liblzma/api/lzma/block.h

svn commit: r273495 - vendor/xz/5.0.7

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 00:37:52 2014 New Revision: 273495 URL: https://svnweb.freebsd.org/changeset/base/273495 Log: Tag xz 5.0.7. Added: vendor/xz/5.0.7/ - copied from r273494, vendor/xz/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r273496 - stable/10/usr.bin/talk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 00:39:19 2014 New Revision: 273496 URL: https://svnweb.freebsd.org/changeset/base/273496 Log: MFC r263264 (by glebius): Make talk(1) capable of displaying UTF-8 characters. Sponsored by: Nginx, Inc. Modified: stable/10/usr.bin/talk/Makefile

svn commit: r273497 - stable/10

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 00:40:40 2014 New Revision: 273497 URL: https://svnweb.freebsd.org/changeset/base/273497 Log: MFC r270650: Convert LIBCURSES to LIBNCURSES to fix make checkdpadd Also, add a missing LIBPANEL dependency for lldb Approved by: rpaulo (mentor)

svn commit: r273498 - in head/contrib/xz: . src/liblzma/api/lzma src/liblzma/check src/liblzma/lzma src/xz

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 00:40:56 2014 New Revision: 273498 URL: https://svnweb.freebsd.org/changeset/base/273498 Log: MFV r273494: xz 5.0.7. MFC after:2 weeks Modified: head/contrib/xz/ChangeLog head/contrib/xz/THANKS head/contrib/xz/TODO

svn commit: r273499 - in stable/10: usr.bin/bc usr.bin/clang/lldb usr.bin/talk usr.sbin/gstat

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 00:43:08 2014 New Revision: 273499 URL: https://svnweb.freebsd.org/changeset/base/273499 Log: MFC r270650 (this is what should have been committed in r273497): Convert LIBCURSES to LIBNCURSES to fix make checkdpadd Also, add a missing LIBPANEL

svn commit: r273500 - stable/10/share/mk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 00:51:52 2014 New Revision: 273500 URL: https://svnweb.freebsd.org/changeset/base/273500 Log: MFC r271365: Remove many false positives with make checkdpadd - Reduce DPADD and LDADD in checkdpadd to -lfoo - Skip over -Wl,[es]*-group because

svn commit: r273501 - stable/10/share/mk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 00:54:52 2014 New Revision: 273501 URL: https://svnweb.freebsd.org/changeset/base/273501 Log: MFC r272055: Improve bsd.progs.mk compatibility with bsd.prog.mk 1. Do not install FILES/SCRIPTS multiple times if PROGS is specified; this is

svn commit: r273502 - stable/10/tools/regression/lib/msun

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 01:01:58 2014 New Revision: 273502 URL: https://svnweb.freebsd.org/changeset/base/273502 Log: MFC r271336: Expand the tests structure in test_small(..) to workaround the initializer not constant warning with gcc Approved by: jmmv (mentor)

svn commit: r273503 - stable/10/tools/regression/lib/msun

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 01:02:37 2014 New Revision: 273503 URL: https://svnweb.freebsd.org/changeset/base/273503 Log: MFC r271349: Add diagnostic printfs and disable test # 4 on i386 Reviewed by: jmmv, rpaulo Phabric: D749 PR: 191676 Sponsored by: EMC / Isilon

svn commit: r273504 - stable/10

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 01:06:00 2014 New Revision: 273504 URL: https://svnweb.freebsd.org/changeset/base/273504 Log: MFC r272053: Have distrib-dirs, distribution, hier, hierarchy, redistribute, and reinstall depend on the .MAKE special target This will allow users to

svn commit: r273505 - stable/10/share/mk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 01:08:31 2014 New Revision: 273505 URL: https://svnweb.freebsd.org/changeset/base/273505 Log: MFC r272917: Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r273506 - stable/10/etc/mtree

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 01:09:01 2014 New Revision: 273506 URL: https://svnweb.freebsd.org/changeset/base/273506 Log: MFC r272778: Set the autoindent to 4 spaces with vim in BSD.tests.dist This will prevent vim users from accidentally checking in buggy mtree files (mixed

svn commit: r273507 - head/usr.bin/gzip

2014-10-22 Thread Xin LI
Matthew R. Green @@ -158,7 +158,7 @@ static suffixes_t suffixes[] = { #define NUM_SUFFIXES (sizeof suffixes / sizeof suffixes[0]) #define SUFFIX_MAXLEN 30 -static const char gzip_version[] = FreeBSD gzip 20111009; +static const char gzip_version[] = FreeBSD gzip 20141022; #ifndef

svn commit: r273508 - stable/10/cddl/contrib/opensolaris/cmd/zdb

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 01:36:43 2014 New Revision: 273508 URL: https://svnweb.freebsd.org/changeset/base/273508 Log: MFC r272806: MFV r272802: - Limit ARC for zdb at 256MB. zdb do not typically revisit data in the ARC. - Increase default max_inflight from 200 to 1000

svn commit: r273509 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 01:40:31 2014 New Revision: 273509 URL: https://svnweb.freebsd.org/changeset/base/273509 Log: MFC r272809: MFV r272803: Illumos issue: 5175 implement dmu_read_uio_dbuf() to improve cached read performance Modified:

svn commit: r273510 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-22 Thread Xin LI
Author: delphij Date: Thu Oct 23 01:47:09 2014 New Revision: 273510 URL: https://svnweb.freebsd.org/changeset/base/273510 Log: MFC r272810: FV r272804: Refactor the code and stop restore_object from creating two transactions. Illumos issue: 3693 restore_object uses at least two

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

2014-10-22 Thread Ed Maste
Author: emaste Date: Thu Oct 23 02:18:23 2014 New Revision: 273511 URL: https://svnweb.freebsd.org/changeset/base/273511 Log: Add vtfontcvt(8) cross-reference to vt(4) man page MFC of r273332 Modified: stable/10/share/man/man4/vt.4 Directory Properties: stable/10/ (props changed)

svn commit: r273512 - stable/10/release/picobsd/tinyware/simple_httpd

2014-10-22 Thread Pedro F. Giffuni
Author: pfg Date: Thu Oct 23 02:50:18 2014 New Revision: 273512 URL: https://svnweb.freebsd.org/changeset/base/273512 Log: MFC r271787: simple_httpd: cosmetic cleanups. Many tab vs space cleanups. Use setpgid() instead of setpgrp() which is more portable. Modified:

svn commit: r273513 - stable/10/usr.sbin/lpr/lpd

2014-10-22 Thread Pedro F. Giffuni
Author: pfg Date: Thu Oct 23 02:53:57 2014 New Revision: 273513 URL: https://svnweb.freebsd.org/changeset/base/273513 Log: MFC r271789: lpr: replace setpgrp(2) with setpgid(2). setpgid(2) is more portable than setpgrp(2). The BSD variant of setpgrp is a wrapper for setpgid(2)

svn commit: r273514 - head/sys/arm/freescale/imx

2014-10-22 Thread Ian Lepore
Author: ian Date: Thu Oct 23 03:13:14 2014 New Revision: 273514 URL: https://svnweb.freebsd.org/changeset/base/273514 Log: Unconditionally enable the clocks for all imx6 devices that we have drivers for, or that are required to run the chip (such as busses). Turn off all the devices we

svn commit: r273515 - in head: share/man/man4 sys/dev/virtio/console sys/modules/virtio sys/modules/virtio/console

2014-10-22 Thread Bryan Venteicher
Author: bryanv Date: Thu Oct 23 04:47:32 2014 New Revision: 273515 URL: https://svnweb.freebsd.org/changeset/base/273515 Log: Add VirtIO console driver Support for the multiport feature is mostly implemented, but currently disabled due to some potential races in the hot plug code paths.

svn commit: r273516 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 05:46:10 2014 New Revision: 273516 URL: https://svnweb.freebsd.org/changeset/base/273516 Log: Add netinet/in.h for struct sockaddr_in Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_stat.c Modified:

svn commit: r273517 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 05:58:02 2014 New Revision: 273517 URL: https://svnweb.freebsd.org/changeset/base/273517 Log: Expect getgroups_err to fail on FreeBSD PR: 189941 Submitted by: pho Sponsored by: EMC / Isilon Storage Division Modified: