svn commit: r273685 - head/sys/kern

2014-10-26 Thread Mateusz Guzik
Author: mjg Date: Sun Oct 26 06:04:09 2014 New Revision: 273685 URL: https://svnweb.freebsd.org/changeset/base/273685 Log: Tidy up sys_setgroups and kern_setgroups. - 'groups' initialization to NULL is always ovewrwriten before use, so plug it - get rid of 'goto out' - kern_setgroups's

svn commit: r273686 - stable/10/sys/arm/ti

2014-10-26 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 26 07:07:54 2014 New Revision: 273686 URL: https://svnweb.freebsd.org/changeset/base/273686 Log: MFC r273281: Style changes as pointed out by stas@. Modified: stable/10/sys/arm/ti/ti_wdt.c Directory Properties: stable/10/ (props changed) Modified:

Re: svn commit: r273647 - head/sys/dev/acpica

2014-10-26 Thread Rui Paulo
On Oct 25, 2014, at 14:01, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sat Oct 25 21:01:50 2014 New Revision: 273647 URL: https://svnweb.freebsd.org/changeset/base/273647 Log: Set the caching mode for the usermode mapping of the HPET registers page to uncached.

svn commit: r273687 - in head: sys/cam/ctl usr.sbin/ctladm

2014-10-26 Thread Alexander Motin
Author: mav Date: Sun Oct 26 07:40:37 2014 New Revision: 273687 URL: https://svnweb.freebsd.org/changeset/base/273687 Log: Add rpm and formfactor LUN options to match istgt functionality. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c head/usr.sbin/ctladm/ctladm.8 Modified:

svn commit: r273688 - vendor/file/dist/magic/Magdir

2014-10-26 Thread Xin LI
Author: delphij Date: Sun Oct 26 09:24:32 2014 New Revision: 273688 URL: https://svnweb.freebsd.org/changeset/base/273688 Log: Update filesystems magic to CVS version 1.106. Submitted by: madpilot Modified: vendor/file/dist/magic/Magdir/filesystems Modified:

svn commit: r273689 - head/contrib/file/magic/Magdir

2014-10-26 Thread Xin LI
Author: delphij Date: Sun Oct 26 09:29:12 2014 New Revision: 273689 URL: https://svnweb.freebsd.org/changeset/base/273689 Log: MFV r273688: Update filesystems magic. This fixes a regression introduced by libmagic 5.19 which prevents file(1) to show more verbose information about a

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

2014-10-26 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Oct 26 13:30:53 2014 New Revision: 273690 URL: https://svnweb.freebsd.org/changeset/base/273690 Log: Mention VAAI and ODX in ctl(4). Reviewed by: mav@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/ctl.4 Modified:

svn commit: r273691 - head/sys/kern

2014-10-26 Thread Mateusz Guzik
Author: mjg Date: Sun Oct 26 14:25:42 2014 New Revision: 273691 URL: https://svnweb.freebsd.org/changeset/base/273691 Log: Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1 Bug introdued in r273685. Noted by: Tiwei Bie btw mail.ustc.edu.cn Modified:

svn commit: r273693 - head/sys/cam/ctl

2014-10-26 Thread Alexander Motin
Author: mav Date: Sun Oct 26 15:28:07 2014 New Revision: 273693 URL: https://svnweb.freebsd.org/changeset/base/273693 Log: Fix printing non-terminated strings in devlist XML. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl.h Modified: head/sys/cam/ctl/ctl.c

svn commit: r273694 - stable/10/sys/arm/freescale/imx

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 16:02:35 2014 New Revision: 273694 URL: https://svnweb.freebsd.org/changeset/base/273694 Log: MFC r273561: Install a temporary workaround to avoid problems in fdt data with linux's workaround for an imx6 chip erratum by using gpio1_6 as an interrupt.

svn commit: r273695 - stable/10/sys/arm/arm

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 16:09:59 2014 New Revision: 273695 URL: https://svnweb.freebsd.org/changeset/base/273695 Log: MFC r273590: Accept documented compatible string for PL310 cache controller/ Modified: stable/10/sys/arm/arm/pl310.c Directory Properties: stable/10/ (props changed)

svn commit: r273698 - stable/10/release

