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
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
==
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
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
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
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
=
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
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:
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
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
===
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
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
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
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
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.
___
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo