git: 49c2c62889b0 - main - sys/_bitset.h: Fix fall-out from commit 5e04571cf3c

2021-12-07 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=49c2c62889b06d781c5e1f96bce0e26fd21ceb04 commit 49c2c62889b06d781c5e1f96bce0e26fd21ceb04 Author: Stefan Eßer AuthorDate: 2021-12-08 07:47:42 + Commit: Stefan Eßer CommitDate: 2021-12-08 07:52:56 +0

git: 59f4abfaac8b - main - pkgbase: Allow to specify PKG_ABI on the command line

2021-12-07 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=59f4abfaac8b14a857625c5495284fced0c51fd6 commit 59f4abfaac8b14a857625c5495284fced0c51fd6 Author: Emmanuel Vadot AuthorDate: 2021-12-07 17:02:58 + Commit: Emmanuel Vadot CommitDate: 2021-12-08 07:

git: 9e41bccaceb0 - stable/13 - ichsmb: Add PCI IDs for Intel Alder Lake SMBus controller

2021-12-07 Thread Alexander Motin
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9e41bccaceb00f9434cb1f92f9f61b7f523e3c63 commit 9e41bccaceb00f9434cb1f92f9f61b7f523e3c63 Author: Alexander Motin AuthorDate: 2021-11-24 18:06:52 + Commit: Alexander Motin CommitDate: 2021-12-

git: 5d8bf1ffbac5 - stable/13 - mpsutil: Fix data truncation by too short buffers.

2021-12-07 Thread Alexander Motin
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5d8bf1ffbac552338eb6fc542a05b0bff61bbcbf commit 5d8bf1ffbac552338eb6fc542a05b0bff61bbcbf Author: Alexander Motin AuthorDate: 2021-11-30 01:14:13 + Commit: Alexander Motin CommitDate: 2021-12-

git: 916a91bd5ec9 - stable/13 - GEOM: Switch g_io_deliver() locking from cp to pp.

2021-12-07 Thread Alexander Motin
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=916a91bd5ec9bfa7ca3d17d21cd45289f65082e4 commit 916a91bd5ec9bfa7ca3d17d21cd45289f65082e4 Author: Alexander Motin AuthorDate: 2021-11-21 23:50:59 + Commit: Alexander Motin CommitDate: 2021-12-

git: 935dc0de8819 - main - mca: Remove excessively verbose debug messages.

2021-12-07 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=935dc0de88195e8ce62be085ddfb002eb19ca17f commit 935dc0de88195e8ce62be085ddfb002eb19ca17f Author: Alexander Motin AuthorDate: 2021-12-08 03:27:09 + Commit: Alexander Motin CommitDate: 2021-12-08 03

git: c2003f268480 - main - mca: Make some sysctls also a loader tunables.

2021-12-07 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c2003f268480f040f422c4d7e2d5f590e7084ba2 commit c2003f268480f040f422c4d7e2d5f590e7084ba2 Author: Alexander Motin AuthorDate: 2021-12-08 03:20:59 + Commit: Alexander Motin CommitDate: 2021-12-08 03

git: ace38c58fbc2 - main - savecore: emit information about saved cores under verbose

2021-12-07 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ace38c58fbc21f4eb614816fe885a9b9a5288c1f commit ace38c58fbc21f4eb614816fe885a9b9a5288c1f Author: Kyle Evans AuthorDate: 2021-12-08 00:39:34 + Commit: Kyle Evans CommitDate: 2021-12-08 00:39:34

git: cfc2cfeca195 - main - unionfs: implement VOP_VPUT_PAIR

2021-12-07 Thread Jason A. Harmening
The branch main has been updated by jah: URL: https://cgit.FreeBSD.org/src/commit/?id=cfc2cfeca195c9ad4a4b50aaf87b466cb9458f05 commit cfc2cfeca195c9ad4a4b50aaf87b466cb9458f05 Author: Jason A. Harmening AuthorDate: 2021-11-15 16:45:20 + Commit: Jason A. Harmening CommitDate: 2021-12

