svn commit: r284676 - head/release

2015-06-21 Thread Glen Barber
Author: gjb Date: Sun Jun 21 12:37:31 2015 New Revision: 284676 URL: https://svnweb.freebsd.org/changeset/base/284676 Log: Append the hour and minute to the snapshot suffix for EC2 AMIs and Azure VM images. This is particularly helpful for testing to avoid name collisions, but also useful

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Bruce Evans
On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 10:41, Bruce Evans wrote: On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 01:09, Bruce Evans wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: * ... With the patch we would use: __Noreturn void foo(void) _dead2; Which is still

svn commit: r284680 - vendor/clang/clang-trunk-r240225

2015-06-21 Thread Dimitry Andric
Author: dim Date: Sun Jun 21 14:01:26 2015 New Revision: 284680 URL: https://svnweb.freebsd.org/changeset/base/284680 Log: Tag clang trunk r240225. Added: - copied from r284679, vendor/clang/dist/ Directory Properties: vendor/clang/clang-trunk-r240225/ (props changed)

svn commit: r284681 - head/sys/dev/isp

2015-06-21 Thread Alexander Motin
Author: mav Date: Sun Jun 21 14:18:54 2015 New Revision: 284681 URL: https://svnweb.freebsd.org/changeset/base/284681 Log: Rewrite port database handling for target mode. Previous implementation was too fragile to initiator parameters changes. In case of port role change it could not

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
On 06/21/15 01:09, Bruce Evans wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: On 06/19/15 12:23, Bruce Evans wrote: On Fri, 19 Jun 2015, Dimitry Andric wrote: On 19 Jun 2015, at 17:02, Pedro Giffuni p...@freebsd.org wrote: On 19/06/2015 05:16 a.m., David Chisnall wrote: I only just

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
On 06/21/15 10:41, Bruce Evans wrote: On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 01:09, Bruce Evans wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: * ... With the patch we would use: __Noreturn void foo(void) _dead2; Which is still ugly but C11-ish. That asks for the

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
On 06/21/15 06:49, Oliver Pinter wrote: ... Btw, is there anyone, who tries to compile the _recent_ head or 10-STABLE with gcc-4.x= ? Sure, MIPS, powerpc and sparc64 still use gcc-4.2.1 so every time we run a tinderbox it's tested. More recently jenkins also runs builds with gcc-4.9.

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
On 06/21/15 09:44, Oliver Pinter wrote: On 6/21/15, Pedro Giffuni p...@freebsd.org wrote: On 06/21/15 06:49, Oliver Pinter wrote: ... Btw, is there anyone, who tries to compile the _recent_ head or 10-STABLE with gcc-4.x= ? Sure, MIPS, powerpc and sparc64 still use gcc-4.2.1 so every time

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Bruce Evans
On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 01:09, Bruce Evans wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: * ... With the patch we would use: __Noreturn void foo(void) _dead2; Which is still ugly but C11-ish. That asks for the same problems as defining __weak. Why not

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Adrian Chadd
Hi, I don't think we should be worrying about what hypothetical downstream users of freebsd are doing. If they want to actively ensure things are backwards compatible for their needs, then they should step up and actively fund + participate in development. So if we're somehow /still/ supporting

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

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 14:21:38 2015 New Revision: 284682 URL: https://svnweb.freebsd.org/changeset/base/284682 Log: Expand sysctls descriptions for iscsi(4) and ctl(4). Differential Revision:https://reviews.freebsd.org/D2876 Reviewed by: wblock@ MFC after:2 weeks

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Oliver Pinter
On 6/21/15, Pedro Giffuni p...@freebsd.org wrote: On 06/21/15 06:49, Oliver Pinter wrote: ... Btw, is there anyone, who tries to compile the _recent_ head or 10-STABLE with gcc-4.x= ? Sure, MIPS, powerpc and sparc64 still use gcc-4.2.1 so every time we run a tinderbox it's tested. More

svn commit: r284678 - vendor/llvm/llvm-trunk-r240225

2015-06-21 Thread Dimitry Andric
Author: dim Date: Sun Jun 21 13:59:42 2015 New Revision: 284678 URL: https://svnweb.freebsd.org/changeset/base/284678 Log: Tag llvm trunk r240225. Added: - copied from r284677, vendor/llvm/dist/ Directory Properties: vendor/llvm/llvm-trunk-r240225/ (props changed)

