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

2015-06-21 Thread Alexander Motin
Author: mav Date: Mon Jun 22 06:30:02 2015 New Revision: 284697 URL: https://svnweb.freebsd.org/changeset/base/284697 Log: Add logging of executed mailbox command names. Previously those commands were logged only as part of register dump, that is not very readable. Modified: head/sys/d

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

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: M> > o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). M> > o Provide an extensive set of assertions for input array of pages. M> > o Remove no

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-head@freebsd.org mailing lis

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: head/share/mk/bs

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: 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()' w

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

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 tt

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 av

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 al

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 co

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 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 conflict. ___

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 developm

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

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 g

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

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 same

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 ju

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

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 olde

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

2015-06-21 Thread Oliver Pinter
On 6/21/15, Pedro Giffuni 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 rec

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

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 wrote: On 19/06/2015 05:16 a.m., David Chisnall wrote: I only just caught this (havin

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

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 surv

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 f

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

2015-06-21 Thread Oliver Pinter
On 6/21/15, 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 wrote: > >> On 19/06/2015 05:16 a.m., David Chisnall wrote: >>> I only

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