git: 6d8420d444b5 - main - Remove unnecessary thread argument from unionfs_nodeget() and _noderem()

2021-12-07 Thread Jason A. Harmening
The branch main has been updated by jah: URL: https://cgit.FreeBSD.org/src/commit/?id=6d8420d444b583b55147e5e8fdba89d16ede1f1f commit 6d8420d444b583b55147e5e8fdba89d16ede1f1f Author: Jason A. Harmening AuthorDate: 2021-11-15 16:40:17 + Commit: Jason A. Harmening CommitDate: 2021-12

git: 8099a354469a - main - libkvm: Fix kvm_getloadavg() on modern kernel vmcores

2021-12-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8099a354469a012512d9850302edaa0e27c75fd7 commit 8099a354469a012512d9850302edaa0e27c75fd7 Author: Michał Górny AuthorDate: 2021-11-07 21:11:52 + Commit: John Baldwin CommitDate: 2021-12-07 23:36:34

Re: git: e3044071dec1 - main - in6p_set_multicast_if(): fix malloc(M_WAITOK) with epoch

2021-12-07 Thread Gleb Smirnoff
On Tue, Dec 07, 2021 at 08:36:58AM +0100, Hans Petter Selasky wrote: H> > --- a/sys/netinet6/in6_mcast.c H> > +++ b/sys/netinet6/in6_mcast.c H> > @@ -2454,9 +2454,9 @@ in6p_set_multicast_if(struct inpcb *inp, struct sockopt *sopt) H> >return (EADDRNOTAVAIL); H> >} H

git: e9aeb50797fc - main - sys/_bitset.h: revert commit 74e014dbfab

2021-12-07 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=e9aeb50797fcaab1829ea626c1efd75de203a410 commit e9aeb50797fcaab1829ea626c1efd75de203a410 Author: Stefan Eßer AuthorDate: 2021-12-07 22:34:33 + Commit: Stefan Eßer CommitDate: 2021-12-07 22:34:33 +0

Re: git: 74e014dbfab5 - main - sys/_bitset.h: Fix fall-out from commit 5e04571cf3c

2021-12-07 Thread Stefan Esser
Am 07.12.21 um 20:28 schrieb Stefan Eßer: > The branch main has been updated by se: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=74e014dbfab5d64acb3376ba77d5d61c4abf27d5 > > commit 74e014dbfab5d64acb3376ba77d5d61c4abf27d5 > Author: Konstantin Belousov > AuthorDate: 2021-12-07 19:15:30

git: 22c4ab6cb015 - main - sys/_bitset.h: Fix fall-out from commit 5e04571cf3c

2021-12-07 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=22c4ab6cb015dc99eb82504e5fd957662cded3c3 commit 22c4ab6cb015dc99eb82504e5fd957662cded3c3 Author: Stefan Eßer AuthorDate: 2021-12-07 19:29:26 + Commit: Stefan Eßer CommitDate: 2021-12-07 19:29:26 +0

git: 74e014dbfab5 - main - sys/_bitset.h: Fix fall-out from commit 5e04571cf3c

2021-12-07 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=74e014dbfab5d64acb3376ba77d5d61c4abf27d5 commit 74e014dbfab5d64acb3376ba77d5d61c4abf27d5 Author: Konstantin Belousov AuthorDate: 2021-12-07 19:15:30 + Commit: Stefan Eßer CommitDate: 2021-12-07 19:

git: ef1e43df92c6 - stable/12 - net80211(4): Fix a typo in a sysctl description

2021-12-07 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ef1e43df92c62c8f7ec88349f353a95fea192f2c commit ef1e43df92c62c8f7ec88349f353a95fea192f2c Author: Gordon Bergling AuthorDate: 2021-12-04 11:09:17 + Commit: Gordon Bergling Comm

git: 1deee6222dc3 - stable/12 - ipfilter(4): Fix a typo in an error message

2021-12-07 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1deee6222dc3a90fd054fa9878d8ee78749f6e6a commit 1deee6222dc3a90fd054fa9878d8ee78749f6e6a Author: Gordon Bergling AuthorDate: 2021-12-04 11:10:39 + Commit: Gordon Bergling Comm

