The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c547f51943d3ddccddbe4237127446d9a5c3
commit c547f51943d3ddccddbe4237127446d9a5c3
Author: Mateusz Guzik
AuthorDate: 2021-06-28 18:18:26 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c5c7dd3971bb88e75ae4e13e7d2df4f935e6b4f1
commit c5c7dd3971bb88e75ae4e13e7d2df4f935e6b4f1
Author: Mateusz Guzik
AuthorDate: 2021-06-28 18:29:58 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=838edd2c9dc6e7920c8fd9629d3ee6111c1db189
commit 838edd2c9dc6e7920c8fd9629d3ee6111c1db189
Author: Mateusz Guzik
AuthorDate: 2021-06-28 19:32:20 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=47a2d55f00eef32f9cb765eaf094b18ce2da78f0
commit 47a2d55f00eef32f9cb765eaf094b18ce2da78f0
Author: Mateusz Guzik
AuthorDate: 2021-06-28 12:22:31 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=98fd94dc83319db1b6bfc9f741245eefb0af7911
commit 98fd94dc83319db1b6bfc9f741245eefb0af7911
Author: Mateusz Guzik
AuthorDate: 2021-07-01 19:25:43 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3f136d9fea869515900bcda1ef6533f5804d819c
commit 3f136d9fea869515900bcda1ef6533f5804d819c
Author: Mateusz Guzik
AuthorDate: 2021-06-28 18:50:56 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=98b05b41e8c69e6c737759ad33fa0117d89aedee
commit 98b05b41e8c69e6c737759ad33fa0117d89aedee
Author: Mateusz Guzik
AuthorDate: 2021-07-02 07:28:48 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f1c39eb170ddeca5137edb706d89216f5a1a1d4f
commit f1c39eb170ddeca5137edb706d89216f5a1a1d4f
Author: Mateusz Guzik
AuthorDate: 2021-06-30 14:15:25 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8413d2a786655005140c75060b7cba321079a5dd
commit 8413d2a786655005140c75060b7cba321079a5dd
Author: Mateusz Guzik
AuthorDate: 2021-06-30 13:02:45 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=eae6de040612845aa2f0582d1f84914ed8aa1a4a
commit eae6de040612845aa2f0582d1f84914ed8aa1a4a
Author: Mateusz Guzik
AuthorDate: 2021-06-30 14:17:29 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2f6dd4a29198ab82ab013e15b4eb2fa6de25d5bf
commit 2f6dd4a29198ab82ab013e15b4eb2fa6de25d5bf
Author: Mateusz Guzik
AuthorDate: 2021-07-05 12:45:32 +
Commit: Mateusz Guzik
CommitDate: 2021-07-05
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2a69eb8c878eb5c9a31c37fd08ea292f9a3a0a36
commit 2a69eb8c878eb5c9a31c37fd08ea292f9a3a0a36
Author: Mateusz Guzik
AuthorDate: 2021-07-06 16:25:39 +
Commit: Mateusz Guzik
CommitDate: 2021-07-06 19:05
ls_disable_ifnet(tp);
> + }
> +
> }
> #endif /* _KERNEL */
>
> diff --git a/sys/sys/ktls.h b/sys/sys/ktls.h
> index b28c94965c97..7fd8831878b4 100644
> --- a/sys/sys/ktls.h
> +++ b/sys/sys/ktls.h
> @@ -189,10 +189,12 @@ struct ktls_session {
> u_int wq_index;
> volatile u_int refcount;
> int mode;
> - bool reset_pending;
>
> struct task reset_tag_task;
> + struct task disable_ifnet_task;
> struct inpcb *inp;
> + bool reset_pending;
> + bool disable_ifnet_pending;
> } __aligned(CACHE_LINE_SIZE);
>
> void ktls_check_rx(struct sockbuf *sb);
> @@ -231,5 +233,16 @@ ktls_free(struct ktls_session *tls)
> ktls_destroy(tls);
> }
>
> +#ifdef KERN_TLS
> +extern unsigned int ktls_ifnet_max_rexmit_pct;
> +void ktls_disable_ifnet(void *arg);
> +#else
> +#define ktls_ifnet_max_rexmit_pct 1
> +inline void
> +ktls_disable_ifnet(void *arg __unused)
> +{
> +}
> +#endif
> +
> #endif /* !_KERNEL */
> #endif /* !_SYS_KTLS_H_ */
>
--
Mateusz Guzik
___
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0a718a6e6ebaa1b8442123df8bdbae5a04a77987
commit 0a718a6e6ebaa1b8442123df8bdbae5a04a77987
Author: Mateusz Guzik
AuthorDate: 2021-07-06 16:44:35 +
Commit: Mateusz Guzik
CommitDate: 2021-07-07 11:05
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c2c34ee5401d8772165707e2c80beddf8a7d60df
commit c2c34ee5401d8772165707e2c80beddf8a7d60df
Author: Mateusz Guzik
AuthorDate: 2021-07-06 18:51:20 +
Commit: Mateusz Guzik
CommitDate: 2021-07-07 11:05
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a56888534d96641af97e6d659d8ecf5a054204c2
commit a56888534d96641af97e6d659d8ecf5a054204c2
Author: Mateusz Guzik
AuthorDate: 2021-07-06 18:52:48 +
Commit: Mateusz Guzik
CommitDate: 2021-07-07 11:05
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=edcf1054d3fb4772ade6a2c0b7afd9e28672385d
commit edcf1054d3fb4772ade6a2c0b7afd9e28672385d
Author: Mateusz Guzik
AuthorDate: 2021-07-07 07:38:23 +
Commit: Mateusz Guzik
CommitDate: 2021-07-07 11:05
nv *nv)
> ERROUT(error);
>
> error = pf_killstates(&kill, &killed);
> + if (error)
> + ERROUT(error);
>
> free(nvlpacked, M_NVLIST);
> nvlpacked = NULL;
>
--
Mateusz Guzik
___
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e0c0612d9ba4b56e51ebca483f1f82d70d64f0f8
commit e0c0612d9ba4b56e51ebca483f1f82d70d64f0f8
Author: Mateusz Guzik
AuthorDate: 2021-07-08 11:28:34 +
Commit: Mateusz Guzik
CommitDate: 2021-07-08 14:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1e67e3109d9df74c9de60f0f6ee4d8f303c2d7bd
commit 1e67e3109d9df74c9de60f0f6ee4d8f303c2d7bd
Author: Mateusz Guzik
AuthorDate: 2021-07-08 11:31:43 +
Commit: Mateusz Guzik
CommitDate: 2021-07-08 14:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b29817874d19ce3e4e4c78e3cb74ebefe71f90cc
commit b29817874d19ce3e4e4c78e3cb74ebefe71f90cc
Author: Mateusz Guzik
AuthorDate: 2021-07-08 11:30:45 +
Commit: Mateusz Guzik
CommitDate: 2021-07-08 14:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=19d6e29b872232c47190344f3dfded2f73edd8ae
commit 19d6e29b872232c47190344f3dfded2f73edd8ae
Author: Mateusz Guzik
AuthorDate: 2021-07-08 13:11:57 +
Commit: Mateusz Guzik
CommitDate: 2021-07-08 14:00
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=844aa31c6d8785e7256a84d8ee7e8ae2362f9367
commit 844aa31c6d8785e7256a84d8ee7e8ae2362f9367
Author: Mateusz Guzik
AuthorDate: 2021-07-08 07:56:27 +
Commit: Mateusz Guzik
CommitDate: 2021-07-12 05:03
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ce02bfa524b279ae0d5436b38b15353e523f5a92
commit ce02bfa524b279ae0d5436b38b15353e523f5a92
Author: Mateusz Guzik
AuthorDate: 2021-07-02 11:19:56 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8ef908c1d5b56f028dbedaefaa5e25f71cb198b5
commit 8ef908c1d5b56f028dbedaefaa5e25f71cb198b5
Author: Mateusz Guzik
AuthorDate: 2021-07-05 09:26:29 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a65a227398703c23168120723694f04c1a71737f
commit a65a227398703c23168120723694f04c1a71737f
Author: Mateusz Guzik
AuthorDate: 2021-07-02 12:55:57 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cfaec275f6b4c7d463bc5acdb5a159252191f4b4
commit cfaec275f6b4c7d463bc5acdb5a159252191f4b4
Author: Mateusz Guzik
AuthorDate: 2021-07-08 13:11:57 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d098fc21ee5bc260ffd79c53c0f7925145967041
commit d098fc21ee5bc260ffd79c53c0f7925145967041
Author: Mateusz Guzik
AuthorDate: 2021-07-02 11:19:56 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a3b8a5841c59f4cba9cd5c86d210cd525598daa4
commit a3b8a5841c59f4cba9cd5c86d210cd525598daa4
Author: Mateusz Guzik
AuthorDate: 2021-07-05 09:26:29 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7267f83272b148f8734c0ced0489ff1022c1f68d
commit 7267f83272b148f8734c0ced0489ff1022c1f68d
Author: Mateusz Guzik
AuthorDate: 2021-07-02 12:55:57 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=db306b0b412a0d14c8a25ab5194c82106a09d0e2
commit db306b0b412a0d14c8a25ab5194c82106a09d0e2
Author: Mateusz Guzik
AuthorDate: 2021-07-08 13:11:57 +
Commit: Mateusz Guzik
CommitDate: 2021-07-14
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b9296725cf99696b48926270a553044522d6e344
commit b9296725cf99696b48926270a553044522d6e344
Author: Mateusz Guzik
AuthorDate: 2021-07-15 14:01:02 +
Commit: Mateusz Guzik
CommitDate: 2021-07-15 15:15
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=aee6e7dc0cabc670f3a9eabac579a030b363a417
commit aee6e7dc0cabc670f3a9eabac579a030b363a417
Author: Mateusz Guzik
AuthorDate: 2021-07-15 14:01:11 +
Commit: Mateusz Guzik
CommitDate: 2021-07-15 15:15
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9ef5b65085ed2acdb1db19a1ec4d44ab5137e8b9
commit 9ef5b65085ed2acdb1db19a1ec4d44ab5137e8b9
Author: Mateusz Guzik
AuthorDate: 2021-07-19 09:52:23 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 09:52
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6799c73d1e35cffc2bc86c49e1bc42faaf3f8e9d
commit 6799c73d1e35cffc2bc86c49e1bc42faaf3f8e9d
Author: Mateusz Guzik
AuthorDate: 2021-07-19 09:53:02 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 09:53
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a54e547950f7fd146fefa166aea9e2c01e7c
commit a54e547950f7fd146fefa166aea9e2c01e7c
Author: Mateusz Guzik
AuthorDate: 2021-07-19 09:54:18 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5b97b0d41940c886fe6e0b9883b9c3cd706828fa
commit 5b97b0d41940c886fe6e0b9883b9c3cd706828fa
Author: Mateusz Guzik
AuthorDate: 2021-07-19 09:58:15 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=78e3a168616dbe3a2c96efe568c960a1344f42e9
commit 78e3a168616dbe3a2c96efe568c960a1344f42e9
Author: Mateusz Guzik
AuthorDate: 2021-07-19 10:46:01 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 10:46
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f9aa757d8d1e1bfc7951f462e92f00639256cad6
commit f9aa757d8d1e1bfc7951f462e92f00639256cad6
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:17:33 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 12:54
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=144ec0713daa532342a298fd888a1656ae24a62d
commit 144ec0713daa532342a298fd888a1656ae24a62d
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:50:08 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 12:54
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9009d36afd1e0107e1e5b6988f49436087b3d474
commit 9009d36afd1e0107e1e5b6988f49436087b3d474
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:35:31 +
Commit: Mateusz Guzik
CommitDate: 2021-07-19 12:54
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=907257d6967dd23506e69042c55bb1edc983c0ba
commit 907257d6967dd23506e69042c55bb1edc983c0ba
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:40:25 +
Commit: Mateusz Guzik
CommitDate: 2021-07-20 16:11
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=570b31f61009fb60591cf5fcc26f0f5c12ff5752
commit 570b31f61009fb60591cf5fcc26f0f5c12ff5752
Author: Mateusz Guzik
AuthorDate: 2021-07-20 17:00:50 +
Commit: Mateusz Guzik
CommitDate: 2021-07-20 17:00
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4bce44bdac3e821630032ef13e80562c7919a66a
commit 4bce44bdac3e821630032ef13e80562c7919a66a
Author: Mateusz Guzik
AuthorDate: 2021-07-21 12:06:34 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=156670f0e7cf9c59181d153fd6596675245e27ca
commit 156670f0e7cf9c59181d153fd6596675245e27ca
Author: Mateusz Guzik
AuthorDate: 2021-07-21 12:05:38 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ab057b02b7c0bdbbcbd2c8520e766161fda5afc9
commit ab057b02b7c0bdbbcbd2c8520e766161fda5afc9
Author: Mateusz Guzik
AuthorDate: 2021-07-21 12:08:32 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fd14e033e2b1bfcf4e0752193a1dd4aa0f678862
commit fd14e033e2b1bfcf4e0752193a1dd4aa0f678862
Author: John Baldwin
AuthorDate: 2020-04-16 20:45:54 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2b0a97f0c75fc7a2af81150be892ac345a5b24a3
commit 2b0a97f0c75fc7a2af81150be892ac345a5b24a3
Author: Conrad Meyer
AuthorDate: 2019-05-16 19:10:48 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bc28e9596c59b58fbbdbd9f97e42a0e0fbedb855
commit bc28e9596c59b58fbbdbd9f97e42a0e0fbedb855
Author: Mateusz Guzik
AuthorDate: 2021-07-15 14:01:02 +
Commit: Mateusz Guzik
CommitDate: 2021-07-21
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d9cc6ea270ea52e860e3cc730876ee4324081586
commit d9cc6ea270ea52e860e3cc730876ee4324081586
Author: Mateusz Guzik
AuthorDate: 2021-07-23 17:34:43 +
Commit: Mateusz Guzik
CommitDate: 2021-07-23 17:34
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=49a7d47235434a300cc57b205e493988fdebf79c
commit 49a7d47235434a300cc57b205e493988fdebf79c
Author: Mateusz Guzik
AuthorDate: 2021-07-23 15:01:29 +
Commit: Mateusz Guzik
CommitDate: 2021-07-23 17:35
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=225b93b1700e687b6a5fdad88053e639c8f81ee2
commit 225b93b1700e687b6a5fdad88053e639c8f81ee2
Author: Mateusz Guzik
AuthorDate: 2021-07-08 07:56:27 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f89065625ce588c1819c1ed41da25780a15284ad
commit f89065625ce588c1819c1ed41da25780a15284ad
Author: Mateusz Guzik
AuthorDate: 2021-07-15 14:01:11 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=48e3bab3533ae54b45be15a737500a593157054c
commit 48e3bab3533ae54b45be15a737500a593157054c
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:50:08 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3dc78db31e78a1132dd106daa822561b1c9c0358
commit 3dc78db31e78a1132dd106daa822561b1c9c0358
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:17:33 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=289a9ba5e652b87c3fc08c0c6a0bbfc8ba6a8867
commit 289a9ba5e652b87c3fc08c0c6a0bbfc8ba6a8867
Author: Mateusz Guzik
AuthorDate: 2021-07-19 10:46:01 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=440c90da04c8a338d9ff96c30989cb5619206e48
commit 440c90da04c8a338d9ff96c30989cb5619206e48
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:35:31 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6ee77aab15a5351898e1ccafc2575fe602ce1af8
commit 6ee77aab15a5351898e1ccafc2575fe602ce1af8
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:40:25 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ede6e97b828dec1bb9aee4e69c2f8b4e437ebef7
commit ede6e97b828dec1bb9aee4e69c2f8b4e437ebef7
Author: Mateusz Guzik
AuthorDate: 2021-07-20 17:00:50 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f0d0344742365c8fd548a2be6a31f0a9fe9b54a8
commit f0d0344742365c8fd548a2be6a31f0a9fe9b54a8
Author: Mateusz Guzik
AuthorDate: 2021-07-15 14:01:02 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5351d31bfcbbd27ac0d505215871e69a46f74b17
commit 5351d31bfcbbd27ac0d505215871e69a46f74b17
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:50:08 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f188c39c41a9fe9d546cd1cef058078fb402b8c7
commit f188c39c41a9fe9d546cd1cef058078fb402b8c7
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:17:33 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0f97f2a1857a96563792f0d873b11a16ff9f818c
commit 0f97f2a1857a96563792f0d873b11a16ff9f818c
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:40:25 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=579ef00e59cb81e622960ff2590933af221e0628
commit 579ef00e59cb81e622960ff2590933af221e0628
Author: Mateusz Guzik
AuthorDate: 2021-07-19 10:46:01 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5d95878e584d4024fc74882d9ee0af2020b40852
commit 5d95878e584d4024fc74882d9ee0af2020b40852
Author: Mateusz Guzik
AuthorDate: 2021-07-19 12:35:31 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6f1fb6561236fa933835a9a67bd442053fb509e9
commit 6f1fb6561236fa933835a9a67bd442053fb509e9
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:17:27 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=defdcdd5648dc1ea789bc54bb45108fcab546a6b
commit defdcdd5648dc1ea789bc54bb45108fcab546a6b
Author: Mateusz Guzik
AuthorDate: 2021-07-22 20:47:24 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=02cf67ccf6538b14677672640e405f7f94044dc3
commit 02cf67ccf6538b14677672640e405f7f94044dc3
Author: Mateusz Guzik
AuthorDate: 2021-07-22 14:45:14 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d40d4b3ed788b05697541b9ae94b1960ff2cf6f6
commit d40d4b3ed788b05697541b9ae94b1960ff2cf6f6
Author: Mateusz Guzik
AuthorDate: 2021-07-23 10:29:46 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fc4c42ce0b5ce87901b327e25f55b4e3ab4c6cf5
commit fc4c42ce0b5ce87901b327e25f55b4e3ab4c6cf5
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:33:52 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=87c010e6e364e96e2c1546b3c2bbcbef1dcd422f
commit 87c010e6e364e96e2c1546b3c2bbcbef1dcd422f
Author: Mateusz Guzik
AuthorDate: 2021-07-24 07:47:40 +
Commit: Mateusz Guzik
CommitDate: 2021-07-25 08:22
; 0) {
> - TDQ_UNLOCK(steal);
> + TDQ_LOCK(tdq);
> + if (tdq->tdq_load > 0)
> + break;
> + if (TDQ_TRYLOCK_FLAGS(steal, MTX_DUPOK) == 0)
> break;
> - }
>
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b30e7cb7fa9c521bda8fa7eeeb95205543827539
commit b30e7cb7fa9c521bda8fa7eeeb95205543827539
Author: Mateusz Guzik
AuthorDate: 2021-08-07 11:02:38 +
Commit: Mateusz Guzik
CommitDate: 2021-08-07 11:02
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=919cf790d4da75f82cae2c3dfc28a5d0f8e3d115
commit 919cf790d4da75f82cae2c3dfc28a5d0f8e3d115
Author: Mateusz Guzik
AuthorDate: 2021-07-23 15:01:29 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8abcdb1f59ccdb75df84112427eb2a7ba7e69bb7
commit 8abcdb1f59ccdb75df84112427eb2a7ba7e69bb7
Author: Mateusz Guzik
AuthorDate: 2021-07-23 17:34:43 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f45535b6c79d359625fb2d9cff5e46de5bd59861
commit f45535b6c79d359625fb2d9cff5e46de5bd59861
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:33:52 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=abfc083a085902f296cf8c56731e9fcf9af99adc
commit abfc083a085902f296cf8c56731e9fcf9af99adc
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:17:27 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=463aa33ff66280385dcc34d51233b14f33a69403
commit 463aa33ff66280385dcc34d51233b14f33a69403
Author: Mateusz Guzik
AuthorDate: 2021-07-22 14:45:14 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5bc73c369dbae8759f5735ca5a1f940127cec2db
commit 5bc73c369dbae8759f5735ca5a1f940127cec2db
Author: Mateusz Guzik
AuthorDate: 2021-07-22 20:47:24 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2522a90dcd41c9c8326525fa23876bb2acc7d51a
commit 2522a90dcd41c9c8326525fa23876bb2acc7d51a
Author: Mateusz Guzik
AuthorDate: 2021-07-24 07:47:40 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/12 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=72b14da466bbb9eebf2400930abefce8de47261d
commit 72b14da466bbb9eebf2400930abefce8de47261d
Author: Mateusz Guzik
AuthorDate: 2021-07-23 10:29:46 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=53551e9976b9bfcff71ca820aefc22d7a668214e
commit 53551e9976b9bfcff71ca820aefc22d7a668214e
Author: Mateusz Guzik
AuthorDate: 2021-07-23 17:34:43 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5640fea1e37323133cc8447e050ec44012389883
commit 5640fea1e37323133cc8447e050ec44012389883
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:17:27 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fff80a6992f1ba13f2261b066d70a3a97d8837e4
commit fff80a6992f1ba13f2261b066d70a3a97d8837e4
Author: Mateusz Guzik
AuthorDate: 2021-07-22 20:47:24 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b45b050a69ee7c9bd1c1b6c546e0d0a9714688e1
commit b45b050a69ee7c9bd1c1b6c546e0d0a9714688e1
Author: Mateusz Guzik
AuthorDate: 2021-07-24 05:33:52 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=67ed59f6a8261e6cbb82554c72e59ae81afb0b36
commit 67ed59f6a8261e6cbb82554c72e59ae81afb0b36
Author: Mateusz Guzik
AuthorDate: 2021-07-23 15:01:29 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=79f0e6469aad525400e8be0deb16b4d964e7a6c1
commit 79f0e6469aad525400e8be0deb16b4d964e7a6c1
Author: Mateusz Guzik
AuthorDate: 2021-07-23 10:29:46 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c9731a3f464fd49efbd39c44e262dd069034894e
commit c9731a3f464fd49efbd39c44e262dd069034894e
Author: Mateusz Guzik
AuthorDate: 2021-07-22 14:45:14 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bf60d2826768ca4ab125ba770b14b04d303dea2f
commit bf60d2826768ca4ab125ba770b14b04d303dea2f
Author: Mateusz Guzik
AuthorDate: 2021-07-24 07:47:40 +
Commit: Mateusz Guzik
CommitDate: 2021-08-11
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d2b95af1c27ed51d72bef5d9f3d89860edc4fd40
commit d2b95af1c27ed51d72bef5d9f3d89860edc4fd40
Author: Mateusz Guzik
AuthorDate: 2021-08-13 09:29:57 +
Commit: Mateusz Guzik
CommitDate: 2021-08-14 16:49
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3be3cbe06d6107486d67d8eb80480d34d084c39c
commit 3be3cbe06d6107486d67d8eb80480d34d084c39c
Author: Mateusz Guzik
AuthorDate: 2021-08-13 09:32:16 +
Commit: Mateusz Guzik
CommitDate: 2021-08-14 16:50
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c17ae18080b4412435aa2fb91cd6e81dd6cd180b
commit c17ae18080b4412435aa2fb91cd6e81dd6cd180b
Author: Mateusz Guzik
AuthorDate: 2021-08-13 11:28:39 +
Commit: Mateusz Guzik
CommitDate: 2021-08-14 16:50
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8afe9481cfa382337b8a885f358fe888bddf5982
commit 8afe9481cfa382337b8a885f358fe888bddf5982
Author: Mateusz Guzik
AuthorDate: 2021-08-13 11:32:03 +
Commit: Mateusz Guzik
CommitDate: 2021-08-14 16:51
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e0a17c3f063fd51430fb2b4f5bc667f79d2967c2
commit e0a17c3f063fd51430fb2b4f5bc667f79d2967c2
Author: Mateusz Guzik
AuthorDate: 2021-08-15 21:41:47 +
Commit: Mateusz Guzik
CommitDate: 2021-08-17 19:56
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3e875f952af05697807139b460e5124eb5f6137b
commit 3e875f952af05697807139b460e5124eb5f6137b
Author: Mateusz Guzik
AuthorDate: 2021-08-17 18:16:09 +
Commit: Mateusz Guzik
CommitDate: 2021-08-17 19:56
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5091ca26507b83ebd5ce677dd26bd10e4bad4153
commit 5091ca26507b83ebd5ce677dd26bd10e4bad4153
Author: Mateusz Guzik
AuthorDate: 2021-08-17 18:04:31 +
Commit: Mateusz Guzik
CommitDate: 2021-08-17 19:56
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d368dc0b420af723e85a224636e23998b3e14c07
commit d368dc0b420af723e85a224636e23998b3e14c07
Author: Mateusz Guzik
AuthorDate: 2021-08-13 11:28:39 +
Commit: Mateusz Guzik
CommitDate: 2021-08-18
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=990e592daeb3aa7aad1881d999a6b95c15320df7
commit 990e592daeb3aa7aad1881d999a6b95c15320df7
Author: Mateusz Guzik
AuthorDate: 2021-08-13 09:32:16 +
Commit: Mateusz Guzik
CommitDate: 2021-08-18
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ad9671955a40ed69432e66d4ff6579c42a6e048d
commit ad9671955a40ed69432e66d4ff6579c42a6e048d
Author: Mateusz Guzik
AuthorDate: 2021-08-13 09:29:57 +
Commit: Mateusz Guzik
CommitDate: 2021-08-18
The branch stable/13 has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=86a96281df03901f7930669c4ad488fab9ca64e1
commit 86a96281df03901f7930669c4ad488fab9ca64e1
Author: Mateusz Guzik
AuthorDate: 2021-08-13 11:32:03 +
Commit: Mateusz Guzik
CommitDate: 2021-08-18
501 - 600 of 1325 matches
Mail list logo