svn commit: r284679 - in vendor/clang/dist: . docs docs/tools include/clang-c include/clang/ARCMigrate include/clang/AST include/clang/ASTMatchers include/clang/Basic include/clang/Driver include/c...

2015-06-21 Thread Dimitry Andric
Author: dim Date: Sun Jun 21 14:00:56 2015 New Revision: 284679 URL: https://svnweb.freebsd.org/changeset/base/284679 Log: Vendor import of clang trunk r240225: https://llvm.org/svn/llvm-project/cfe/trunk@240225 Added: vendor/clang/dist/docs/SafeStack.rst

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Oliver Pinter
On 6/21/15, Bruce Evans b...@optusnet.com.au wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: On 06/19/15 12:23, Bruce Evans wrote: On Fri, 19 Jun 2015, Dimitry Andric wrote: On 19 Jun 2015, at 17:02, Pedro Giffuni p...@freebsd.org wrote: On 19/06/2015 05:16 a.m., David Chisnall wrote: I

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Benjamin Kaduk
On Sun, Jun 21, 2015 at 10:44 AM, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: Yes, I known about gcc-4.2, but who uses older gcc than 4.0 (that's why I wrote gcc-4.x = ) with recent HEAD (11-CURRENT) ? Your running prose makes it sound like you are talking about gcc versions older

Re: svn commit: r284683 - head/etc/etc.arm

2015-06-21 Thread John-Mark Gurney
Glen Barber wrote this message on Sun, Jun 21, 2015 at 19:50 +: Author: gjb Date: Sun Jun 21 19:50:02 2015 New Revision: 284683 URL: https://svnweb.freebsd.org/changeset/base/284683 Log: Enable ttyu1, ttyu2, ttyu3 for arm installations. This should make all consoles available,

Re: svn commit: r284683 - head/etc/etc.arm

2015-06-21 Thread Glen Barber
On Sun, Jun 21, 2015 at 02:19:14PM -0700, John-Mark Gurney wrote: Glen Barber wrote this message on Sun, Jun 21, 2015 at 19:50 +: Author: gjb Date: Sun Jun 21 19:50:02 2015 New Revision: 284683 URL: https://svnweb.freebsd.org/changeset/base/284683 Log: Enable ttyu1, ttyu2,

svn commit: r284691 - head/etc

2015-06-21 Thread Julian Elischer
Author: julian Date: Mon Jun 22 04:25:41 2015 New Revision: 284691 URL: https://svnweb.freebsd.org/changeset/base/284691 Log: remove 16 rules and replace by 2 by using a table I've been doing this ever since there were tables coudl make more efficient by using in recv and out xmit instead

svn commit: r284695 - head/lib/ncurses/ncurses

2015-06-21 Thread Antoine Brodin
Author: antoine Date: Mon Jun 22 05:41:13 2015 New Revision: 284695 URL: https://svnweb.freebsd.org/changeset/base/284695 Log: Install ncurses html documentation again after r284345 Modified: head/lib/ncurses/ncurses/Makefile Modified: head/lib/ncurses/ncurses/Makefile

svn commit: r284690 - stable/10/release/tools

2015-06-21 Thread Glen Barber
Author: gjb Date: Mon Jun 22 00:54:47 2015 New Revision: 284690 URL: https://svnweb.freebsd.org/changeset/base/284690 Log: MFC r284617: Fix path to waagent. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/tools/azure.conf Directory Properties: stable/10/ (props

svn commit: r284689 - head/sys/dev/proto

2015-06-21 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 22 00:34:29 2015 New Revision: 284689 URL: https://svnweb.freebsd.org/changeset/base/284689 Log: Change the probe to what was intended: attach to devices with a type 0 header and not to function 0 devices. Modified: head/sys/dev/proto/proto_bus_pci.c Modified:

svn commit: r284684 - head/share/mk

2015-06-21 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 21 22:27:52 2015 New Revision: 284684 URL: https://svnweb.freebsd.org/changeset/base/284684 Log: Simplify symlinks on include files by using bmake's multivariable .for loops Modified: head/share/mk/bsd.incs.mk Modified: head/share/mk/bsd.incs.mk

svn commit: r284688 - head/lib/libvmmapi

2015-06-21 Thread Neel Natu
Author: neel Date: Mon Jun 22 00:30:34 2015 New Revision: 284688 URL: https://svnweb.freebsd.org/changeset/base/284688 Log: Fix a regression in movs emulation after r284539. The regression was caused due to a change in behavior of the 'vm_map_gpa()'. Prior to r284539 if 'vm_map_gpa()'

svn commit: r284686 - head

2015-06-21 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 21 22:45:53 2015 New Revision: 284686 URL: https://svnweb.freebsd.org/changeset/base/284686 Log: Only build gperf as a bootstrap tool if gcc is going to be built Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r284685 - head/share/mk

2015-06-21 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 21 22:42:55 2015 New Revision: 284685 URL: https://svnweb.freebsd.org/changeset/base/284685 Log: Simplify code to install manpages and it symlinks Use the bmake's .for multi variable loops to simplify and make the code more readable Modified:

Re: svn commit: r284529 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfsclient vm

2015-06-21 Thread Gleb Smirnoff
On Fri, Jun 19, 2015 at 12:44:34PM -0500, Mark Linimon wrote: M On Wed, Jun 17, 2015 at 10:44:28PM +, Gleb Smirnoff wrote: M Log: Mo Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). Mo Provide an extensive set of assertions for input array of pages. Mo Remove now