git: 34990c9fdcda - stable/12 - omap4: Fix a few typos in source code comments

2021-12-07 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=34990c9fdcda12c41fea506f366f7631aa2b73e0 commit 34990c9fdcda12c41fea506f366f7631aa2b73e0 Author: Gordon Bergling AuthorDate: 2021-12-04 11:13:27 + Commit: Gordon Bergling Comm

git: c89c8b894cff - stable/13 - net80211(4): Fix a typo in a sysctl description

2021-12-07 Thread Gordon Bergling
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c89c8b894cffd033d6409f7bf0bdb7543bbf78f9 commit c89c8b894cffd033d6409f7bf0bdb7543bbf78f9 Author: Gordon Bergling AuthorDate: 2021-12-04 11:09:17 + Commit: Gordon Bergling Comm

git: f9346ed0c036 - stable/13 - ipfilter(4): Fix a typo in an error message

2021-12-07 Thread Gordon Bergling
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f9346ed0c03648bd7f6ba1b1471eff155d582290 commit f9346ed0c03648bd7f6ba1b1471eff155d582290 Author: Gordon Bergling AuthorDate: 2021-12-04 11:10:39 + Commit: Gordon Bergling Comm

git: 468495e5be6f - stable/13 - omap4: Fix a few typos in source code comments

2021-12-07 Thread Gordon Bergling
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=468495e5be6fcd07d13bd0c9aa1fed1e0f40b798 commit 468495e5be6fcd07d13bd0c9aa1fed1e0f40b798 Author: Gordon Bergling AuthorDate: 2021-12-04 11:13:27 + Commit: Gordon Bergling Comm

git: b3f404d51f29 - stable/12 - Implement GET_STACK_USAGE on remaining archs

2021-12-07 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=b3f404d51f292644fa2b4ade5dc740018a4440e7 commit b3f404d51f292644fa2b4ade5dc740018a4440e7 Author: Mitchell Horne AuthorDate: 2021-11-25 16:01:11 + Commit: Mitchell Horne CommitDate: 2021-12

git: eb1ad1b3b93e - stable/12 - arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGE

2021-12-07 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=eb1ad1b3b93ece25a049ce8efe73bc6caff1fd3d commit eb1ad1b3b93ece25a049ce8efe73bc6caff1fd3d Author: Mitchell Horne AuthorDate: 2021-11-30 15:15:44 + Commit: Mitchell Horne CommitDate: 2021-12

git: 2bb54c1646c7 - stable/12 - i386: take pcb and fpu area into account in GET_STACK_USAGE

2021-12-07 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=2bb54c1646c7f28460d18a21289587523ac6aef9 commit 2bb54c1646c7f28460d18a21289587523ac6aef9 Author: Mitchell Horne AuthorDate: 2021-11-25 15:54:33 + Commit: Mitchell Horne CommitDate: 2021-12

Re: git: 97722455cce4 - main - fcntl(2): be more precise about third arg type

2021-12-07 Thread John Baldwin
On 12/6/21 3:27 PM, Konstantin Belousov wrote: The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=97722455cce4f8398f6411eaaa80d595dcb5fb3c commit 97722455cce4f8398f6411eaaa80d595dcb5fb3c Author: Konstantin Belousov AuthorDate: 2021-12-06 20:14:25 + C

git: 1d640e613584 - stable/13 - Implement GET_STACK_USAGE on remaining archs

2021-12-07 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=1d640e61358469c17fb0ce340f78104a50b26959 commit 1d640e61358469c17fb0ce340f78104a50b26959 Author: Mitchell Horne AuthorDate: 2021-11-25 16:01:11 + Commit: Mitchell Horne CommitDate: 2021-12

git: a8adbe528446 - stable/13 - arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGE

2021-12-07 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=a8adbe528446352a27e774c7c33bea027e7a7c15 commit a8adbe528446352a27e774c7c33bea027e7a7c15 Author: Mitchell Horne AuthorDate: 2021-11-30 15:15:44 + Commit: Mitchell Horne CommitDate: 2021-12

