The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=15c0b8c998616bf43a91f294381c39fb624e7fcc
commit 15c0b8c998616bf43a91f294381c39fb624e7fcc
Author: Mateusz Guzik
AuthorDate: 2023-03-01 11:09:48 +
Commit: Mateusz Guzik
CommitDate: 2023-03-01 11:09
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=76a0183e361e7845cd59915166174400dbcead2a
commit 76a0183e361e7845cd59915166174400dbcead2a
Author: Mateusz Guzik
AuthorDate: 2023-03-01 11:11:46 +
Commit: Mateusz Guzik
CommitDate: 2023-03-01 11:11
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=19fe14ec4c0cb6cbcf00090e93bf70d34261b15e
commit 19fe14ec4c0cb6cbcf00090e93bf70d34261b15e
Author: Mateusz Guzik
AuthorDate: 2023-03-01 11:40:38 +
Commit: Mateusz Guzik
CommitDate: 2023-03-01 11:40
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cd9e5d4c859edb77604be9ca8f4c44dac35c
commit cd9e5d4c859edb77604be9ca8f4c44dac35c
Author: Kajetan Staszkiewicz
AuthorDate: 2023-02-07 21:50:09 +
Commit: Mateusz Guzik
CommitDate: 2023-03
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bdfd1adc9908db7e346002769589bbadc29d344d
commit bdfd1adc9908db7e346002769589bbadc29d344d
Author: Mateusz Guzik
AuthorDate: 2023-03-07 20:47:44 +
Commit: Mateusz Guzik
CommitDate: 2023-03-11 11:08
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=73b951cd39148accf768d01344a752c377ea4475
commit 73b951cd39148accf768d01344a752c377ea4475
Author: Mateusz Guzik
AuthorDate: 2022-08-07 13:05:47 +
Commit: Mateusz Guzik
CommitDate: 2023-03-11 11:08
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fdb1dbb1cc0608edd54451050fa56b84a303c8a6
commit fdb1dbb1cc0608edd54451050fa56b84a303c8a6
Author: Mateusz Guzik
AuthorDate: 2023-03-07 20:56:54 +
Commit: Mateusz Guzik
CommitDate: 2023-03-11 11:08
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3c3a434f8ee867e6e4a69de07bf0811f2ae0c46e
commit 3c3a434f8ee867e6e4a69de07bf0811f2ae0c46e
Author: Mateusz Guzik
AuthorDate: 2023-03-11 20:57:24 +
Commit: Mateusz Guzik
CommitDate: 2023-03-11 21:52
so it is. please do the honors :)
On 3/12/23, Dmitry Chagin wrote:
> On Sat, Sep 17, 2022 at 09:11:41AM +0000, Mateusz Guzik wrote:
>> The branch main has been updated by mjg:
>>
>> URL:
>> https://cgit.FreeBSD.org/src/commit/?id=5b5b7e2ca2fa9a2418dd51749f
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=35c872422c8cfb93d645c2f892c80422d902b1bf
commit 35c872422c8cfb93d645c2f892c80422d902b1bf
Author: Mateusz Guzik
AuthorDate: 2023-03-12 19:06:46 +
Commit: Mateusz Guzik
CommitDate: 2023-03-12 19:06
sorted out in
https://cgit.FreeBSD.org/src/commit/?id=35c872422c8cfb93d645c2f892c80422d902b1bf
On 3/12/23, Mateusz Guzik wrote:
> so it is. please do the honors :)
>
> On 3/12/23, Dmitry Chagin wrote:
>> On Sat, Sep 17, 2022 at 09:11:41AM +, Mateusz Guzik wrote:
>>
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0a310c94eeb8ffae1d96d1797d2b2e6cad8e5afe
commit 0a310c94eeb8ffae1d96d1797d2b2e6cad8e5afe
Author: Mateusz Guzik
AuthorDate: 2023-03-12 18:38:29 +
Commit: Mateusz Guzik
CommitDate: 2023-03-13 11:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=84f06098ef0a1c7d3d385e3b5d5f8009e985f6d2
commit 84f06098ef0a1c7d3d385e3b5d5f8009e985f6d2
Author: Dimitry Andric
AuthorDate: 2023-02-25 00:45:48 +
Commit: Mateusz Guzik
CommitDate: 2023-03-13 13
tenv
>> +function returns
>> +.Dv NULL
>> +if the process is in "secure execution," otherwise it will call
>> +.Fn getenv .
>> +.Pp
>> .Rv -std clearenv setenv putenv unsetenv
>> .Sh ERRORS
>> .Bl -tag -width Er
>> diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c
>> index 7ca27ab710c4..86a846d58c69 100644
>> --- a/lib/libc/stdlib/getenv.c
>> +++ b/lib/libc/stdlib/getenv.c
>> @@ -447,6 +447,18 @@ getenv(const char *name)
>> }
>>
>>
>> +/*
>> + * Runs getenv() unless the current process is tainted by uid or gid
>> changes, in
>> + * which case it will return NULL.
>> + */
>> +char *
>> +secure_getenv(const char *name)
>> +{
>> +if (issetugid())
>> +return NULL;
>> +return getenv(name);
>
> return (...);
>
> (x2)
>
> Jess
>
>> +}
>> +
>> /*
>> * Set the value of a variable. Older settings are labeled as inactive.
>> If an
>> * older setting has enough room to store the new value, it will be
>> reused. No
>
>
--
Mateusz Guzik
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=95a2b4d17234fb78177add37c8882d133855c3d0
commit 95a2b4d17234fb78177add37c8882d133855c3d0
Author: Mateusz Guzik
AuthorDate: 2023-03-16 18:18:48 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 18:18
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=de0009f001c2aa0bfb9349d9e08199c46b1af707
commit de0009f001c2aa0bfb9349d9e08199c46b1af707
Author: Mateusz Guzik
AuthorDate: 2023-03-16 18:22:24 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 18:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3451ed888e7519ba620e7372ba620500c47bdc8a
commit 3451ed888e7519ba620e7372ba620500c47bdc8a
Author: Mateusz Guzik
AuthorDate: 2023-03-16 18:24:12 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 18:24
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ba5070ab441f1ad901c0412f531bd646d0bd0616
commit ba5070ab441f1ad901c0412f531bd646d0bd0616
Author: Mateusz Guzik
AuthorDate: 2023-03-16 18:56:47 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 18:56
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b38688df1d0c653ef0596ed5ca02ddb77f73c46c
commit b38688df1d0c653ef0596ed5ca02ddb77f73c46c
Author: Mateusz Guzik
AuthorDate: 2023-03-16 19:02:56 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 19:02
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=58436df347de665f6bc635a0e3018fc6f3d0a656
commit 58436df347de665f6bc635a0e3018fc6f3d0a656
Author: Mateusz Guzik
AuthorDate: 2023-03-16 19:19:35 +
Commit: Mateusz Guzik
CommitDate: 2023-03-16 19:19
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=62a573d9537c717b2d373f26ba90e4b142823466
commit 62a573d9537c717b2d373f26ba90e4b142823466
Author: Mateusz Guzik
AuthorDate: 2023-03-16 17:21:59 +
Commit: Mateusz Guzik
CommitDate: 2023-03-17 16:21
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=007724cbca6f6d91b8c3450bd4a11f3ea2bb647a
commit 007724cbca6f6d91b8c3450bd4a11f3ea2bb647a
Author: Mateusz Guzik
AuthorDate: 2021-09-05 17:30:51 +
Commit: Mateusz Guzik
CommitDate: 2021-09-05 17:31
On 9/10/21, Gleb Smirnoff wrote:
> Mateusz,
>
> On Tue, Aug 17, 2021 at 07:59:02PM +, Mateusz Guzik wrote:
> M> The branch main has been updated by mjg:
> M>
> M> URL:
> https://cgit.FreeBSD.org/src/commit/?id=5091ca26507b83ebd5ce677dd26
SCHEDULE_THREAD | FILTER_HANDLED)) == 0),
> ("%s: incorrect return value %#x from %s", __func__, ret,
> ih->ih_name));
> filter = filter || ret == FILTER_HANDLED;
> +#ifdef HWPMC_HOOKS
> + if
On 9/10/21, Gleb Smirnoff wrote:
> Mateusz,
>
> On Fri, Sep 10, 2021 at 09:43:06AM +0200, Mateusz Guzik wrote:
> M> > M> diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
> M> > M> index e2dd3eb7c0de..add76c7b98d4 100644
> M> > M> --- a/sys/n
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2fc0550ec438e35b9562104c0fd69ef765f459bd
commit 2fc0550ec438e35b9562104c0fd69ef765f459bd
Author: Mateusz Guzik
AuthorDate: 2021-09-15 13:23:48 +
Commit: Mateusz Guzik
CommitDate: 2021-09-16
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bef0c20ec74e0aaa4f08bc879efa1a5ee8fed0f1
commit bef0c20ec74e0aaa4f08bc879efa1a5ee8fed0f1
Author: Mark Johnston
AuthorDate: 2020-06-30 22:01:21 +
Commit: Mateusz Guzik
CommitDate: 2021-09-16
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=16ffd822c8236b2b0dae3fb43ffe55043985d0c8
commit 16ffd822c8236b2b0dae3fb43ffe55043985d0c8
Author: Mark Johnston
AuthorDate: 2020-06-30 15:56:54 +
Commit: Mateusz Guzik
CommitDate: 2021-09-16
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2ed47b49b822f97901c3dd433384ec781c4df2cb
commit 2ed47b49b822f97901c3dd433384ec781c4df2cb
Author: Mark Johnston
AuthorDate: 2020-06-30 15:57:11 +
Commit: Mateusz Guzik
CommitDate: 2021-09-16
>> trapframe *frame)
>> > ret = ih->ih_filter(frame);
>> > else
>> > ret = ih->ih_filter(ih->ih_argument);
>> > +#ifdef HWPMC_HOOKS
>> > + PMC_SOFT_CALL_TF( , , intr,
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5d8e32a66c1700323c570d25b03672f35f4e0110
commit 5d8e32a66c1700323c570d25b03672f35f4e0110
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:14:35 +
Commit: Mateusz Guzik
CommitDate: 2021-09-18 10:16
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a2cb65b8fe975a8f228258e3057b62e068dbf8e2
commit a2cb65b8fe975a8f228258e3057b62e068dbf8e2
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:30:15 +
Commit: Mateusz Guzik
CommitDate: 2021-09-18 10:16
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f902e4bb04ad717935a97ce1ae59e2dd389d940d
commit f902e4bb04ad717935a97ce1ae59e2dd389d940d
Author: Mateusz Guzik
AuthorDate: 2021-09-11 18:23:51 +
Commit: Mateusz Guzik
CommitDate: 2021-09-18 10:16
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0d9e99ce3b1071c76ff5a2d9d4158341c0371c2f
commit 0d9e99ce3b1071c76ff5a2d9d4158341c0371c2f
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:12:27 +
Commit: Mateusz Guzik
CommitDate: 2021-09-18 19:13
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7b2ac8eb9be76c96356b6e9a7c06a8080ea841ae
commit 7b2ac8eb9be76c96356b6e9a7c06a8080ea841ae
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:13:33 +
Commit: Mateusz Guzik
CommitDate: 2021-09-18 19:13
On 9/18/21, Mitchell Horne wrote:
> On Sat, Sep 18, 2021 at 7:18 AM Mateusz Guzik wrote:
>>
>> The branch main has been updated by mjg:
>>
>> URL:
>> https://cgit.FreeBSD.org/src/commit/?id=f902e4bb04ad717935a97ce1ae59e2dd389d940d
>>
>> commit f902e
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0f28c893a8b7b24e778e849acf699ac35c5117d0
commit 0f28c893a8b7b24e778e849acf699ac35c5117d0
Author: Jason A. Harmening
AuthorDate: 2020-06-03 00:16:36 +
Commit: Mateusz Guzik
CommitDate: 2021
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=590d0715b348d0d8da0c0355cebd9dff18e39831
commit 590d0715b348d0d8da0c0355cebd9dff18e39831
Author: Mateusz Guzik
AuthorDate: 2021-09-17 12:00:20 +
Commit: Mateusz Guzik
CommitDate: 2021-09-21 17:02
- slot_printf(slot, "eMMC:%s%s%s%s\n",
> - (host_caps & MMC_CAP_MMC_DDR52) ? " DDR52" : "",
> - (host_caps & MMC_CAP_MMC_HS200) ? " HS20
4 100644
> --- a/sys/amd64/include/proc.h
> +++ b/sys/amd64/include/proc.h
> @@ -75,6 +75,8 @@ struct mdthread {
> int md_efirt_dis_pf;/* (k) */
> struct pcb md_pcb;
> vm_offset_t md_stack_base;
> + struct savefpu *md_usr_fpu_save;
> + str
On 9/23/21, Mark Johnston wrote:
> On Thu, Sep 23, 2021 at 09:49:47PM +0200, Mateusz Guzik wrote:
>> On 9/21/21, Konstantin Belousov wrote:
>> > The branch main has been updated by kib:
>> >
>> > URL:
>> > https://cgit.FreeBSD.org/src/commit
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=13c63ae08df43d4e662b73ea3e05137fff88e639
commit 13c63ae08df43d4e662b73ea3e05137fff88e639
Author: Mateusz Guzik
AuthorDate: 2021-09-25 12:49:43 +
Commit: Mateusz Guzik
CommitDate: 2021-09-25 14:58
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d71e1a883c92b8b166eea59734850acd54048d72
commit d71e1a883c92b8b166eea59734850acd54048d72
Author: Mateusz Guzik
AuthorDate: 2021-09-25 12:24:39 +
Commit: Mateusz Guzik
CommitDate: 2021-09-25 14:58
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=85c855d31b18d7a8ab534259f27444c81b6ec797
commit 85c855d31b18d7a8ab534259f27444c81b6ec797
Author: Mateusz Guzik
AuthorDate: 2021-09-30 10:49:51 +
Commit: Mateusz Guzik
CommitDate: 2021-09-30 10:49
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=69ab52838655912cf89699e0b2d21d244d3b9b27
commit 69ab52838655912cf89699e0b2d21d244d3b9b27
Author: Mateusz Guzik
AuthorDate: 2021-09-30 10:50:18 +
Commit: Mateusz Guzik
CommitDate: 2021-09-30 10:59
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c9536389d732feecf61afa4632397d67b04b2ab4
commit c9536389d732feecf61afa4632397d67b04b2ab4
Author: Mateusz Guzik
AuthorDate: 2021-10-01 21:13:38 +
Commit: Mateusz Guzik
CommitDate: 2021-10-01 21:56
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ef7d2c1fc1605acdbffb233925ab69f8d57de22a
commit ef7d2c1fc1605acdbffb233925ab69f8d57de22a
Author: Mateusz Guzik
AuthorDate: 2021-10-01 21:20:15 +
Commit: Mateusz Guzik
CommitDate: 2021-10-02 00:57
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ae4fb190fd4a21649c4562fc6cd81bba4da222a4
commit ae4fb190fd4a21649c4562fc6cd81bba4da222a4
Author: Mateusz Guzik
AuthorDate: 2021-10-05 09:42:58 +
Commit: Mateusz Guzik
CommitDate: 2021-10-05 09:42
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cee9a741b261aaced00c1e9e2de3f0fa283f27af
commit cee9a741b261aaced00c1e9e2de3f0fa283f27af
Author: Mateusz Guzik
AuthorDate: 2021-10-05 12:12:03 +
Commit: Mateusz Guzik
CommitDate: 2021-10-05 12:17
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8a0cb04df4ff9902b17c9cb4b2e7413354fb630d
commit 8a0cb04df4ff9902b17c9cb4b2e7413354fb630d
Author: Mateusz Guzik
AuthorDate: 2022-02-01 13:10:21 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 11:44
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=32114b639fa1ad777312eebe14a9f677bd7be2ea
commit 32114b639fa1ad777312eebe14a9f677bd7be2ea
Author: Mateusz Guzik
AuthorDate: 2022-02-01 13:13:13 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 11:44
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=93288e2445fea95cb15b266759c2d9e382ea4e47
commit 93288e2445fea95cb15b266759c2d9e382ea4e47
Author: Mateusz Guzik
AuthorDate: 2022-02-01 13:22:22 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 11:44
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f40dd6c8034be8c3c6db3d98bdc944a70c1248ad
commit f40dd6c8034be8c3c6db3d98bdc944a70c1248ad
Author: Mateusz Guzik
AuthorDate: 2022-02-11 12:00:25 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:13
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=62849eef5b573b9907257f20318f4bd48fcf7b3a
commit 62849eef5b573b9907257f20318f4bd48fcf7b3a
Author: Mateusz Guzik
AuthorDate: 2022-02-11 11:54:34 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:27
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b937908e41d7d1b33e062edc02f04980a2b8732e
commit b937908e41d7d1b33e062edc02f04980a2b8732e
Author: Mateusz Guzik
AuthorDate: 2022-02-11 11:45:57 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:13
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=45bb8beacc2fadbbc32428df0f2f5683863df289
commit 45bb8beacc2fadbbc32428df0f2f5683863df289
Author: Mateusz Guzik
AuthorDate: 2022-02-01 16:58:12 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:29
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=513c7a6e0cd8c13f765fda6fa1b2de53c1973753
commit 513c7a6e0cd8c13f765fda6fa1b2de53c1973753
Author: Mateusz Guzik
AuthorDate: 2022-02-11 12:02:02 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:29
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=611470a51560db61488b2d864176b8076eb5a65c
commit 611470a51560db61488b2d864176b8076eb5a65c
Author: Mateusz Guzik
AuthorDate: 2022-02-09 20:39:28 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:29
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1d65a9b47eab75f12fcb5cc7547a69441ef764a3
commit 1d65a9b47eab75f12fcb5cc7547a69441ef764a3
Author: Mateusz Guzik
AuthorDate: 2022-02-09 20:41:24 +
Commit: Mateusz Guzik
CommitDate: 2022-02-11 12:29
On 2/11/22, Konstantin Belousov wrote:
> On Fri, Feb 11, 2022 at 01:57:59PM +0000, Mateusz Guzik wrote:
>> The branch main has been updated by mjg:
>>
>> URL:
>> https://cgit.FreeBSD.org/src/commit/?id=32114b639fa1ad777312eebe14a9f677bd7be2ea
>>
>> commit 3
On 2/12/22, Konstantin Belousov wrote:
> On Sat, Feb 12, 2022 at 07:50:21PM +0100, Mateusz Guzik wrote:
>> On 2/11/22, Konstantin Belousov wrote:
>> > On Fri, Feb 11, 2022 at 01:57:59PM +0000, Mateusz Guzik wrote:
>> >> The branch main has been updated by mjg
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=29ee49f66bb166f36424f4d2968b21bf7d573fa0
commit 29ee49f66bb166f36424f4d2968b21bf7d573fa0
Author: Mateusz Guzik
AuthorDate: 2022-02-12 19:28:57 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b53133a7789b2cf17944a16248fbad4e75e6b432
commit b53133a7789b2cf17944a16248fbad4e75e6b432
Author: Mateusz Guzik
AuthorDate: 2022-02-12 19:33:34 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4103c3cd5b8d1e04844f24720fe1a5de3f2206c7
commit 4103c3cd5b8d1e04844f24720fe1a5de3f2206c7
Author: Mateusz Guzik
AuthorDate: 2022-01-29 22:02:01 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=893d20c95ade6ae4b6a514bb003457ce8f2959fd
commit 893d20c95ade6ae4b6a514bb003457ce8f2959fd
Author: Mateusz Guzik
AuthorDate: 2022-01-29 22:07:06 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=809f3121be660ac9f0605dd347b41b1b5e9ab195
commit 809f3121be660ac9f0605dd347b41b1b5e9ab195
Author: Mateusz Guzik
AuthorDate: 2022-01-29 22:12:42 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=60b699f99c81fcc182c2ac7a5182545016811393
commit 60b699f99c81fcc182c2ac7a5182545016811393
Author: Mateusz Guzik
AuthorDate: 2022-01-29 22:19:18 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5c3102506014035cb3489c55e4c481ae680a76db
commit 5c3102506014035cb3489c55e4c481ae680a76db
Author: Mateusz Guzik
AuthorDate: 2022-01-29 22:30:33 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6aa246e605b9528b23aaedf4b051b4672fb28829
commit 6aa246e605b9528b23aaedf4b051b4672fb28829
Author: Mateusz Guzik
AuthorDate: 2022-02-12 20:26:34 +
Commit: Mateusz Guzik
CommitDate: 2022-02-13 13:07
On 2/13/22, Konstantin Belousov wrote:
> On Sat, Feb 12, 2022 at 10:22:28PM +0100, Mateusz Guzik wrote:
>> On 2/12/22, Konstantin Belousov wrote:
>> > On Sat, Feb 12, 2022 at 07:50:21PM +0100, Mateusz Guzik wrote:
>> >> On 2/11/22, Konstantin Belousov wrote:
>
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c9a995994b40966c44e4c7eeb5b3024c326e6b25
commit c9a995994b40966c44e4c7eeb5b3024c326e6b25
Author: Mateusz Guzik
AuthorDate: 2022-02-14 18:50:37 +
Commit: Mateusz Guzik
CommitDate: 2022-02-15 17:51
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ec12b4f4ff3817b75f4c23ee2acd14fdb0ffa20a
commit ec12b4f4ff3817b75f4c23ee2acd14fdb0ffa20a
Author: Mateusz Guzik
AuthorDate: 2022-02-14 15:33:24 +
Commit: Mateusz Guzik
CommitDate: 2022-02-15 17:51
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e68a5225e818380a0038bc9ab346fdb7913c0af9
commit e68a5225e818380a0038bc9ab346fdb7913c0af9
Author: Mateusz Guzik
AuthorDate: 2022-02-14 15:43:19 +
Commit: Mateusz Guzik
CommitDate: 2022-02-15 17:51
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=70439285ad9d5ec8ebdb1cf8617e8f30ea31b2e2
commit 70439285ad9d5ec8ebdb1cf8617e8f30ea31b2e2
Author: Mateusz Guzik
AuthorDate: 2022-02-16 07:45:12 +
Commit: Mateusz Guzik
CommitDate: 2022-02-16 07:45
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7e05fa3b449007adaa6e588ebb3b8d76f30b355c
commit 7e05fa3b449007adaa6e588ebb3b8d76f30b355c
Author: наб
AuthorDate: 2022-02-18 13:34:40 +
Commit: Mateusz Guzik
CommitDate: 2022-02-18 16:30:10 +
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=75cde1f872a4dc2187e6d172e5a5e69a2b3a59cf
commit 75cde1f872a4dc2187e6d172e5a5e69a2b3a59cf
Author: Mateusz Guzik
AuthorDate: 2022-02-17 16:48:45 +
Commit: Mateusz Guzik
CommitDate: 2022-02-19 13:10
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=91c35dd765087622cb0f2a03874bef18bc39d850
commit 91c35dd765087622cb0f2a03874bef18bc39d850
Author: Mateusz Guzik
AuthorDate: 2022-02-17 16:50:13 +
Commit: Mateusz Guzik
CommitDate: 2022-02-19 13:10
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8a9269edd71a035384a5c97ab2d1a437691a3d87
commit 8a9269edd71a035384a5c97ab2d1a437691a3d87
Author: Mateusz Guzik
AuthorDate: 2022-02-17 16:53:15 +
Commit: Mateusz Guzik
CommitDate: 2022-02-19 13:10
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=430e0e409ce94246bb252cbdddef866fc69dea95
commit 430e0e409ce94246bb252cbdddef866fc69dea95
Author: Mateusz Guzik
AuthorDate: 2022-02-19 21:00:00 +
Commit: Mateusz Guzik
CommitDate: 2022-02-19 21:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f17ef28674f13bc2199d4819123248f5997b435a
commit f17ef28674f13bc2199d4819123248f5997b435a
Author: Mateusz Guzik
AuthorDate: 2022-02-22 15:54:17 +
Commit: Mateusz Guzik
CommitDate: 2022-02-22 18:53
lize SDHCI */
> @@ -498,7 +487,6 @@ sdhci_fdt_attach(device_t dev)
> return (err);
> }
> }
> -#endif
>
> /* Scan all slots. */
> slots = sc->num_slots; /* number of slots determined in probe(). */
> diff --git a/sys/dev/sdhci/sdhci_xenon_acpi.c
> b/sys/dev/sdhci/sdhci_xenon_acpi.c
> index 1bd4c03c67e4..9bb781ff75a6 100644
> --- a/sys/dev/sdhci/sdhci_xenon_acpi.c
> +++ b/sys/dev/sdhci/sdhci_xenon_acpi.c
> @@ -44,9 +44,7 @@ __FBSDID("$FreeBSD$");
> #include
> #include
>
> -#ifdef EXT_RESOURCES
> #include
> -#endif
>
> #include
> #include
>
--
Mateusz Guzik
On 2/23/22, Emmanuel Vadot wrote:
> On Tue, 22 Feb 2022 20:05:45 +0100
> Mateusz Guzik wrote:
>
>> This broke numerous kernels in tinderbox:
>> arm EFIKA_MX kernel failed, check _.arm.EFIKA_MX for details
>> arm ALPINE kernel failed, check _.arm.ALPINE for details
&g
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6882d53b7fb884d9fe390d579d4e48ca21d1a48f
commit 6882d53b7fb884d9fe390d579d4e48ca21d1a48f
Author: Mateusz Guzik
AuthorDate: 2022-03-01 20:07:44 +
Commit: Mateusz Guzik
CommitDate: 2022-03-01 20:07
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3f3e3c44d3b1776653bbf19eab17ce006a815d8
commit f3f3e3c44d3b1776653bbf19eab17ce006a815d8
Author: Mateusz Guzik
AuthorDate: 2022-03-03 12:45:11 +
Commit: Mateusz Guzik
CommitDate: 2022-03-03 17:21
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=afb08a6d07174bab1a0fc2d01eb2d1b4bf481179
commit afb08a6d07174bab1a0fc2d01eb2d1b4bf481179
Author: Mateusz Guzik
AuthorDate: 2022-03-03 17:21:13 +
Commit: Mateusz Guzik
CommitDate: 2022-03-03 17:21
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d283601b80fe95dddc8b9dce7895c0fb6f19ee6a
commit d283601b80fe95dddc8b9dce7895c0fb6f19ee6a
Author: Mateusz Guzik
AuthorDate: 2022-03-03 20:26:59 +
Commit: Mateusz Guzik
CommitDate: 2022-03-03 20:26
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a0558fe90d3bebdf8583888cc96b4c170eab8cfb
commit a0558fe90d3bebdf8583888cc96b4c170eab8cfb
Author: Mateusz Guzik
AuthorDate: 2021-04-28 20:55:03 +
Commit: Mateusz Guzik
CommitDate: 2021-10-10 18:24
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=93e0523499fecb2ce1ca434c8ab96b58559771f3
commit 93e0523499fecb2ce1ca434c8ab96b58559771f3
Author: Mateusz Guzik
AuthorDate: 2021-10-10 18:17:50 +
Commit: Mateusz Guzik
CommitDate: 2021-10-10 18:24
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e1df0f5dbf591a62b81073cfa523d91477468376
commit e1df0f5dbf591a62b81073cfa523d91477468376
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:14:35 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=93b14ce63d0a6dc926e8e5fe9394df23e490c3e0
commit 93b14ce63d0a6dc926e8e5fe9394df23e490c3e0
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:30:15 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=32c7c1d3945f9e4b4c59a0f9bc2bdb054dd5b446
commit 32c7c1d3945f9e4b4c59a0f9bc2bdb054dd5b446
Author: Mateusz Guzik
AuthorDate: 2021-09-11 18:23:51 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3bf887780215223a4a15a7e8207504aa1112acca
commit 3bf887780215223a4a15a7e8207504aa1112acca
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:13:33 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fa7ebd573910f180e31fedfbd36a984139de72a7
commit fa7ebd573910f180e31fedfbd36a984139de72a7
Author: Mateusz Guzik
AuthorDate: 2021-09-18 08:12:27 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1ebe8e0fad409ec16b34c392e823c25ecd42876f
commit 1ebe8e0fad409ec16b34c392e823c25ecd42876f
Author: Mateusz Guzik
AuthorDate: 2021-09-17 12:00:20 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f312cc6e562736e1942ecb2da50c5b58d850
commit f312cc6e562736e1942ecb2da50c5b58d850
Author: Mateusz Guzik
AuthorDate: 2021-09-25 12:24:39 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cda5e344e2511a8c4119cdfcd3953807ba54bdee
commit cda5e344e2511a8c4119cdfcd3953807ba54bdee
Author: Mateusz Guzik
AuthorDate: 2021-09-30 10:50:18 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7890bcbc152e2c9f2d0f99342b6e1cf4197c2a35
commit 7890bcbc152e2c9f2d0f99342b6e1cf4197c2a35
Author: Mateusz Guzik
AuthorDate: 2021-09-25 12:49:43 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e6014341647f9a45dab9d09f57d475c50137e6b6
commit e6014341647f9a45dab9d09f57d475c50137e6b6
Author: Mateusz Guzik
AuthorDate: 2021-09-30 10:49:51 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0e89914326ec11d4c1685e8ecb14f6349ea8f591
commit 0e89914326ec11d4c1685e8ecb14f6349ea8f591
Author: Mateusz Guzik
AuthorDate: 2021-10-01 21:13:38 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b4a58fbf640409a1e507d9f7b411c83a3f83a2f3
commit b4a58fbf640409a1e507d9f7b411c83a3f83a2f3
Author: Mateusz Guzik
AuthorDate: 2021-10-01 21:16:54 +
Commit: Mateusz Guzik
CommitDate: 2021-10-11 13:21
701 - 800 of 1325 matches
Mail list logo