svn commit: r284692 - stable/10/usr.bin/sockstat

2015-06-21 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 22 05:31:29 2015 New Revision: 284692 URL: https://svnweb.freebsd.org/changeset/base/284692 Log: MFC r284547: Fix a bug reported by coverity. Since AF_UNIX sockets don't have multiple addresses, the problem didn't show up during testing. Reported by:

svn commit: r284694 - stable/10/usr.bin/sockstat

2015-06-21 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 22 05:36:08 2015 New Revision: 284694 URL: https://svnweb.freebsd.org/changeset/base/284694 Log: MFC r284604: Don't leak sockets. Reported by: Coverity CID: 1306785 Modified: stable/10/usr.bin/sockstat/sockstat.c Directory Properties:

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

2015-06-21 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 22 05:34:13 2015 New Revision: 284693 URL: https://svnweb.freebsd.org/changeset/base/284693 Log: MFC r284596: When setting the primary address, return an error whenever it fails. Modified: stable/10/sys/netinet/sctp_usrreq.c Directory Properties: stable/10/

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Mark Linimon
On Sun, Jun 21, 2015 at 09:35:58AM -0500, Pedro Giffuni wrote: You have a point there: I tried to get the core team to at least deprecate gcc = 2.8.1 and they didn't reach an agreement. :( When was this? mcl ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-21 Thread Simon J. Gerraty
Antoine Brodin anto...@freebsd.org wrote: head/lib/ncurses/ncurses/Makefile ... Hi, Any reason to not install ncurses html documentation anymore? No, but it should only be done once. Peviously both variants of ncurses were installing the same files. Which was causing a staging

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Bruce Evans
On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 11:48, Bruce Evans wrote: On Sun, 21 Jun 2015, Pedro Giffuni wrote: ... Well, the fact this we just do this in the tree and no one has bothered to clean the situation for older compilers just indicates that no one *cares* about older

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
Hi; On 06/21/15 12:03, Adrian Chadd wrote: Hi, I don't think we should be worrying about what hypothetical downstream users of freebsd are doing. If they want to actively ensure things are backwards compatible for their needs, then they should step up and actively fund + participate in

svn commit: r284683 - head/etc/etc.arm

2015-06-21 Thread Glen Barber
Author: gjb Date: Sun Jun 21 19:50:02 2015 New Revision: 284683 URL: https://svnweb.freebsd.org/changeset/base/284683 Log: Enable ttyu1, ttyu2, ttyu3 for arm installations. This should make all consoles available, whether it is VGA, HDMI, serial, or JTAG, but more importantly enables

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Pedro Giffuni
On 06/21/15 11:48, Bruce Evans wrote: On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 10:41, Bruce Evans wrote: On Sun, 21 Jun 2015, Pedro Giffuni wrote: On 06/21/15 01:09, Bruce Evans wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: * ... With the patch we would use: __Noreturn