git: 8dba6a20205d - stable/13 - i386: take pcb and fpu area into account in GET_STACK_USAGE

2021-12-07 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=8dba6a20205dc277aa02fa8c7c56a04cc3715dcd commit 8dba6a20205dc277aa02fa8c7c56a04cc3715dcd Author: Mitchell Horne AuthorDate: 2021-11-25 15:54:33 + Commit: Mitchell Horne CommitDate: 2021-12

git: 73db11a4d1e1 - main - depend-cleanup.sh: Make the output message more precise

2021-12-07 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=73db11a4d1e1940b6be65e72bb02bb0d4a701b95 commit 73db11a4d1e1940b6be65e72bb02bb0d4a701b95 Author: Mark Johnston AuthorDate: 2021-12-07 18:01:05 + Commit: Mark Johnston CommitDate: 2021-12-07 18:0

git: 187fe192ce0a - main - depend-cleanup.sh: Handle commit cbdec8db18b5

2021-12-07 Thread Mark Johnston
"$OBJTOP"/$1/$2.*o \ + "$OBJTOP"/obj-lib32/$1/.depend.$2.* \ + "$OBJTOP"/obj-lib32/$1/$2.*o fi } @@ -72,4 +75,6 @@ if [ -e "$OBJTOP"/lib/ncurses/ncursesw ]; then fi # 20210608 f20893853e8emove from atomic.S to atomi

git: 38dbca724335 - main - Teach vm.pmap.kernel_maps about both XN bits

2021-12-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=38dbca724335fec679e79b72d91a8e36b2624fe1 commit 38dbca724335fec679e79b72d91a8e36b2624fe1 Author: Andrew Turner AuthorDate: 2021-12-06 13:08:39 + Commit: Andrew Turner CommitDate: 2021-12-07 15:

git: 22d368ca46eb - stable/12 - pf: remove unused variables

2021-12-07 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=22d368ca46ebff4d75a7ddf0af2f115084f3939c commit 22d368ca46ebff4d75a7ddf0af2f115084f3939c Author: Kristof Provost AuthorDate: 2021-11-22 19:30:22 + Commit: Kristof Provost CommitDate: 2021-12-0

git: 3d11fa82c812 - stable/13 - pf: remove unused variables

2021-12-07 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3d11fa82c812060594152ed2e9e397e5d5fa838f commit 3d11fa82c812060594152ed2e9e397e5d5fa838f Author: Kristof Provost AuthorDate: 2021-11-22 19:30:22 + Commit: Kristof Provost CommitDate: 2021-12-0

git: 03f0393477db - main - ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.

2021-12-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=03f0393477db4c11f8dc4166fadc2628b2c15ae9 commit 03f0393477db4c11f8dc4166fadc2628b2c15ae9 Author: Hans Petter Selasky AuthorDate: 2021-12-07 10:50:38 + Commit: Hans Petter Selasky CommitDate:

git: 83237efcdbc1 - main - kldstat(8): style(9) fixes.

2021-12-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=83237efcdbc183e14a27a93579e53bb571756d6a commit 83237efcdbc183e14a27a93579e53bb571756d6a Author: Hans Petter Selasky AuthorDate: 2021-11-09 21:09:59 + Commit: Hans Petter Selasky CommitDate:

git: 67cbbf19595d - main - ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disable isochronous transfers.

2021-12-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=67cbbf19595da4565d3c8603030fdb8d33ed571e commit 67cbbf19595da4565d3c8603030fdb8d33ed571e Author: Hans Petter Selasky AuthorDate: 2021-12-07 10:28:21 + Commit: Hans Petter Selasky CommitDate:

git: 6f78736cb120 - main - ocs_fc: Remove unused function delarations.

2021-12-07 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=6f78736cb12026fcb423e1b313e83efb80597f21 commit 6f78736cb12026fcb423e1b313e83efb80597f21 Author: Ram Kishore Vegesna AuthorDate: 2021-12-06 07:02:02 + Commit: Ram Kishore Vegesna CommitDate: 2021-