On 07 Mar 2016, at 02:11, Julian Elischer wrote:
>
> On 6/03/2016 7:57 AM, Dimitry Andric wrote:
>> Author: dim
>> Date: Sun Mar 6 15:57:43 2016
>> New Revision: 296428
>> URL: https://svnweb.freebsd.org/changeset/base/296428
>>
>> Log:
>> Since kernel modules can now contain sections of type
On Sun, Mar 06, 2016 at 05:11:11PM -0800, Julian Elischer wrote:
> On 6/03/2016 7:57 AM, Dimitry Andric wrote:
> > Author: dim
> > Date: Sun Mar 6 15:57:43 2016
> > New Revision: 296428
> > URL: https://svnweb.freebsd.org/changeset/base/296428
> >
> > Log:
> >Since kernel modules can now conta
On 6/03/2016 7:57 AM, Dimitry Andric wrote:
Author: dim
Date: Sun Mar 6 15:57:43 2016
New Revision: 296428
URL: https://svnweb.freebsd.org/changeset/base/296428
Log:
Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
the boot loader should not skip over these anymore
Oh wow, i didn't know at all that limits broke booting in this way.
Sorry :( This is the first time I've heard about it.
-a
On 6 March 2016 at 16:38, Warner Losh wrote:
>
>
> On Sun, Mar 6, 2016 at 4:44 PM, Nikolai Lifanov
> wrote:
>>
>> On March 6, 2016 4:13:34 PM EST, Dimitry Andric wrote
On Sun, Mar 6, 2016 at 4:44 PM, Nikolai Lifanov
wrote:
> On March 6, 2016 4:13:34 PM EST, Dimitry Andric wrote:
> >On 06 Mar 2016, at 20:57, Nikolai Lifanov
> >wrote:
> >>
> >> On 2016-03-06 11:17, Dimitry Andric wrote:
> >>> On 06 Mar 2016, at 17:00, Oliver Pinter
> > wrote:
> On 3/6/16,
On March 6, 2016 4:13:34 PM EST, Dimitry Andric wrote:
>On 06 Mar 2016, at 20:57, Nikolai Lifanov
>wrote:
>>
>> On 2016-03-06 11:17, Dimitry Andric wrote:
>>> On 06 Mar 2016, at 17:00, Oliver Pinter
> wrote:
On 3/6/16, Dimitry Andric wrote:
> Author: dim
> Date: Sun Mar 6 15:57:43
Author: pfg
Date: Sun Mar 6 21:32:54 2016
New Revision: 296435
URL: https://svnweb.freebsd.org/changeset/base/296435
Log:
Revert r296175
Undo update of libedit 2016-02-27
Something in libedit appears to be causing breakage in lldb38.
The changes are not generally huge but they are sufi
On 06 Mar 2016, at 20:57, Nikolai Lifanov wrote:
>
> On 2016-03-06 11:17, Dimitry Andric wrote:
>> On 06 Mar 2016, at 17:00, Oliver Pinter
>> wrote:
>>> On 3/6/16, Dimitry Andric wrote:
Author: dim
Date: Sun Mar 6 15:57:43 2016
New Revision: 296428
URL: https://svnweb.free
On 2016-03-06 11:17, Dimitry Andric wrote:
On 06 Mar 2016, at 17:00, Oliver Pinter
wrote:
On 3/6/16, Dimitry Andric wrote:
Author: dim
Date: Sun Mar 6 15:57:43 2016
New Revision: 296428
URL: https://svnweb.freebsd.org/changeset/base/296428
Log:
Since kernel modules can now contain section
Author: jilles
Date: Sun Mar 6 18:41:48 2016
New Revision: 296434
URL: https://svnweb.freebsd.org/changeset/base/296434
Log:
libc: Add some tests for memcmp().
Added:
head/lib/libc/tests/string/memcmp_test.c (contents, props changed)
Modified:
head/lib/libc/tests/string/Makefile
Modifie
functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160306:
+ On amd64, clang 3.8.0 can now insert sections of type AMD64_UNWIND into
+ kernel modules. Therefore, if you load any kernel modules at boot time,
+ please install the bo
Author: jilles
Date: Sun Mar 6 17:24:02 2016
New Revision: 296429
URL: https://svnweb.freebsd.org/changeset/base/296429
Log:
sh: Fix some dead stores.
Found by: clang static analyzer
Modified:
head/bin/sh/expand.c
head/bin/sh/histedit.c
Modified: head/bin/sh/expand.c
On 3/6/16, Dimitry Andric wrote:
> On 06 Mar 2016, at 17:00, Oliver Pinter
> wrote:
>>
>> On 3/6/16, Dimitry Andric wrote:
>>> Author: dim
>>> Date: Sun Mar 6 15:57:43 2016
>>> New Revision: 296428
>>> URL: https://svnweb.freebsd.org/changeset/base/296428
>>>
>>> Log:
>>> Since kernel modules
On 06 Mar 2016, at 17:00, Oliver Pinter wrote:
>
> On 3/6/16, Dimitry Andric wrote:
>> Author: dim
>> Date: Sun Mar 6 15:57:43 2016
>> New Revision: 296428
>> URL: https://svnweb.freebsd.org/changeset/base/296428
>>
>> Log:
>> Since kernel modules can now contain sections of type SHT_AMD64_UN
On 3/6/16, Dimitry Andric wrote:
> Author: dim
> Date: Sun Mar 6 15:57:43 2016
> New Revision: 296428
> URL: https://svnweb.freebsd.org/changeset/base/296428
>
> Log:
> Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
> the boot loader should not skip over these anymore
Author: dim
Date: Sun Mar 6 15:57:43 2016
New Revision: 296428
URL: https://svnweb.freebsd.org/changeset/base/296428
Log:
Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
the boot loader should not skip over these anymore while loading images.
Otherwise the kernel can
Author: dim
Date: Sun Mar 6 14:37:49 2016
New Revision: 296427
URL: https://svnweb.freebsd.org/changeset/base/296427
Log:
Add another libclang_rt library to ObsoleteFiles, so the enclosing
directory can be removed completely.
Noticed by: Oliver Hartmann
Modified:
head/ObsoleteFiles
Author: andrew
Date: Sun Mar 6 11:41:08 2016
New Revision: 296426
URL: https://svnweb.freebsd.org/changeset/base/296426
Log:
Add SMP support for the Allwinner A31 and A31s. This updated the existing
code for the A20 to use the new PLATFORM_SMP interface, and extends it to
add support for th
18 matches
Mail list logo