The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=197bff385e2caf82c52036f572e1cc79efc217f8
commit 197bff385e2caf82c52036f572e1cc79efc217f8
Author: Alexander V. Chernikov
AuthorDate: 2023-05-20 11:14:39 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=63ad5ce7335be6a0cc4a7bf27fe03d72c28ad401
commit 63ad5ce7335be6a0cc4a7bf27fe03d72c28ad401
Author: Alexander V. Chernikov
AuthorDate: 2023-05-20 11:23:04 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by hselasky:
URL:
https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25cfaab981a9be
commit 805d759338a2be939fffc8bf3f25cfaab981a9be
Author: Hans Petter Selasky
AuthorDate: 2023-05-21 11:25:28 +
Commit: Hans Petter Selasky
CommitDate:
On 21 May 2023, at 17:21, Hans Petter Selasky wrote:
>
> The branch main has been updated by hselasky:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25cfaab981a9be
>
> commit 805d759338a2be939fffc8bf3f25cfaab981a9be
> Author: Hans Petter Selasky
> AuthorDate
On 5/21/23 18:33, Jessica Clarke wrote:
On 21 May 2023, at 17:21, Hans Petter Selasky wrote:
The branch main has been updated by hselasky:
URL:
https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25cfaab981a9be
commit 805d759338a2be939fffc8bf3f25cfaab981a9be
Author: Hans P
On 21 May 2023, at 17:57, Hans Petter Selasky wrote:
>
> On 5/21/23 18:33, Jessica Clarke wrote:
>> On 21 May 2023, at 17:21, Hans Petter Selasky wrote:
>>>
>>> The branch main has been updated by hselasky:
>>>
>>> URL:
>>> https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25c
On 5/21/23 19:05, Jessica Clarke wrote:
On 21 May 2023, at 17:57, Hans Petter Selasky wrote:
If you want to change from static structures to global symbols, then my change
is correct.
Which will bloat symbol tables excessively. But you didn’t state this as your
goal, you stated it as a beh
On 21 May 2023, at 18:46, Hans Petter Selasky wrote:
>
> On 5/21/23 19:05, Jessica Clarke wrote:
>> On 21 May 2023, at 17:57, Hans Petter Selasky wrote:
>>> If you want to change from static structures to global symbols, then my
>>> change is correct.
>> Which will bloat symbol tables excessive
On Tue, Apr 4, 2023 at 12:31 PM Randall Stewart wrote:
>
> The branch main has been updated by rrs:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=73ee5756dee6b2110eb6fb2b2ef3cde39a1fcb4f
>
> commit 73ee5756dee6b2110eb6fb2b2ef3cde39a1fcb4f
> Author: Randall Stewart
> AuthorDate: 2023-04-
On 5/21/23 20:02, Jessica Clarke wrote:
On 21 May 2023, at 18:46, Hans Petter Selasky wrote:
On 5/21/23 19:05, Jessica Clarke wrote:
On 21 May 2023, at 17:57, Hans Petter Selasky wrote:
If you want to change from static structures to global symbols, then my change
is correct.
Which will b
On 21 May 2023, at 20:13, Hans Petter Selasky wrote:
>
> On 5/21/23 20:02, Jessica Clarke wrote:
>> On 21 May 2023, at 18:46, Hans Petter Selasky wrote:
>>>
>>> On 5/21/23 19:05, Jessica Clarke wrote:
On 21 May 2023, at 17:57, Hans Petter Selasky wrote:
> If you want to change from st
The branch stable/13 has been updated by rmacklem:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5832d5f03e0f2626818a9f39df63840289fdfa88
commit 5832d5f03e0f2626818a9f39df63840289fdfa88
Author: Rick Macklem
AuthorDate: 2023-02-21 21:00:42 +
Commit: Rick Macklem
CommitDate: 2023-05-2
The branch stable/13 has been updated by rmacklem:
URL:
https://cgit.FreeBSD.org/src/commit/?id=dc52667a928a40d85bf781e8fa9d9f2d0674ed52
commit dc52667a928a40d85bf781e8fa9d9f2d0674ed52
Author: Rick Macklem
AuthorDate: 2023-03-02 21:09:01 +
Commit: Rick Macklem
CommitDate: 2023-05-2
The branch stable/13 has been updated by rmacklem:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9bccb454ae9653105469568dda57b5ff9064f7d1
commit 9bccb454ae9653105469568dda57b5ff9064f7d1
Author: Rick Macklem
AuthorDate: 2023-03-02 21:13:24 +
Commit: Rick Macklem
CommitDate: 2023-05-2
On 5/21/23 21:41, Jessica Clarke wrote:
One difference between Linux and FreeBSD when doing the monotolithic kernel build:
FreeBSD puts all object files resulting from compilation into the same object directory.
This implies there cannot be two object files sharing the same name as a result of
On 21 May 2023, at 22:37, Hans Petter Selasky wrote:
>
> On 5/21/23 21:41, Jessica Clarke wrote:
>>> One difference between Linux and FreeBSD when doing the monotolithic kernel
>>> build: FreeBSD puts all object files resulting from compilation into the
>>> same object directory. This implies t
On 5/21/23 23:37, Hans Petter Selasky wrote:
DEFINE_MUTEX is Linux’s API, implemented in LinuxKPI. So Linux’s
behaviour is absolutely relevant. Any deviation from Linux’s semantics
is an incompatibility that requires patching any sources that are built
for FreeBSD using LinuxKPI. It is generall
On 5/21/23 23:58, Jessica Clarke wrote:
What I disputed was your commit message, which at best is extremely misleading
and at worst makes no sense, and the necessity of the change.
Hi Jess,
Your request for revert has been noted, but I see no urgency in such a
revert. The code is perfectly f
On 21 May 2023, at 23:13, Hans Petter Selasky wrote:
>
> On 5/21/23 23:37, Hans Petter Selasky wrote:
>> DEFINE_MUTEX is Linux’s API, implemented in LinuxKPI. So Linux’s behaviour
>> is absolutely relevant. Any deviation from Linux’s semantics is an
>> incompatibility that requires patching any
On 5/22/23 00:32, Jessica Clarke wrote:
Once again I will remind you that the FreeBSD tree is not somewhere for you to
play around with experiments. Changes should be properly justified.
Hi Jess,
This is FreeBSD-current / main and my change is perfectly fine as such.
Sorry.
It is not my pr
On 21 May 2023, at 23:51, Hans Petter Selasky wrote:
>
> On 5/22/23 00:32, Jessica Clarke wrote:
>> Once again I will remind you that the FreeBSD tree is not somewhere for you
>> to play around with experiments. Changes should be properly justified.
>
> Hi Jess,
>
> This is FreeBSD-current / m
On Sun, May 21, 2023, 4:32 PM Hans Petter Selasky
wrote:
> On 5/21/23 23:58, Jessica Clarke wrote:
> > What I disputed was your commit message, which at best is extremely
> misleading and at worst makes no sense, and the necessity of the change.
>
> Hi Jess,
>
> Your request for revert has been n
The branch main has been updated by bz:
URL:
https://cgit.FreeBSD.org/src/commit/?id=046d8d89ed1956944b12ec4f0580c30bc202bbfb
commit 046d8d89ed1956944b12ec4f0580c30bc202bbfb
Author: Bjoern A. Zeeb
AuthorDate: 2023-05-13 15:17:47 +
Commit: Bjoern A. Zeeb
CommitDate: 2023-05-21 23:14
On Sat, 20 May 2023 at 17:32, Rick Macklem wrote:
>
> Ok, thanks to Jessica, I now see that the Committer's Guide has
> "Submitted by:" listed as deprecated. I was confused because it is
> listed in the left column and then you have to read the next column
> to see what you are supposed to do now.
24 matches
Mail list logo