svn commit: r284674 - stable/10/usr.sbin/uefisign

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 07:00:54 2015 New Revision: 284674 URL: https://svnweb.freebsd.org/changeset/base/284674 Log: MFC r283141: Remove the warning about invalid PE checksum; apparently nothing cares about those checksums anyway. Sponsored by: The FreeBSD Foundation

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-21 Thread Antoine Brodin
On Sat, Jun 13, 2015 at 9:20 PM, Simon J. Gerraty s...@freebsd.org wrote: Author: sjg Date: Sat Jun 13 19:20:56 2015 New Revision: 284345 URL: https://svnweb.freebsd.org/changeset/base/284345 Log: Add META_MODE support. Off by default, build behaves normally. WITH_META_MODE we get

svn commit: r284664 - head/sys/xen/interface/io

2015-06-21 Thread Colin Percival
Author: cperciva Date: Sun Jun 21 06:05:33 2015 New Revision: 284664 URL: https://svnweb.freebsd.org/changeset/base/284664 Log: Garbage collect comments which related to the pre-r284296 support for a segment block extension in FreeBSD's Xen blkfront/blkback drivers. Since this commit

svn commit: r284665 - in stable/10: sys/amd64/conf sys/conf sys/i386/conf sys/kern sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sys sys/vm usr.bin/rctl

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:28:26 2015 New Revision: 284665 URL: https://svnweb.freebsd.org/changeset/base/284665 Log: MFC r282213: Add kern.racct.enable tunable and RACCT_DISABLED config option. The point of this is to be able to add RACCT (with RACCT_DISABLED) to GENERIC, to

svn commit: r284666 - stable/10/sbin/devd

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:36:54 2015 New Revision: 284666 URL: https://svnweb.freebsd.org/changeset/base/284666 Log: MFC r282857: Document RCTL events in devd.conf(5). Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/devd/devd.conf.5 Directory Properties:

svn commit: r284669 - stable/10/sbin/growfs

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:49:44 2015 New Revision: 284669 URL: https://svnweb.freebsd.org/changeset/base/284669 Log: MFC r281929: Fix growfs(8) build with debug enabled (make -DGFSDBG). Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/growfs/Makefile

svn commit: r284672 - head/sys/boot/forth

2015-06-21 Thread Antoine Brodin
Author: antoine Date: Sun Jun 21 06:56:29 2015 New Revision: 284672 URL: https://svnweb.freebsd.org/changeset/base/284672 Log: Install version.4th.8 again It was disconnected from installation in r281081, but was never removed from the tree or added to ObsoleteFiles.inc Modified:

svn commit: r284671 - in stable/10: usr.bin/ctlstat usr.sbin/ctladm usr.sbin/ctld usr.sbin/iostat

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:54:54 2015 New Revision: 284671 URL: https://svnweb.freebsd.org/changeset/base/284671 Log: MFC r283285: Advertise ctlstat(8) a little better. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.bin/ctlstat/ctlstat.8

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Bruce Evans
On Sat, 20 Jun 2015, Pedro Giffuni wrote: On 06/19/15 12:23, Bruce Evans wrote: On Fri, 19 Jun 2015, Dimitry Andric wrote: On 19 Jun 2015, at 17:02, Pedro Giffuni p...@freebsd.org wrote: On 19/06/2015 05:16 a.m., David Chisnall wrote: I only just caught this (having seen the fallout from

svn commit: r284667 - stable/10/usr.bin/rctl

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:40:43 2015 New Revision: 284667 URL: https://svnweb.freebsd.org/changeset/base/284667 Log: MFC r282236: Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r284668 - stable/10/usr.bin/rctl

2015-06-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 21 06:44:32 2015 New Revision: 284668 URL: https://svnweb.freebsd.org/changeset/base/284668 Log: MFC r282238: Remove spurious period. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.bin/rctl/rctl.c Directory Properties: stable/10/ (props

svn commit: r284670 - head/sys/dev/xen/blkfront

2015-06-21 Thread Colin Percival
Author: cperciva Date: Sun Jun 21 06:52:03 2015 New Revision: 284670 URL: https://svnweb.freebsd.org/changeset/base/284670 Log: Garbage collect comments and a macro which related to the pre-r284296 support for a segment block extension in FreeBSD's Xen blkfront/blkback drivers. This

svn commit: r284673 - head

2015-06-21 Thread Antoine Brodin
Author: antoine Date: Sun Jun 21 06:57:40 2015 New Revision: 284673 URL: https://svnweb.freebsd.org/changeset/base/284673 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc