Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet

2021-10-06 Thread Alexey Dokuchaev
On Thu, Oct 07, 2021 at 01:20:05AM -0500, Kyle Evans wrote: > On Thu, Oct 7, 2021 at 1:06 AM Alexey Dokuchaev wrote: > > On Thu, Oct 07, 2021 at 03:37:42AM +, Kyle Evans wrote: > > > commit 000aad3d093a376bb1104a284b4102149db43155 > > > > > > loader: allocate properly aligned buffer for networ

Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet

2021-10-06 Thread Kyle Evans
On Thu, Oct 7, 2021 at 1:06 AM Alexey Dokuchaev wrote: > > On Thu, Oct 07, 2021 at 03:37:42AM +, Kyle Evans wrote: > > commit 000aad3d093a376bb1104a284b4102149db43155 > > > > loader: allocate properly aligned buffer for network packet > > > > Use memalign(4, size) to ensure we have pro

Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet

2021-10-06 Thread Alexey Dokuchaev
On Thu, Oct 07, 2021 at 03:37:42AM +, Kyle Evans wrote: > commit 000aad3d093a376bb1104a284b4102149db43155 > > loader: allocate properly aligned buffer for network packet > > Use memalign(4, size) to ensure we have properly aligned buffer. > > (cherry picked from commit 65

git: 67bceb38f463 - main - i2c(8): fix option handling

2021-10-06 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=67bceb38f463d8a929c55efdcfcfefc9aedfeff6 commit 67bceb38f463d8a929c55efdcfcfefc9aedfeff6 Author: Martin Birgmeier AuthorDate: 2021-10-07 05:20:56 + Commit: Robert Wing CommitDate: 2021-10-07 05:56

git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=000aad3d093a376bb1104a284b4102149db43155 commit 000aad3d093a376bb1104a284b4102149db43155 Author: Toomas Soome AuthorDate: 2020-01-13 18:22:54 + Commit: Kyle Evans CommitDate: 2021-10-07 03

git: bdf50dc5afbc - stable/12 - Backout 356693. The libsa malloc does provide necessary alignment and memalign by 4 will reduce alignment for some platforms. Thanks for Ian for pointing this out.

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=bdf50dc5afbce81cce2d0759ee36108c3cc8614b commit bdf50dc5afbce81cce2d0759ee36108c3cc8614b Author: Toomas Soome AuthorDate: 2020-01-13 20:02:27 + Commit: Kyle Evans CommitDate: 2021-10-07 03

git: e0363a08dc45 - stable/12 - atomic: Add atomic_cmpset_masked to powerpc and use it

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e0363a08dc453be7b67f38d8a9663ff41dde94ee commit e0363a08dc453be7b67f38d8a9663ff41dde94ee Author: Justin Hibbits AuthorDate: 2019-11-15 04:33:07 + Commit: Kyle Evans CommitDate: 2021-10-07

git: f76c1f3538b7 - stable/12 - Fix build for mips.XLP64 kernel, by re-ordering headers

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=f76c1f3538b7e2a9a783af0c22283e3a3db3906f commit f76c1f3538b7e2a9a783af0c22283e3a3db3906f Author: Ravi Pokala AuthorDate: 2020-03-31 20:09:20 + Commit: Kyle Evans CommitDate: 2021-10-07 03:

git: 716baab384de - stable/12 - [PowerPC] Fix atomic_cmpset_masked().

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=716baab384ded0d02bad67a4be52e9d2408ae636 commit 716baab384ded0d02bad67a4be52e9d2408ae636 Author: Brandon Bergren AuthorDate: 2020-05-26 19:03:45 + Commit: Kyle Evans CommitDate: 2021-10-07

git: 168a6eee3a2a - stable/12 - powerpc: Implement atomic_(f)cmpset_ for short and char

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=168a6eee3a2a6faa8e3eebafe8f1866b2f170727 commit 168a6eee3a2a6faa8e3eebafe8f1866b2f170727 Author: Justin Hibbits AuthorDate: 2019-10-08 01:36:34 + Commit: Kyle Evans CommitDate: 2021-10-07

git: ec7b80ade997 - stable/12 - powerpc/atomic: Fix atomic_cmpset_rel()

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ec7b80ade997c5011bc1f1ccd5a74384b70239f2 commit ec7b80ade997c5011bc1f1ccd5a74384b70239f2 Author: Justin Hibbits AuthorDate: 2019-10-15 03:37:21 + Commit: Kyle Evans CommitDate: 2021-10-07

git: fb7485efe6e3 - stable/12 - mips: use generic sub-word atomic *cmpset

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=fb7485efe6e3bdd171861e4e51425ae46823840d commit fb7485efe6e3bdd171861e4e51425ae46823840d Author: Kyle Evans AuthorDate: 2019-10-02 17:07:59 + Commit: Kyle Evans CommitDate: 2021-10-07 03:2

git: 0c0fe8a6ff8b - stable/12 - Provide generic sub-word atomic *cmpset

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0c0fe8a6ff8b01018aa2c0f5a93d4dd52da0dfcd commit 0c0fe8a6ff8b01018aa2c0f5a93d4dd52da0dfcd Author: Kyle Evans AuthorDate: 2019-10-02 17:06:28 + Commit: Kyle Evans CommitDate: 2021-10-07 03:2

git: af147ed09aa4 - stable/12 - sys/dev/cfi: include sys/types.h as well

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=af147ed09aa4d346b8526fb40a7016800664d33c commit af147ed09aa4d346b8526fb40a7016800664d33c Author: Kyle Evans AuthorDate: 2020-01-02 22:52:31 + Commit: Kyle Evans CommitDate: 2021-10-07 03:2

git: 37381a47e0ff - stable/11 - syslogd: undo regression after r326573

2021-10-06 Thread Eugene Grosbein
The branch stable/11 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=37381a47e0ffa96a729ce9dc5c89965a1cbe4e4e commit 37381a47e0ffa96a729ce9dc5c89965a1cbe4e4e Author: Eugene Grosbein AuthorDate: 2021-09-27 07:25:21 + Commit: Eugene Grosbein CommitDate: 2021-1

git: 75c6f34fbedd - stable/12 - syslogd: undo regression after r326573

2021-10-06 Thread Eugene Grosbein
The branch stable/12 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=75c6f34fbeddab4ec05d0fc0093ef122e73d70dc commit 75c6f34fbeddab4ec05d0fc0093ef122e73d70dc Author: Eugene Grosbein AuthorDate: 2021-09-27 07:25:21 + Commit: Eugene Grosbein CommitDate: 2021-1

git: 7cf79c60fee5 - stable/13 - syslogd: undo regression after r326573

2021-10-06 Thread Eugene Grosbein
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=7cf79c60fee596c03f4e757a713050c9331f0524 commit 7cf79c60fee596c03f4e757a713050c9331f0524 Author: Eugene Grosbein AuthorDate: 2021-09-27 07:25:21 + Commit: Eugene Grosbein CommitDate: 2021-1

git: 4d7876aa70e2 - main - build: slap a libtinfo dependency on libncurses

2021-10-06 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=4d7876aa70e2b7c7c941399a61b6f5e5f8fee088 commit 4d7876aa70e2b7c7c941399a61b6f5e5f8fee088 Author: Kyle Evans AuthorDate: 2021-10-07 03:01:05 + Commit: Kyle Evans CommitDate: 2021-10-07 03:03:37

git: 3f66b96d8658 - main - ixgbe: Update shared code catchup

2021-10-06 Thread Kevin Bowling
The branch main has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3f66b96d8658f8721e6b1c6f035611bec44675b9 commit 3f66b96d8658f8721e6b1c6f035611bec44675b9 Author: Kevin Bowling AuthorDate: 2021-10-07 01:43:27 + Commit: Kevin Bowling Commit

git: 224a95f12427 - main - libfido2: Address CHERI compatibility

2021-10-06 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=224a95f124270275ddd7ab9f8f87dd47bad7c282 commit 224a95f124270275ddd7ab9f8f87dd47bad7c282 Author: Jessica Clarke AuthorDate: 2021-10-02 15:51:38 + Commit: Ed Maste CommitDate: 2021-10-07 01:40:2

git: 0afa8e065e14 - main - Import libfido2 at 'contrib/libfido2/'

2021-10-06 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0afa8e065e14bb8fd338d75690e0238c00167d40 commit 0afa8e065e14bb8fd338d75690e0238c00167d40 Merge: d586c978b9b4 a58dee945a5d Author: Ed Maste AuthorDate: 2021-10-07 01:27:02 + Commit: Ed Maste Com

git: d586c978b9b4 - main - stand: fix build after recent opencrypto changes

2021-10-06 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=d586c978b9b4216869e589daa5bbcc33225a0e35 commit d586c978b9b4216869e589daa5bbcc33225a0e35 Author: Kyle Evans AuthorDate: 2021-10-07 01:19:47 + Commit: Kyle Evans CommitDate: 2021-10-07 01:23:44

git: 10ff414c14ee - main - Import libcbor at 'contrib/libcbor/'

2021-10-06 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=10ff414c14eef433d8157f0c17904d740693933b commit 10ff414c14eef433d8157f0c17904d740693933b Merge: 293663f4da9e 5b2defbd2a1a Author: Ed Maste AuthorDate: 2021-10-07 00:26:10 + Commit: Ed Maste Com

git: 7ac2ccc068e0 - stable/12 - 12.3: update stable/12 to -PRERELEASE to start the release cycle

2021-10-06 Thread Glen Barber
The branch stable/12 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=7ac2ccc068e0f8b92691b71ce5a695d10284bd25 commit 7ac2ccc068e0f8b92691b71ce5a695d10284bd25 Author: Glen Barber AuthorDate: 2021-10-07 00:07:19 + Commit: Glen Barber CommitDate: 2021-10-07 00:07

git: 293663f4da9e - main - e1000: print EEPROM/NVM/OROM versions

2021-10-06 Thread Kevin Bowling
The branch main has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=293663f4da9e8b8aeb106ce3b73a8ed2aa2a8a90 commit 293663f4da9e8b8aeb106ce3b73a8ed2aa2a8a90 Author: Kevin Bowling AuthorDate: 2021-10-06 23:25:03 + Commit: Kevin Bowling Commit

git: 9b3e252e59c6 - main - e1000: Lock nvm print sysctl

2021-10-06 Thread Kevin Bowling
The branch main has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9b3e252e59c6e63594fb20e3f65188dab9e1eeff commit 9b3e252e59c6e63594fb20e3f65188dab9e1eeff Author: Kevin Bowling AuthorDate: 2021-10-06 23:20:26 + Commit: Kevin Bowling Commit

git: a30efc5ca727 - main - contrib/bc: update to version 5.1.1

2021-10-06 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=a30efc5ca7272e446abb71f0d72c76539f267bb6 commit a30efc5ca7272e446abb71f0d72c76539f267bb6 Merge: ac847dbf7368 6f49f5cdde1c Author: Stefan Eßer AuthorDate: 2021-10-06 21:30:59 + Commit: Stefan Eßer C

git: 48cee0c11263 - Create tag vendor/bc/5.1.1

2021-10-06 Thread Stefan Eßer
The annotated tag vendor/bc/5.1.1 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/5.1.1 tag vendor/bc/5.1.1 Tagger: Stefan Eßer TaggerDate: 2021-10-06 21:29:02 + vendor/bc: tag version 5.1.1 commit 6f49f5cdde1c62c4e5a743e895f3afe592b5c0e5 Author: Stefan E

git: 5d58a5157172..6f49f5cdde1c - vendor/bc - vendor branch updated

2021-10-06 Thread Stefan Eßer
The branch vendor/bc has been updated by se: URL: https://cgit.FreeBSD.org/src/log/?id=5d58a5157172..6f49f5cdde1c 6f49f5cdde1c vendor/bc: update to version 5.1.1

Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD.

2021-10-06 Thread Kevin Bowling
On Wed, Oct 6, 2021 at 1:43 PM Hans Petter Selasky wrote: > > On 10/6/21 10:37 PM, Kevin Bowling wrote: > > I still get a bunch of spam from rc.d on boot and it doesn't seem to > > save my mixer settings on shutdown, is there some settings file I > > should blow away or is there a better way to ha

git: ac847dbf7368 - main - Bump __FreeBSD_version for OCF changes to support variable nonce lengths.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ac847dbf73685a5df9f70bbcdefa9fdeb559071d commit ac847dbf73685a5df9f70bbcdefa9fdeb559071d Author: John Baldwin AuthorDate: 2021-10-06 21:09:18 + Commit: John Baldwin CommitDate: 2021-10-06 21:09:18

git: 668770dc7de2 - main - crypto: Test all of the AES-CCM KAT vectors.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=668770dc7de2ec8b5f5edf71e09b8a404120f6fa commit 668770dc7de2ec8b5f5edf71e09b8a404120f6fa Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: 4361c4eb6e36 - main - cryptosoft: Fix support for variable tag lengths in AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=4361c4eb6e3620e68d005c1671fdbf60b1fe83c6 commit 4361c4eb6e3620e68d005c1671fdbf60b1fe83c6 Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: 42dcd39528c6 - main - crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=42dcd39528c6188a259951e28bbad309234324e4 commit 42dcd39528c6188a259951e28bbad309234324e4 Author: John Baldwin AuthorDate: 2021-10-06 21:08:49 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:49

git: 655eb762c310 - main - aesni: Support AES-CCM requests with a truncated tag.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=655eb762c31044a791e8c8c6355515e7c89c07ef commit 655eb762c31044a791e8c8c6355515e7c89c07ef Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: 3e6a97b3a7bc - main - ccr: Support multiple nonce lengths for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3e6a97b3a7bc80b1c12dd7b5208bfe99019c42b4 commit 3e6a97b3a7bc80b1c12dd7b5208bfe99019c42b4 Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: 2ec2e4df094b - main - safexcel: Support multiple nonce lengths for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2ec2e4df094ba632e5e74268a8818f71903a4537 commit 2ec2e4df094ba632e5e74268a8818f71903a4537 Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: 366ae4a000b1 - main - safexcel: Support truncated tags for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=366ae4a000b1483390ddbf28e3dc420ebac894a0 commit 366ae4a000b1483390ddbf28e3dc420ebac894a0 Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: e148e407df5c - main - ccr: Support AES-CCM requests with truncated tags.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e148e407df5c8b1c83bcd44da9f4837d94431d02 commit e148e407df5c8b1c83bcd44da9f4837d94431d02 Author: John Baldwin AuthorDate: 2021-10-06 21:08:48 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:48

git: bcb0fd6accc0 - main - cryptocheck: Support multiple IV sizes for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bcb0fd6accc095295765b08b02f5f3b07ea62536 commit bcb0fd6accc095295765b08b02f5f3b07ea62536 Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: 8e6af6adfc2c - main - aesni: Support multiple nonce lengths for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8e6af6adfc2cc3d0ea89c20eaa5914e453c48b49 commit 8e6af6adfc2cc3d0ea89c20eaa5914e453c48b49 Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: ae18720d2792 - main - crypto: Support multiple nonce lengths for AES-CCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ae18720d2792287c9ec658404f1a3173014d4979 commit ae18720d2792287c9ec658404f1a3173014d4979 Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: c09c379c7aa7 - main - aesni: Permit AES-CCM requests with neither payload nor AAD.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c09c379c7aa7337680ff3cb73691ce12d627128b commit c09c379c7aa7337680ff3cb73691ce12d627128b Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: d718c2d3c805 - main - aesni: Handle requests with an empty payload.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d718c2d3c805001db0b0ae0cc0c8a811b8a90a95 commit d718c2d3c805001db0b0ae0cc0c8a811b8a90a95 Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: a0cbcbb7917b - main - cryptodev: Allow some CIOCCRYPT operations with an empty payload.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a0cbcbb7917b0b8566ec0853425a73d7958ddbed commit a0cbcbb7917b0b8566ec0853425a73d7958ddbed Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: 16676123fc85 - main - cryptodev: Permit explicit IV/nonce and MAC/tag lengths.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=16676123fc8524983e0071cb446357abec8d commit 16676123fc8524983e0071cb446357abec8d Author: John Baldwin AuthorDate: 2021-10-06 21:08:46 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:46

git: 70dbebea1242 - main - cryptodev: Permit CIOCCRYPT for AEAD ciphers.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=70dbebea124236184a66a30175ba307793971f00 commit 70dbebea124236184a66a30175ba307793971f00 Author: John Baldwin AuthorDate: 2021-10-06 21:08:47 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:47

git: 5ae5ed5b8fd2 - main - cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5ae5ed5b8fd2955378ab67ba127cad8c981678ab commit 5ae5ed5b8fd2955378ab67ba127cad8c981678ab Author: John Baldwin AuthorDate: 2021-10-06 21:08:46 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:46

git: 1833d6042c9a - main - crypto: Permit variable-sized IVs for ciphers with a reinit hook.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1833d6042c9a0116e8a1198256fd8fbc99cb11ad commit 1833d6042c9a0116e8a1198256fd8fbc99cb11ad Author: John Baldwin AuthorDate: 2021-10-06 21:08:46 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:46

git: cb128893b929 - main - ccp, ccr: Simplify drivers to assume an AES-GCM IV length of 12.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=cb128893b92994456107d6ca722fdf6e5028eacc commit cb128893b92994456107d6ca722fdf6e5028eacc Author: John Baldwin AuthorDate: 2021-10-06 21:08:46 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:46

git: b4e0a27c5be5 - main - cryptodev: Use 'csp' in the handlers for requests.

2021-10-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b4e0a27c5be5090a9db16dd0ad417543b1fb0c4a commit b4e0a27c5be5090a9db16dd0ad417543b1fb0c4a Author: John Baldwin AuthorDate: 2021-10-06 21:08:46 + Commit: John Baldwin CommitDate: 2021-10-06 21:08:46

git: 28ccd780a96f - main - e1000: Function prototype cleanup

2021-10-06 Thread Kevin Bowling
The branch main has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=28ccd780a96fe49364072955636829cff1589cfb commit 28ccd780a96fe49364072955636829cff1589cfb Author: Kevin Bowling AuthorDate: 2021-10-06 21:03:38 + Commit: Kevin Bowling Commit

git: e7f8f3b95e1f - main - login.conf.5: Mark passwordtime as implemented

2021-10-06 Thread Mateusz Piotrowski
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e7f8f3b95e1ff76765f1d2f4412b95f6ff5abe25 commit e7f8f3b95e1ff76765f1d2f4412b95f6ff5abe25 Author: Felix Johnson AuthorDate: 2021-10-06 20:47:02 + Commit: Mateusz Piotrowski <0

Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD.

2021-10-06 Thread Hans Petter Selasky
On 10/6/21 10:37 PM, Kevin Bowling wrote: I still get a bunch of spam from rc.d on boot and it doesn't seem to save my mixer settings on shutdown, is there some settings file I should blow away or is there a better way to handle upgrades? Hi Kevin, Did you install the new /etc/rc.d/mixer scrip

Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD.

2021-10-06 Thread Kevin Bowling
On Mon, Oct 4, 2021 at 3:17 AM Christos Margiolis wrote: > > On Mon, Oct 04, 2021 at 10:48:03AM +0200, Mateusz Piotrowski wrote: > > Hmm, I agree that mute and volume controls in the new CLI interface are very > > consistent. However, in case of the old CLI interface, the mute > > functionality co

git: f44a448709d3 - main - fusefs: fix intermittency in the dev_fuse_poll test

2021-10-06 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=f44a448709d3b77508fd59ee28201ae1666387c2 commit f44a448709d3b77508fd59ee28201ae1666387c2 Author: Alan Somers AuthorDate: 2021-09-25 16:16:20 + Commit: Alan Somers CommitDate: 2021-10-06 20:28:

git: 880b670c6fdb - main - malloc: Unmark KASAN redzones if the full allocation size was requested

2021-10-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=880b670c6fdbd1268887869375771e0a74d2c8ac commit 880b670c6fdbd1268887869375771e0a74d2c8ac Author: Mark Johnston AuthorDate: 2021-10-06 20:03:30 + Commit: Mark Johnston CommitDate: 2021-10-06 20:0

git: 032a5bd55b3a - main - fusefs: Fix a bug during VOP_STRATEGY when the server changes file size

2021-10-06 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=032a5bd55b3a003d3560435422a95f27f91685fe commit 032a5bd55b3a003d3560435422a95f27f91685fe Author: Alan Somers AuthorDate: 2021-10-03 17:51:14 + Commit: Alan Somers CommitDate: 2021-10-06 20:07:

git: 7430017b9978 - main - fusefs: fix a recurse-on-non-recursive lockmgr panic

2021-10-06 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=7430017b9978cae054ed99e5160f739e5ca021d5 commit 7430017b9978cae054ed99e5160f739e5ca021d5 Author: Alan Somers AuthorDate: 2021-10-02 18:17:36 + Commit: Alan Somers CommitDate: 2021-10-06 20:07:

git: 5d94aaacb518 - main - fusefs: quiet some cache-related warnings

2021-10-06 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=5d94aaacb5180798b2f698e33937f068386004eb commit 5d94aaacb5180798b2f698e33937f068386004eb Author: Alan Somers AuthorDate: 2021-10-03 16:59:04 + Commit: Alan Somers CommitDate: 2021-10-06 20:07:

git: 18b756a7e525 - stable/12 - atomic_fcmpset* return int, not the type of *.

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=18b756a7e525e4bd6cd2aa8de86e4a48a583366a commit 18b756a7e525e4bd6cd2aa8de86e4a48a583366a Author: Warner Losh AuthorDate: 2018-12-14 19:14:51 + Commit: Kyle Evans CommitDate: 2021-10-06 19:

git: 5bf3f2498ade - stable/12 - mips: fcmpset: do not spin on sc failure

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=5bf3f2498adea0087a3ac1e3eaffdfc412b9dfe3 commit 5bf3f2498adea0087a3ac1e3eaffdfc412b9dfe3 Author: Kyle Evans AuthorDate: 2019-10-02 15:13:40 + Commit: Kyle Evans CommitDate: 2021-10-06 19:4

git: 141443a6dd4a - stable/12 - atomic_cmpset return value is also an int.

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=141443a6dd4afc5139e5955efc9d27a61326646f commit 141443a6dd4afc5139e5955efc9d27a61326646f Author: Warner Losh AuthorDate: 2018-12-14 19:48:42 + Commit: Kyle Evans CommitDate: 2021-10-06 19:

git: cbb9027cf10e - stable/12 - Two minor issues: (1) Don't define load/store 64 atomics for o32. They aren't atomic there. (2) Add comment about why we need 64 atomic define on n32 only.

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=cbb9027cf10e2fa465e114e411e3132115508054 commit cbb9027cf10e2fa465e114e411e3132115508054 Author: Warner Losh AuthorDate: 2019-12-17 03:20:37 + Commit: Kyle Evans CommitDate: 2021-10-06 19:

git: 7dbd5b49ca82 - stable/12 - emulated atomic64: disable interrupts as the lock mechanism on !SMP

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=7dbd5b49ca8261481968f6ea0ff84d9b1a58ca3d commit 7dbd5b49ca8261481968f6ea0ff84d9b1a58ca3d Author: Kyle Evans AuthorDate: 2020-01-03 18:29:20 + Commit: Kristof Provost CommitDate: 2021-10-06 18:

git: 92a6b17e8ba0 - stable/12 - [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operations

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=92a6b17e8ba00d1d55936b53868f81c69d70f446 commit 92a6b17e8ba00d1d55936b53868f81c69d70f446 Author: Brandon Bergren AuthorDate: 2020-01-02 23:20:37 + Commit: Kristof Provost CommitDate: 2021-10-0

git: a76de17715ab - main - linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy()

2021-10-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=a76de17715ab689b0b53a1012e22d8a08470b6e4 commit a76de17715ab689b0b53a1012e22d8a08470b6e4 Author: Mark Johnston AuthorDate: 2021-10-06 18:45:22 + Commit: Mark Johnston CommitDate: 2021-10-06 18:4

git: 6fea4b82e7b8 - stable/12 - Fix busdma resource leak on usb device detach.

2021-10-06 Thread Ian Lepore
The branch stable/12 has been updated by ian: URL: https://cgit.FreeBSD.org/src/commit/?id=6fea4b82e7b86ac680d5615f8361863353737325 commit 6fea4b82e7b86ac680d5615f8361863353737325 Author: Ian Lepore AuthorDate: 2021-09-28 19:29:10 + Commit: Ian Lepore CommitDate: 2021-10-06 16:08:3

git: b1cca7436737 - stable/13 - Fix busdma resource leak on usb device detach.

2021-10-06 Thread Ian Lepore
The branch stable/13 has been updated by ian: URL: https://cgit.FreeBSD.org/src/commit/?id=b1cca74367374bbb9cdc881c671a9f9525dca313 commit b1cca74367374bbb9cdc881c671a9f9525dca313 Author: Ian Lepore AuthorDate: 2021-09-28 19:29:10 + Commit: Ian Lepore CommitDate: 2021-10-06 15:36:0

git: fb49012ca448 - stable/12 - tests: kqueue: CLOCK_BOOTTIME is an alias of CLOCK_UPTIME

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=fb49012ca448f3c7a9ae38ceaf700b8cd39be836 commit fb49012ca448f3c7a9ae38ceaf700b8cd39be836 Author: Kyle Evans AuthorDate: 2021-10-06 14:50:32 + Commit: Kyle Evans CommitDate: 2021-10-06 14:5

git: da3278ded3b2 - main - ntp.conf.5: Fix typos

2021-10-06 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=da3278ded3b2647d26da26788bab8363e502a144 commit da3278ded3b2647d26da26788bab8363e502a144 Author: Elyes HAOUAS AuthorDate: 2021-10-06 05:38:06 + Commit: Ed Maste CommitDate: 2021-10-06 14:16:04

git: 9b86d3e5de19 - main - When queuing ignored signal, only abort target thread' sleep if it is inside sigwait()

2021-10-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9b86d3e5de1997ed8d3153d4530bcb981e6602b9 commit 9b86d3e5de1997ed8d3153d4530bcb981e6602b9 Author: Konstantin Belousov AuthorDate: 2021-10-03 02:03:59 + Commit: Konstantin Belousov CommitDate: 2021-

git: b599982b65e3 - main - Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAIT

2021-10-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b599982b65e36523a8aa828a9d504135144158db commit b599982b65e36523a8aa828a9d504135144158db Author: Konstantin Belousov AuthorDate: 2021-10-03 01:52:39 + Commit: Konstantin Belousov CommitDate: 2021-

git: f17eb93d5540 - main - When sending ignored signal, arrange for zero return code from sleep

2021-10-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f17eb93d5540ec2bf422d96195820bba5021fa9c commit f17eb93d5540ec2bf422d96195820bba5021fa9c Author: Konstantin Belousov AuthorDate: 2021-10-01 06:59:02 + Commit: Konstantin Belousov CommitDate: 2021-

git: f7e56b482606 - stable/12 - pf tests: Basic adaptive mode syncookie test

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=f7e56b48260646f8b1d5d619a92ca1b2c2d26efc commit f7e56b48260646f8b1d5d619a92ca1b2c2d26efc Author: Kristof Provost AuthorDate: 2021-09-25 13:05:02 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 767b29877ee5 - stable/13 - pf tests: Basic syncookie test

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=767b29877ee52f2895a1ffa1984c705aebdce483 commit 767b29877ee52f2895a1ffa1984c705aebdce483 Author: Kristof Provost AuthorDate: 2021-07-10 11:20:44 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 4747ec0839e3 - stable/13 - pf tests: Basic adaptive mode syncookie test

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4747ec0839e37cb8bdc459698bfd28452a771edd commit 4747ec0839e37cb8bdc459698bfd28452a771edd Author: Kristof Provost AuthorDate: 2021-09-25 13:05:02 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 18fe461d67c7 - stable/12 - pf tests: Basic syncookie test

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=18fe461d67c7626a266369cbdb862de986a85d5b commit 18fe461d67c7626a266369cbdb862de986a85d5b Author: Kristof Provost AuthorDate: 2021-07-10 11:20:44 + Commit: Kristof Provost CommitDate: 2021-10-0

git: ab14a9ac18e5 - stable/12 - pf.conf: document syncookies

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=ab14a9ac18e5c2b681cc6e1d9e5a7f13e453c16a commit ab14a9ac18e5c2b681cc6e1d9e5a7f13e453c16a Author: Kristof Provost AuthorDate: 2021-08-14 08:42:03 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 7d6def07e03e - stable/12 - pfctl: userspace adaptive syncookies configration

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=7d6def07e03e9e94f5c1f42f173e12c9c5effb2a commit 7d6def07e03e9e94f5c1f42f173e12c9c5effb2a Author: Kristof Provost AuthorDate: 2021-08-13 11:42:59 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 45a2a438f1f7 - stable/13 - pf.conf: document syncookies

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=45a2a438f1f7ab23fa4653773a75a054386c37df commit 45a2a438f1f7ab23fa4653773a75a054386c37df Author: Kristof Provost AuthorDate: 2021-08-14 08:42:03 + Commit: Kristof Provost CommitDate: 2021-10-0

git: c5a340e86402 - stable/13 - pfctl: userspace adaptive syncookies configration

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=c5a340e864028fcb35301275d38bafd39eb2fd26 commit c5a340e864028fcb35301275d38bafd39eb2fd26 Author: Kristof Provost AuthorDate: 2021-08-13 11:42:59 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 8a443f829e10 - stable/12 - pf: hook up adaptive mode configuration

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=8a443f829e10c7094c4180aceca18aa3f7ca9bde commit 8a443f829e10c7094c4180aceca18aa3f7ca9bde Author: Kristof Provost AuthorDate: 2021-07-24 12:23:59 + Commit: Kristof Provost CommitDate: 2021-10-0

git: 66b6528015ab - stable/13 - pf: hook up adaptive mode configuration

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=66b6528015ababc2bbab939c67be40c960366bc4 commit 66b6528015ababc2bbab939c67be40c960366bc4 Author: Kristof Provost AuthorDate: 2021-07-24 12:23:59 + Commit: Kristof Provost CommitDate: 2021-10-0

git: d23f5f76f56d - stable/12 - pf: implement adaptive mode

2021-10-06 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=d23f5f76f56d986008c49c7e74bf78e9cad63aa7 commit d23f5f76f56d986008c49c7e74bf78e9cad63aa7 Author: Kristof Provost AuthorDate: 2021-07-24 11:59:34 + Commit: Kristof Provost CommitDate: 2021-10-0

git: dc23abfdea97 - stable/13 - pf: implement adaptive mode

2021-10-06 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=dc23abfdea971252ad4041a750167366d8aed0df commit dc23abfdea971252ad4041a750167366d8aed0df Author: Kristof Provost AuthorDate: 2021-07-24 11:59:34 + Commit: Kristof Provost CommitDate: 2021-10-0

git: bea8052067be - stable/12 - tcp_wrappers: get rid of duplicate fgets declarations

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=bea8052067be1ed2b63a75aa76a14b9d3f955868 commit bea8052067be1ed2b63a75aa76a14b9d3f955868 Author: Kyle Evans AuthorDate: 2021-09-30 04:21:24 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 90a75a07ed46 - stable/12 - libc: ssp: sprinkle around some __dead2

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=90a75a07ed465acc7135125eeff3a06ebb2b281e commit 90a75a07ed465acc7135125eeff3a06ebb2b281e Author: Kyle Evans AuthorDate: 2021-09-29 21:48:20 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: a5f959ea48a0 - stable/12 - bootp: remove the USE_BFUNCS knob

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=a5f959ea48a0ae4b2e818246c6cb7140d69fe28c commit a5f959ea48a0ae4b2e818246c6cb7140d69fe28c Author: Kyle Evans AuthorDate: 2021-09-30 03:01:34 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 045612012ebf - stable/13 - tcp_wrappers: get rid of duplicate fgets declarations

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=045612012ebf91d63a09ef67771c93aed6f7bd84 commit 045612012ebf91d63a09ef67771c93aed6f7bd84 Author: Kyle Evans AuthorDate: 2021-09-30 04:21:24 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: a663c839fffa - stable/13 - libc: ssp: sprinkle around some __dead2

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=a663c839fffa6450dced705a68633dd6fedb70cb commit a663c839fffa6450dced705a68633dd6fedb70cb Author: Kyle Evans AuthorDate: 2021-09-29 21:48:20 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: d330c24cc061 - stable/13 - bootp: remove the USE_BFUNCS knob

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=d330c24cc061f87decc678d4d471a61088d730b3 commit d330c24cc061f87decc678d4d471a61088d730b3 Author: Kyle Evans AuthorDate: 2021-09-30 03:01:34 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 188c088fe351 - stable/13 - jail(3lua): add jail.attach()/jail.remove() methods

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=188c088fe3510eea080f69a8db447fb9d21b2b73 commit 188c088fe3510eea080f69a8db447fb9d21b2b73 Author: Kyle Evans AuthorDate: 2020-10-23 17:52:31 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 44175ec8ce4d - stable/13 - jail(3lua): add a jail.list() method

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=44175ec8ce4dd3ce76b3bd08eeb51b12edb7d5e3 commit 44175ec8ce4dd3ce76b3bd08eeb51b12edb7d5e3 Author: Kyle Evans AuthorDate: 2020-10-13 02:11:14 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: bd4ee4ead167 - stable/13 - modules: iichid: needs opt_acpi.h

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=bd4ee4ead167259a784f0fb76c58e6c2f1fc53bd commit bd4ee4ead167259a784f0fb76c58e6c2f1fc53bd Author: Kyle Evans AuthorDate: 2021-09-30 03:47:15 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 38e0682c8c23 - stable/13 - modules: netflow: need opt_inet.h

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=38e0682c8c23f02d6fa2bd77fdee94902e7ca25e commit 38e0682c8c23f02d6fa2bd77fdee94902e7ca25e Author: Kyle Evans AuthorDate: 2021-09-30 04:04:18 + Commit: Kyle Evans CommitDate: 2021-10-06 07:1

git: 7610a6b150c9 - stable/13 - modules: acpi_video: need opt_evdev.h

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=7610a6b150c9c19be5d5956c4a1d6fc504ab32de commit 7610a6b150c9c19be5d5956c4a1d6fc504ab32de Author: Kyle Evans AuthorDate: 2021-09-30 04:04:00 + Commit: Kyle Evans CommitDate: 2021-10-06 07:0

git: 0646c56e244e - stable/12 - kqueue: document how timers with low/past timeouts are handled

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0646c56e244ea51006c252cb91c2577290dba74e commit 0646c56e244ea51006c252cb91c2577290dba74e Author: Kyle Evans AuthorDate: 2021-09-30 18:19:05 + Commit: Kyle Evans CommitDate: 2021-10-06 07:0

git: f9765c9c1acb - stable/12 - kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIME

2021-10-06 Thread Kyle Evans
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=f9765c9c1acbd42c074841c96c0e84d32ad1b1a1 commit f9765c9c1acbd42c074841c96c0e84d32ad1b1a1 Author: Kyle Evans AuthorDate: 2021-09-29 19:55:59 + Commit: Kyle Evans CommitDate: 2021-10-06 07:0

git: b7e90b290ab5 - stable/13 - kqueue: document how timers with low/past timeouts are handled

2021-10-06 Thread Kyle Evans
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=b7e90b290ab511dbbf1f1598e49092aaa73599e6 commit b7e90b290ab511dbbf1f1598e49092aaa73599e6 Author: Kyle Evans AuthorDate: 2021-09-30 18:19:05 + Commit: Kyle Evans CommitDate: 2021-10-06 07:0

  1   2   >