2014-10-26 Thread Glen Barber
Author: gjb Date: Sun Oct 26 17:14:57 2014 New Revision: 273698 URL: https://svnweb.freebsd.org/changeset/base/273698 Log: MFC r273653: Fix a few issues with creating VOLUME_LABEL for the installation ISOs: - TYPE, BRANCH, and REVISION are only defined if OSRELEASE is not

svn commit: r273699 - releng/10.1/release

2014-10-26 Thread Glen Barber
Author: gjb Date: Sun Oct 26 17:17:08 2014 New Revision: 273699 URL: https://svnweb.freebsd.org/changeset/base/273699 Log: MFstable10 r273698: MFC r273653: Fix a few issues with creating VOLUME_LABEL for the installation ISOs: - TYPE, BRANCH, and REVISION are only defined if

svn commit: r273700 - in head/bin/sh: . tests/builtins

2014-10-26 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 26 17:50:33 2014 New Revision: 273700 URL: https://svnweb.freebsd.org/changeset/base/273700 Log: sh: Make getopts memory-safe if with changing arguments. POSIX does not permit to continuing a getopts loop with different arguments. For parsing the positional

svn commit: r273701 - in head/sys: amd64/amd64 arm/arm i386/i386

2014-10-26 Thread Alan Cox
Author: alc Date: Sun Oct 26 17:56:47 2014 New Revision: 273701 URL: https://svnweb.freebsd.org/changeset/base/273701 Log: By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obtaining the end of memory address from vm_phys_segs[] is a little easier than obtaining it

svn commit: r273702 - head/tools/regression/lib/libc/nss

2014-10-26 Thread Stefan Farfeleder
Author: stefanf Date: Sun Oct 26 17:56:58 2014 New Revision: 273702 URL: https://svnweb.freebsd.org/changeset/base/273702 Log: Remove incorrect semicolon. Modified: head/tools/regression/lib/libc/nss/test-gethostby.c Modified: head/tools/regression/lib/libc/nss/test-gethostby.c

svn commit: r273703 - in head/sys: arm/arm arm/at91 conf

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 18:30:35 2014 New Revision: 273703 URL: https://svnweb.freebsd.org/changeset/base/273703 Log: Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. Multipass device attachment was tested on many arm platforms by users and only success was

svn commit: r273704 - head/sys/cam/ata

2014-10-26 Thread Steven Hartland
Author: smh Date: Sun Oct 26 18:41:01 2014 New Revision: 273704 URL: https://svnweb.freebsd.org/changeset/base/273704 Log: Fix CF ERASE breakage caused by 268205. This prevents BIO_DELETE requests getting stuck in the TRIM queue which results in a panic on shutdown due to outstanding

svn commit: r273705 - in stable/10/sys: kern sys

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 18:46:03 2014 New Revision: 273705 URL: https://svnweb.freebsd.org/changeset/base/273705 Log: MFC r272528: Make kevent(2) periodic timer events more reliably periodic. Modified: stable/10/sys/kern/kern_event.c stable/10/sys/sys/event.h Directory Properties:

svn commit: r273706 - in head/sys/amd64/vmm: . io

2014-10-26 Thread Neel Natu
Author: neel Date: Sun Oct 26 19:03:06 2014 New Revision: 273706 URL: https://svnweb.freebsd.org/changeset/base/273706 Log: Change the type of the first argument to the I/O emulation handlers to 'struct vm *'. Previously it used to be a 'void *' but there is no reason to hide the actual

svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys

2014-10-26 Thread Mateusz Guzik
Author: mjg Date: Sun Oct 26 19:42:44 2014 New Revision: 273707 URL: https://svnweb.freebsd.org/changeset/base/273707 Log: Avoid dynamic syscall overhead for statically compiled modules. The kernel tracks syscall users so that modules can safely unregister them. But if the module is

svn commit: r273708 - head/sys/cam/ctl

2014-10-26 Thread Alexander Motin
Author: mav Date: Sun Oct 26 20:13:46 2014 New Revision: 273708 URL: https://svnweb.freebsd.org/changeset/base/273708 Log: Fix support for LUN flat space addressing. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r273709 - head/usr.bin/vmstat

