The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b11081dca76b8e283495632b86b41539ee013857
commit b11081dca76b8e283495632b86b41539ee013857
Author: Corvin Köhne
AuthorDate: 2021-08-11 08:00:34 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=151d8131a817e7a6a629e9bb7fde4d7a158e5211
commit 151d8131a817e7a6a629e9bb7fde4d7a158e5211
Author: Corvin Köhne
AuthorDate: 2021-08-11 07:59:16 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9b99de77f16029dd55326e0210072b14ec1ad960
commit 9b99de77f16029dd55326e0210072b14ec1ad960
Author: Corvin Köhne
AuthorDate: 2021-08-11 07:58:15 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fbd045021d9ffdae5e5bb20e1d1890fd4b46498e
commit fbd045021d9ffdae5e5bb20e1d1890fd4b46498e
Author: Corvin Köhne
AuthorDate: 2021-10-07 14:14:31 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=682a522d61223920f23a202aa57901f38bdfd8dd
commit 682a522d61223920f23a202aa57901f38bdfd8dd
Author: Corvin Köhne
AuthorDate: 2021-10-07 13:58:27 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=13a1df5b85e992570f45248bfe9d581dc182b755
commit 13a1df5b85e992570f45248bfe9d581dc182b755
Author: Corvin Köhne
AuthorDate: 2021-10-07 13:57:01 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
The branch main has been updated by corvink:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1231f047c3ed46ca6041df62f2b71f6e879bbb40
commit 1231f047c3ed46ca6041df62f2b71f6e879bbb40
Author: Corvin Köhne
AuthorDate: 2021-10-07 13:54:46 +
Commit: Corvin Köhne
CommitDate: 2023-02-14 07:2
As far as I can tell, it is unlikely that any choice is
going to be universal for a sysconf(...) context.
Part of that is that POSIX does not have the _SC_* names
involved for "nproc". But there is a broader issue as well:
POSIX.1-2017, for example, says of long sysconf(int name):
(I ignore here m
On 2/14/23, Jan Beich wrote:
> Mateusz Guzik writes:
>
>> On 2/14/23, Jan Beich wrote:
>>
>>> Steffen Nurpmeso writes:
>>>
|+ if (all_flag) {
|+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
is not compatible -- note i like the FreeBSD way better, and maybe
so
On 2 Feb 2023, at 21:00, Jessica Clarke wrote:
>
> On 2 Feb 2023, at 16:48, Andrew Turner wrote:
>>
>> The branch main has been updated by andrew:
>>
>> URL:
>> https://cgit.FreeBSD.org/src/commit/?id=f29942229d24ebb8b98f8c5d02f3c8632648007e
>>
>> commit f29942229d24ebb8b98f8c5d02f3c86326480
On Feb 13, 2023, at 16:47, Mark Millard wrote:
> On Feb 12, 2023, at 22:05, Mark Millard wrote:
>
>> [Just a fixed TO: address.]
>>
On Sun, Feb 12, 2023 at 07:58:07PM +, Antoine Brodin wrote:
> On Sun, Feb 12, 2023 at 11:13 AM Dmitry Chagin
> wrote:
>>
>> On Sun, Fe
The branch main has been updated by erj:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8923de59054358980102ea5acda6c6dd58273957
commit 8923de59054358980102ea5acda6c6dd58273957
Author: Piotr Kubaj
AuthorDate: 2023-02-14 01:29:44 +
Commit: Eric Joyner
CommitDate: 2023-02-14 01:29:44 +
On Feb 12, 2023, at 22:05, Mark Millard wrote:
> [Just a fixed TO: address.]
>
>>> On Sun, Feb 12, 2023 at 07:58:07PM +, Antoine Brodin wrote:
On Sun, Feb 12, 2023 at 11:13 AM Dmitry Chagin
wrote:
>
> On Sun, Feb 12, 2023 at 01:40:59PM +0300, Dmitry Chagin wrote:
>>
Mateusz Guzik writes:
> On 2/14/23, Jan Beich wrote:
>
>> Steffen Nurpmeso writes:
>>
>>> |+ if (all_flag) {
>>> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>>>
>>> is not compatible -- note i like the FreeBSD way better, and maybe
>>> someone should make a bug report even.
>>>
>
On 2/14/23, Jan Beich wrote:
> Steffen Nurpmeso writes:
>
>> |+ if (all_flag) {
>> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>>
>> is not compatible -- note i like the FreeBSD way better, and maybe
>> someone should make a bug report even.
>>
>> #?0|kent:$ getconf -a|grep NPROC
Steffen Nurpmeso writes:
> |+ if (all_flag) {
> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>
> is not compatible -- note i like the FreeBSD way better, and maybe
> someone should make a bug report even.
>
> #?0|kent:$ getconf -a|grep NPROC
> _NPROCESSORS_CONF
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3a3450eda6d4616df51a30f84a872d9d43669d78
commit 3a3450eda6d4616df51a30f84a872d9d43669d78
Author: Konstantin Belousov
AuthorDate: 2023-02-12 23:20:25 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=adc3506d56d76981a0e251080b186c26edb843b4
commit adc3506d56d76981a0e251080b186c26edb843b4
Author: Konstantin Belousov
AuthorDate: 2023-02-12 22:25:25 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=889f07460151ad20d3171cb37c608aaee112e408
commit 889f07460151ad20d3171cb37c608aaee112e408
Author: Konstantin Belousov
AuthorDate: 2023-02-12 22:15:00 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by rmacklem:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9d329bbc9aea6b8f47df251072bc65403ac3e43e
commit 9d329bbc9aea6b8f47df251072bc65403ac3e43e
Author: Rick Macklem
AuthorDate: 2023-02-13 23:07:17 +
Commit: Rick Macklem
CommitDate: 2023-02-13 23:
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0152d453a08fa2bad694dc04a8184fce2b7faa10
commit 0152d453a08fa2bad694dc04a8184fce2b7faa10
Author: Konstantin Belousov
AuthorDate: 2023-02-11 18:09:30 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=67dc1e7b0457ec014a1291c5874decdefe7bffdd
commit 67dc1e7b0457ec014a1291c5874decdefe7bffdd
Author: Konstantin Belousov
AuthorDate: 2023-02-11 18:05:14 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e59180ea09a1d1d1463f2a269e94efa0f0b677c5
commit e59180ea09a1d1d1463f2a269e94efa0f0b677c5
Author: Konstantin Belousov
AuthorDate: 2023-02-10 04:58:43 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=020e8a4d0609d56cb49a9f35258ff07815d5e478
commit 020e8a4d0609d56cb49a9f35258ff07815d5e478
Author: Konstantin Belousov
AuthorDate: 2023-02-11 18:03:22 +
Commit: Konstantin Belousov
CommitDate: 2023-
The branch main has been updated by markj:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d0991948182a1a149ee84f1b9c4d3e30450c8f0b
commit d0991948182a1a149ee84f1b9c4d3e30450c8f0b
Author: Mark Johnston
AuthorDate: 2023-02-13 21:24:40 +
Commit: Mark Johnston
CommitDate: 2023-02-13 21:3
The branch main has been updated by markj:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c7ea65ec69dde90253bd1872fecaeb7c07337f97
commit c7ea65ec69dde90253bd1872fecaeb7c07337f97
Author: Mark Johnston
AuthorDate: 2023-02-13 21:26:36 +
Commit: Mark Johnston
CommitDate: 2023-02-13 21:3
The branch main has been updated by markj:
URL:
https://cgit.FreeBSD.org/src/commit/?id=775da7f8a9248d148ffd50635cf043c015146225
commit 775da7f8a9248d148ffd50635cf043c015146225
Author: Mark Johnston
AuthorDate: 2023-02-13 21:21:10 +
Commit: Mark Johnston
CommitDate: 2023-02-13 21:3
The branch main has been updated by jhb:
URL:
https://cgit.FreeBSD.org/src/commit/?id=18bb97b76b269f38407b5c48d53ceaf6447450f1
commit 18bb97b76b269f38407b5c48d53ceaf6447450f1
Author: John Baldwin
AuthorDate: 2023-02-13 21:19:03 +
Commit: John Baldwin
CommitDate: 2023-02-13 21:19:03
The branch main has been updated by jhb:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3dfd18a769dfee663cd3d5e6eba05bfe8c1d0e2e
commit 3dfd18a769dfee663cd3d5e6eba05bfe8c1d0e2e
Author: John Baldwin
AuthorDate: 2023-02-13 21:16:24 +
Commit: John Baldwin
CommitDate: 2023-02-13 21:16:24
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=a27902c1838836b3fb00cd660ce37a4f20bd7991
commit a27902c1838836b3fb00cd660ce37a4f20bd7991
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-10 15:38:43 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3490083b731700f2aa7c17ac6fe159826dc59a5
commit f3490083b731700f2aa7c17ac6fe159826dc59a5
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-10 15:37:31 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=d91cf060205cfe479675d7fb4ec95d2ed6a9b76c
commit d91cf060205cfe479675d7fb4ec95d2ed6a9b76c
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-10 10:52:12 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=210e756d4b32f43e8cc5f748456158757892a46a
commit 210e756d4b32f43e8cc5f748456158757892a46a
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-10 10:26:17 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=b82bcfb66fa5ef30939f3f5169a07bf4bc139e71
commit b82bcfb66fa5ef30939f3f5169a07bf4bc139e71
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-09 22:04:26 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=54606590dffcd23136af1c26da38206f4d3a6269
commit 54606590dffcd23136af1c26da38206f4d3a6269
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-09 12:11:34 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=bf6f6650813959ecf3469854ad266c5a5590c754
commit bf6f6650813959ecf3469854ad266c5a5590c754
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 23:38:22 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=83276e1f952d720c23092ea17e95c03fef8476b7
commit 83276e1f952d720c23092ea17e95c03fef8476b7
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 17:57:32 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=5542309ec6eba3af9e26c50acd654de462181b8e
commit 5542309ec6eba3af9e26c50acd654de462181b8e
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 17:55:29 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=1c6d8146fdec8267712615c261bf6c8800f8ecfe
commit 1c6d8146fdec8267712615c261bf6c8800f8ecfe
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 17:53:57 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=cf5416908658ed0e4f2ae72916dfe1a84d7fd61c
commit cf5416908658ed0e4f2ae72916dfe1a84d7fd61c
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 17:53:23 +
Commit: Jean-Sébastie
The branch main has been updated by dumbbell (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=a82a8a5e193587d819288c3c27f1c9472178e10e
commit a82a8a5e193587d819288c3c27f1c9472178e10e
Author: Jean-Sébastien Pédron
AuthorDate: 2023-02-08 17:51:16 +
Commit: Jean-Sébastie
The branch main has been updated by imp:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1a1f7b7df7dd7c0638b6425dab4d1aea06441168
commit 1a1f7b7df7dd7c0638b6425dab4d1aea06441168
Author: Warner Losh
AuthorDate: 2023-02-13 19:00:50 +
Commit: Warner Losh
CommitDate: 2023-02-13 19:50:56 +
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5173c996bc835988a903d23ad384429e815c7042
commit 5173c996bc835988a903d23ad384429e815c7042
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:38:49 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:38:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=937b00ac0d2ded92e241994c8557d13d68c29b58
commit 937b00ac0d2ded92e241994c8557d13d68c29b58
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:38:04 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:38:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1842178ad311267b9c81aaeead9c7b5f2724f8c5
commit 1842178ad311267b9c81aaeead9c7b5f2724f8c5
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:37:31 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:37:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=85d4483d5ead1c94acfce44d3bfd03236536f9b9
commit 85d4483d5ead1c94acfce44d3bfd03236536f9b9
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:35:54 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:35:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c492eb60b30328035129a11c222aaded4d499b44
commit c492eb60b30328035129a11c222aaded4d499b44
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:32:45 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:32:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=aa0b46948e92bbfb09002dce083993c0b2465c56
commit aa0b46948e92bbfb09002dce083993c0b2465c56
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:28:09 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:28:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a066bba2daeafe5e956abedc43ce64594985391c
commit a066bba2daeafe5e956abedc43ce64594985391c
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:24:13 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:24:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bbb6228eae32d30d7f968f1ebe44a5e2d524d254
commit bbb6228eae32d30d7f968f1ebe44a5e2d524d254
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:23:21 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:23:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=00343b4adcfa01d7e64ae345768af8f11a10d816
commit 00343b4adcfa01d7e64ae345768af8f11a10d816
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:20:29 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:20:
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e4542107d8a6d3bb5174136e7e6b7262c0343337
commit e4542107d8a6d3bb5174136e7e6b7262c0343337
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:16:28 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:17:
The branch main has been updated by mhorne:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a4532c4c5a866c90de4967d516241149892cca2e
commit a4532c4c5a866c90de4967d516241149892cca2e
Author: Mitchell Horne
AuthorDate: 2023-02-12 18:58:25 +
Commit: Mitchell Horne
CommitDate: 2023-02-13 1
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ec6b2822188a8103807b5eb5d70128c1ae2e9c6d
commit ec6b2822188a8103807b5eb5d70128c1ae2e9c6d
Author: Mateusz Guzik
AuthorDate: 2023-02-13 18:05:57 +
Commit: Mateusz Guzik
CommitDate: 2023-02-13 18:05:
The branch main has been updated by mhorne:
URL:
https://cgit.FreeBSD.org/src/commit/?id=afca197f5240ce2c2c7abfe5c9fbc50ba55f178b
commit afca197f5240ce2c2c7abfe5c9fbc50ba55f178b
Author: Mitchell Horne
AuthorDate: 2023-02-13 17:44:03 +
Commit: Mitchell Horne
CommitDate: 2023-02-13 1
The branch main has been updated by mhorne:
URL:
https://cgit.FreeBSD.org/src/commit/?id=53d5e65eead0f713c5e256018d46edbec0a96c11
commit 53d5e65eead0f713c5e256018d46edbec0a96c11
Author: Mitchell Horne
AuthorDate: 2023-02-13 17:43:25 +
Commit: Mitchell Horne
CommitDate: 2023-02-13 1
The branch main has been updated by mhorne:
URL:
https://cgit.FreeBSD.org/src/commit/?id=99553344e984929dd9f409ed30532902bc85791d
commit 99553344e984929dd9f409ed30532902bc85791d
Author: Mitchell Horne
AuthorDate: 2023-02-13 17:42:56 +
Commit: Mitchell Horne
CommitDate: 2023-02-13 1
The branch main has been updated by imp:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b80185c267243a57bbc3e03fd2b47680672d6050
commit b80185c267243a57bbc3e03fd2b47680672d6050
Author: Warner Losh
AuthorDate: 2023-02-13 16:15:58 +
Commit: Warner Losh
CommitDate: 2023-02-13 16:59:51 +
The branch main has been updated by asomers:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4c163a5480809d0dc8b68dd00bf2ba7d882450f9
commit 4c163a5480809d0dc8b68dd00bf2ba7d882450f9
Author: Alan Somers
AuthorDate: 2023-01-25 18:00:49 +
Commit: Alan Somers
CommitDate: 2023-02-13 16:18:
The branch main has been updated by dchagin:
URL:
https://cgit.FreeBSD.org/src/commit/?id=06c07e1203324bfe8ab4526c82dbb750864272d5
commit 06c07e1203324bfe8ab4526c82dbb750864272d5
Author: Dmitry Chagin
AuthorDate: 2023-02-13 16:07:38 +
Commit: Dmitry Chagin
CommitDate: 2023-02-13 16
The branch main has been updated by asomers:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4bd4e4b45e8bfbe855406098f393bdf4eda7104d
commit 4bd4e4b45e8bfbe855406098f393bdf4eda7104d
Author: Alan Somers
AuthorDate: 2023-02-09 22:23:51 +
Commit: Alan Somers
CommitDate: 2023-02-13 16:04:
The branch main has been updated by imp:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9768746ba83efa02837c5b9c66348db6e900208f
commit 9768746ba83efa02837c5b9c66348db6e900208f
Author: Warner Losh
AuthorDate: 2023-02-13 15:19:40 +
Commit: Warner Losh
CommitDate: 2023-02-13 15:19:40 +
The branch main has been updated by imp:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b9f235ba3178e5315cc1c77c87febd033cf69b3e
commit b9f235ba3178e5315cc1c77c87febd033cf69b3e
Author: Warner Losh
AuthorDate: 2023-02-13 15:19:00 +
Commit: Warner Losh
CommitDate: 2023-02-13 15:19:00 +
The branch main has been updated by imp:
URL:
https://cgit.FreeBSD.org/src/commit/?id=09c4c1e836659a30aa68790e9b7e7536d1194ef4
commit 09c4c1e836659a30aa68790e9b7e7536d1194ef4
Author: Warner Losh
AuthorDate: 2023-02-13 15:18:50 +
Commit: Warner Losh
CommitDate: 2023-02-13 15:18:50 +
On Sun, Feb 12, 2023 at 10:40:28PM +0100, Mateusz Guzik wrote:
> >
>
> Are you sure about that? I distinctly recall the supported path to get
> top of the latest stable branch first, from there you should be able
> to build the toolchain and the kernel.
>
> afaics the above change did not affect
The branch main has been updated by emaste:
URL:
https://cgit.FreeBSD.org/src/commit/?id=67fca20eb2cea55fb2eaacc22807ee4741894796
commit 67fca20eb2cea55fb2eaacc22807ee4741894796
Author: Ed Maste
AuthorDate: 2023-02-13 14:28:35 +
Commit: Ed Maste
CommitDate: 2023-02-13 14:29:36 +000
On Sun, 12 Feb 2023 at 17:12, Mateusz Guzik wrote:
>
> I do note though that if "compiler flexibility" if you will is to be
> expected, it should be stated somewhere. Again, I only recall the
> opposite -- top of main needed to build the kernel.
We have always attempted to allow world and kernel
67 matches
Mail list logo