2014-10-26 Thread Kirk McKusick
Author: mckusick Date: Sun Oct 26 20:48:26 2014 New Revision: 273709 URL: https://svnweb.freebsd.org/changeset/base/273709 Log: Replace update from -r271410 accidentally lost in -r273575. Modified: head/usr.bin/vmstat/vmstat.c Modified: head/usr.bin/vmstat/vmstat.c

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

2014-10-26 Thread Neel Natu
Author: neel Date: Sun Oct 26 21:17:44 2014 New Revision: 273710 URL: https://svnweb.freebsd.org/changeset/base/273710 Log: Add a comment explaining the intent behind the I/O reservation [0x72-0x77]. Modified: head/usr.sbin/bhyve/rtc.c Modified: head/usr.sbin/bhyve/rtc.c

svn commit: r273711 - head/sys/cam/ctl

2014-10-26 Thread Alexander Motin
Author: mav Date: Sun Oct 26 23:25:42 2014 New Revision: 273711 URL: https://svnweb.freebsd.org/changeset/base/273711 Log: Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand. These commands are rare, but consume additional 256KB RAM per LUN. MFC after:1 week

svn commit: r273712 - in stable/10/sys: contrib/dts gnu/dts gnu/dts/arm gnu/dts/include/dt-bindings/clk gnu/dts/include/dt-bindings/clock gnu/dts/include/dt-bindings/dma gnu/dts/include/dt-bindings...

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 23:37:24 2014 New Revision: 273712 URL: https://svnweb.freebsd.org/changeset/base/273712 Log: MFC r262606, r262607, r262608, r262609, r262610, r269528, r269609, r271133: - Move imported dts source from sys/contrib/dts/ to sys/gnu/dts. - Fix some missing

svn commit: r273713 - stable/10/sys/gnu/dts/arm

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 23:39:15 2014 New Revision: 273713 URL: https://svnweb.freebsd.org/changeset/base/273713 Log: MFC 271140: Delete old arm dts tree. This was created by cherry picking from a full vendor tree. This worked great until it was time to update, but now it is

svn commit: r273714 - stable/10/sys/gnu/dts/arm

2014-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 26 23:45:33 2014 New Revision: 273714 URL: https://svnweb.freebsd.org/changeset/base/273714 Log: MFC r271143, r271151: Reimport dts from vendor branch after proper trim. Added: stable/10/sys/gnu/dts/arm/ - copied from r271143, head/sys/gnu/dts/arm/

svn commit: r273715 - in stable/10: . sys/conf sys/tools/fdt

2014-10-26 Thread Ian Lepore
Author: ian Date: Mon Oct 27 00:47:55 2014 New Revision: 273715 URL: https://svnweb.freebsd.org/changeset/base/273715 Log: MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863, r270991, r271045: Enhancements related to compiling FDT data... - Use proper

svn commit: r273716 - head/sys/sparc64/sparc64

2014-10-26 Thread Alan Cox
Author: alc Date: Mon Oct 27 01:10:40 2014 New Revision: 273716 URL: https://svnweb.freebsd.org/changeset/base/273716 Log: Simplify memrw(). MFC after:10 days Modified: head/sys/sparc64/sparc64/mem.c Modified: head/sys/sparc64/sparc64/mem.c

Re: svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-26 Thread Lawrence Stewart
Hi Hiroki-san, On 10/02/14 07:37, Hiroki Sato wrote: Author: hrs Date: Wed Oct 1 21:37:32 2014 New Revision: 272386 URL: https://svnweb.freebsd.org/changeset/base/272386 Log: Virtualize lagg(4) cloner. This change fixes a panic when tearing down if_lagg(4) interfaces which were

svn commit: r273717 - head/lib/libc/gen

2014-10-26 Thread Mark Johnston
Author: markj Date: Mon Oct 27 04:09:23 2014 New Revision: 273717 URL: https://svnweb.freebsd.org/changeset/base/273717 Log: getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so this bug is no longer valid. MFC after:3 days Modified:

svn commit: r273718 - head/contrib/tzdata

2014-10-26 Thread Edwin Groothuis
Author: edwin Date: Mon Oct 27 05:50:02 2014 New Revision: 273718 URL: https://svnweb.freebsd.org/changeset/base/273718 Log: Merge of 273518, tzdata2014i Upgrade to 2014i Lots of historical data Pacific/Fiji will go into DST from 2014-11-02 to 2015-01-18 Pacific/Bougainville