git: 582469016aed - main - LinuxKPI: 802.11: initalize lsta to NULL in linuxkpi_ieee80211_rx()

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=582469016aed4fac3a7ead24dc31000edbb7e823 commit 582469016aed4fac3a7ead24dc31000edbb7e823 Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 22:35:00 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 21

git: 5bbf4b629186 - main - net80211: fix IEEE80211_FHT_BITS

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5bbf4b6291863452acfb5a7fc76f227848841cac commit 5bbf4b6291863452acfb5a7fc76f227848841cac Author: Bjoern A. Zeeb AuthorDate: 2024-05-31 21:48:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 21

git: 3e0915b7b685 - main - LinuxKPI: 802.11: Fix definition of IEEE80211_HT_CAP_RX_STBC

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3e0915b7b6857afdbd283f2d448906e6a032ee07 commit 3e0915b7b6857afdbd283f2d448906e6a032ee07 Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 21:57:45 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 21

git: 105b9df26ee0 - main - LinuxKPI: 802.11: close race lkpi_sta_scan_to_auth()/(*iv_update_bss)()

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=105b9df26ee0286f3a5a7d191075e068dee1c4a2 commit 105b9df26ee0286f3a5a7d191075e068dee1c4a2 Author: Bjoern A. Zeeb AuthorDate: 2024-02-18 20:57:51 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 21

git: 886653492945 - main - LinuxKPI: 802.11: make sure we can send DISASSOC or DEAUTH frames

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=886653492945f7e945eb9bdaf5bc2ae26df96236 commit 886653492945f7e945eb9bdaf5bc2ae26df96236 Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 22:54:36 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 21

git: 3753988c5d22 - main - LinuxKPI: pm: add SET_SYSTEM_SLEEP_PM_OPS() and device_can_wakeup()

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3753988c5d22393fbdefb6aa16b5a5a699d05642 commit 3753988c5d22393fbdefb6aa16b5a5a699d05642 Author: Bjoern A. Zeeb AuthorDate: 2024-04-06 21:15:16 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 22

Re: git: 2b887687edc2 - main - Hyper-V: TLB flush enlightment using hypercall

2024-06-07 Thread Bjoern A. Zeeb
u_ptr(void); | ^~ 1 warning generated. /usr/src/bz_wifi_11n/sys/dev/hyperv/vmbus/vmbus.c:143:13: warning: unused function 'alloc_pcpu_ptr' [-Wunused-function] 143 | static void alloc_pcpu_ptr(void); | ^~~~~~

git: 63a327b954a3 - main - LinuxKPI: 802.11: use net80211 IEEE80211_HTCAP_* definitions

2024-06-07 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=63a327b954a38ecd46934a2911321f3ea3d500b3 commit 63a327b954a38ecd46934a2911321f3ea3d500b3 Author: Bjoern A. Zeeb AuthorDate: 2024-06-07 23:57:04 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-07 23

Re: git: 50ecbc5142e1 - main - libipsec: make const-correct

2024-06-16 Thread Bjoern A. Zeeb
-- Bjoern A. Zeeb r15:7

Re: git: a1181662d370 - main - LinuxKPI: Add devm_device_add_group to linux/device.h

2024-07-22 Thread Bjoern A. Zeeb
) \ + lkpi_devm_device_add_group(dev, group) I thought we would use linuxkpi_ as prefix for publicly exposed LinuxKPI related functions and lkpi_ for "internal" FreeBSD specific code which does not follow Linux KPI? Can this be fixed before MFC? -- Bjoe

Re: git: a1181662d370 - main - LinuxKPI: Add devm_device_add_group to linux/device.h

2024-07-24 Thread Bjoern A. Zeeb
dig it up and restart the thread with the current set of people. /bz -- Bjoern A. Zeeb r15:7

git: 9e6544dd6e02 - main - malloc(9): extend contigmalloc(9) by a "slab cookie"

2024-07-24 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b commit 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b Author: Bjoern A. Zeeb AuthorDate: 2024-06-30 19:00:44 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-24 10

git: c0df224ba5b1 - main - kern_malloc: remove '.' and '\n' from KASSERT/panic

2024-07-24 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c0df224ba5b1fe6257dd197f8298bf59fb6e520f commit c0df224ba5b1fe6257dd197f8298bf59fb6e520f Author: Bjoern A. Zeeb AuthorDate: 2024-07-23 18:27:46 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-24 10

git: 4d8c65b466fc - main - LinuxKPI: remove dummy kstrtox.h

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4d8c65b466fccc875a2ddf10b1c93fdb9a26d7bc commit 4d8c65b466fccc875a2ddf10b1c93fdb9a26d7bc Author: Bjoern A. Zeeb AuthorDate: 2024-07-25 12:42:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 12

git: bd206a6f4a87 - main - LinuxKPI: 802.11: consistently spell TRACE-RX: as such

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=bd206a6f4a87214ae8c1b32f1051b07362080361 commit bd206a6f4a87214ae8c1b32f1051b07362080361 Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 22:31:32 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 13

git: db8b3578627b - main - LinuxKPI: 802.11: implement ieee80211_sn_*()

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=db8b3578627b5be93eba019ab2bbe3c03f7366f4 commit db8b3578627b5be93eba019ab2bbe3c03f7366f4 Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 22:12:56 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 15

git: 59d262fe969a - main - LinuxKPI: 802.11 compile in debugging based on IEEE80211 debugging

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=59d262fe969af5a8a83f0ccd7586c9bd2c8fb1f3 commit 59d262fe969af5a8a83f0ccd7586c9bd2c8fb1f3 Author: Bjoern A. Zeeb AuthorDate: 2024-04-06 21:17:58 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 15

git: e8fe3b9e731d - main - arm64: turn on IEEE80211 debugging and IEEE80211_SUPPORT_MESH too

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=e8fe3b9e731d4c40cd122aeaf58bbb175c135cfc commit e8fe3b9e731d4c40cd122aeaf58bbb175c135cfc Author: Bjoern A. Zeeb AuthorDate: 2024-04-06 21:14:37 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 16

git: 4aff4048f5b1 - main - LinuxKPI: 802.11: support manual lladdr changes

2024-07-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4aff4048f5b1b6ab0b905726853ba6083e37cc37 commit 4aff4048f5b1b6ab0b905726853ba6083e37cc37 Author: Bjoern A. Zeeb AuthorDate: 2024-07-25 07:53:32 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-25 18

git: d1bdc2821fcd - main - Deprecate contigfree(9) in favour of free(9)

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d1bdc2821fcd416ab9b238580386eb605a6128d0 commit d1bdc2821fcd416ab9b238580386eb605a6128d0 Author: Bjoern A. Zeeb AuthorDate: 2024-07-23 19:21:17 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 10

git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4fab5f005482aa88bc0f7d7a0a5e81b436869112 commit 4fab5f005482aa88bc0f7d7a0a5e81b436869112 Author: Bjoern A. Zeeb AuthorDate: 2024-07-24 15:56:32 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 10

git: 5668c22a13c6 - main - LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_buffer

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5668c22a13c6befa9b8486387d38457c40ce7af4 commit 5668c22a13c6befa9b8486387d38457c40ce7af4 Author: Bjoern A. Zeeb AuthorDate: 2024-06-27 12:19:38 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 10

git: c179937b986e - main - libc/getnameinfo: stop adding NI_NUMERICHOST where inappropriate

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c179937b986ec3959d89bfeb8eed0a6f58a28649 commit c179937b986ec3959d89bfeb8eed0a6f58a28649 Author: Bjoern A. Zeeb AuthorDate: 2024-06-10 11:34:25 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11

git: 9776aba34576 - main - net80211: scan/internal: change boolean argument from int to bool

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9776aba34576596cbe49084457ee40730fec55a2 commit 9776aba34576596cbe49084457ee40730fec55a2 Author: Bjoern A. Zeeb AuthorDate: 2024-06-30 21:16:39 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11

git: 1f7df7570174 - main - LinuxKPI: move __kmalloc from slab.h to slab.c

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1f7df757017404011732196e65981d9325f7a89f commit 1f7df757017404011732196e65981d9325f7a89f Author: Bjoern A. Zeeb AuthorDate: 2024-06-30 20:37:07 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11

Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func

2024-08-11 Thread Bjoern A. Zeeb
they actually were. Do you have that? -- Bjoern A. Zeeb r15:7

git: 9c0cce328363 - main - usb: correct the rtw8821cu quirk and add another wireless rtw88 device

2024-08-27 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9c0cce328363bd62f3c9add67bea7422208d9903 commit 9c0cce328363bd62f3c9add67bea7422208d9903 Author: Bjoern A. Zeeb AuthorDate: 2024-07-31 08:10:24 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-27 17

git: 499c337781bf - main - tools/sdiodevs2h.awk: fix after removal of $FreeBSD$

2024-08-27 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=499c337781bf8df7f97f612b93427b3f53dfd8bb commit 499c337781bf8df7f97f612b93427b3f53dfd8bb Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 18:33:14 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-27 18

git: 51cb6f524457 - main - tools/sdiodevs2h.awk: adjust defined named for vendor and device IDs

2024-08-27 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=51cb6f5244575e1abc008598e90eb35452ffbcac commit 51cb6f5244575e1abc008598e90eb35452ffbcac Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 18:35:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-27 18

git: 8adb745dc971 - main - LinuxKPI: add ENAVAIL error code

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8adb745dc9716e769ef0f7e993cea8a07735d5d8 commit 8adb745dc9716e769ef0f7e993cea8a07735d5d8 Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 21:05:09 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: 1847e63d63f4 - main - LinuxKPI: add no_printk

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1847e63d63f440cfcb2f4ee2c2ee8990f0272d88 commit 1847e63d63f440cfcb2f4ee2c2ee8990f0272d88 Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 21:12:08 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: 273cf7d36336 - main - LinuxKPI: add eth_hdr()

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=273cf7d36336eeed5fc2ad42e5e12a36e36650a0 commit 273cf7d36336eeed5fc2ad42e5e12a36e36650a0 Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 21:07:52 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: f29e915bc0d2 - main - LinuxKPI: add get_random_u8()

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f29e915bc0d216a87f222a208caeb2172c93e4ea commit f29e915bc0d216a87f222a208caeb2172c93e4ea Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 21:20:09 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: a800b5bcd1b6 - main - sdiodevs: add more vendors and devices

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a800b5bcd1b6638530d3a0759b17cd8d93b7e7ca commit a800b5bcd1b6638530d3a0759b17cd8d93b7e7ca Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 20:12:20 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: b4ef1b1be753 - main - tools/sdiodevs2h.awk: introduce palias

2024-09-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=b4ef1b1be753952a4aafa505817164624f712c37 commit b4ef1b1be753952a4aafa505817164624f712c37 Author: Bjoern A. Zeeb AuthorDate: 2024-08-27 18:41:17 + Commit: Bjoern A. Zeeb CommitDate: 2024-08-31 21

git: a84d91d81a6f - main - mmccam: fix mmcsd disk aliases

2024-09-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a84d91d81a6f3eeb4949c4fb3440e0634f2b953a commit a84d91d81a6f3eeb4949c4fb3440e0634f2b953a Author: Bjoern A. Zeeb AuthorDate: 2024-01-21 19:56:27 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-03 21

git: f5c7feee7129 - main - LinuxKPI: add general module_driver(), use it for module_pci_driver()

2024-09-05 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f5c7feee7129dc88a2e5dc3ce0a075cb5e4f534a commit f5c7feee7129dc88a2e5dc3ce0a075cb5e4f534a Author: Bjoern A. Zeeb AuthorDate: 2024-08-28 14:21:33 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-05 12

git: ed4d2a54fc7a - main - rc: network.subr update consitency with older change (v6/v4 order)

2024-09-05 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ed4d2a54fc7a0397c2042f496f176305ca03ebdd commit ed4d2a54fc7a0397c2042f496f176305ca03ebdd Author: Bjoern A. Zeeb AuthorDate: 2024-09-04 19:03:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-05 19

git: 7728586800bd - main - mt76: add mt7615 to the pile of buildable drivers

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=7728586800bd5bb4655cff6d661133ed10cc2ff7 commit 7728586800bd5bb4655cff6d661133ed10cc2ff7 Author: Bjoern A. Zeeb AuthorDate: 2024-09-04 18:38:05 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

git: 01e1131e4a20 - main - LinuxKPI: add pci_err()

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=01e1131e4a20ea377d580ecce210aa86726e71c6 commit 01e1131e4a20ea377d580ecce210aa86726e71c6 Author: Bjoern A. Zeeb AuthorDate: 2024-09-12 20:40:59 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

git: c12e3a05252a - main - LinuxKPI: add more fields to mhi.h

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c12e3a05252ac9f43a6db379f88e4b4a07c06d46 commit c12e3a05252ac9f43a6db379f88e4b4a07c06d46 Author: Bjoern A. Zeeb AuthorDate: 2024-09-12 20:44:06 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

git: 6ed447b51a9d - main - LinuxKPI; add more defintions to netdevice.h

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=6ed447b51a9d6cf22aae2dfba6efce3922ae6d57 commit 6ed447b51a9d6cf22aae2dfba6efce3922ae6d57 Author: Bjoern A. Zeeb AuthorDate: 2024-09-12 20:46:22 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

git: 4b972f77a16f - main - LinuxKPI: some additions for mt76

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4b972f77a16f9a217c211c8c4f28a41eca98554e commit 4b972f77a16f9a217c211c8c4f28a41eca98554e Author: Bjoern A. Zeeb AuthorDate: 2024-09-12 23:08:57 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

git: c1c989588df6 - main - LinuxKPI: 802.11: add futher defines to ieee80211.h and nl80211.h

2024-09-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c1c989588df67396392edceb0e7e7028abc06c49 commit c1c989588df67396392edceb0e7e7028abc06c49 Author: Bjoern A. Zeeb AuthorDate: 2024-09-12 20:34:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-09-13 00

Re: git: 22ca6db50f4e - main - config.mk: Add MK_VIMAGE knob

2024-04-12 Thread Bjoern A. Zeeb
: No such file or directory during builds. I made sure I cleaned the sys/FOO obj tree. Any ideas? -- Bjoern A. Zeeb r15:7

Re: git: 783d3ff6d7fa - main - zfs: merge openzfs/zfs@39be46f43

2024-04-12 Thread Bjoern A. Zeeb
eclaration] -- Bjoern A. Zeeb r15:7

git: a1cdddcf1596 - main - LinuxKPI: add further constants to pci.h

2024-04-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a1cdddcf1596d258ce0b01b156dfd9921bd60e08 commit a1cdddcf1596d258ce0b01b156dfd9921bd60e08 Author: Bjoern A. Zeeb AuthorDate: 2024-03-31 17:26:29 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-12 23

git: 218b2ccf8cc9 - main - LinuxKPI: implement memzero_explicit()

2024-04-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=218b2ccf8cc90698487515c681f3e3453b0dcead commit 218b2ccf8cc90698487515c681f3e3453b0dcead Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 09:30:49 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-12 23

git: f674f016c03d - main - LinuxKPI: add BITS_TO_BYTES()

2024-04-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f674f016c03d49e14f1c651ed088a6f2d01a62ee commit f674f016c03d49e14f1c651ed088a6f2d01a62ee Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 23:48:05 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-12 23

git: 738c02ba24c6 - main - LinuxKPI: add dev_alloc_pages()

2024-04-12 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=738c02ba24c66391870067602f1c9c030d5c5e5d commit 738c02ba24c66391870067602f1c9c030d5c5e5d Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 09:44:29 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-12 23

git: ab95bca9988a - main - net8011: radiotap: add more EHT constants

2024-04-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ab95bca9988ab15a2502efd03db43068a0a2b18b commit ab95bca9988ab15a2502efd03db43068a0a2b18b Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 23:34:22 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-14 23

git: 3d3ec17825a1 - main - LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3d3ec17825a124f0119d76c4d2523d73012fa226 commit 3d3ec17825a124f0119d76c4d2523d73012fa226 Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 09:17:31 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 16

git: 21761f2ede4e - main - LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=21761f2ede4ebad13e78112b9409c1f20f946781 commit 21761f2ede4ebad13e78112b9409c1f20f946781 Author: Bjoern A. Zeeb AuthorDate: 2024-03-31 17:27:45 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 16

git: 170c2e0e2bb1 - main - LinuxKPI: add devm_kfree()

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=170c2e0e2bb1b2d9a7661ba729f8264381c9d9d7 commit 170c2e0e2bb1b2d9a7661ba729f8264381c9d9d7 Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 09:45:43 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 16

git: ac867c20e674 - main - LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ac867c20e67423e5019ab90148c387ea127eeffb commit ac867c20e67423e5019ab90148c387ea127eeffb Author: Bjoern A. Zeeb AuthorDate: 2024-02-18 18:07:00 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 17

git: cd9fee3d2c37 - main - net80211: amrr_init: change order of commands

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=cd9fee3d2c370e81109505c2abfd381af952e9b3 commit cd9fee3d2c370e81109505c2abfd381af952e9b3 Author: Bjoern A. Zeeb AuthorDate: 2024-02-05 14:48:08 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 17

git: 1665ef979d3a - main - LinuxKPI: 802.11: disable early queue wakeup workaround; better classify

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1665ef979d3adab05d178480077674ab5978e4f0 commit 1665ef979d3adab05d178480077674ab5978e4f0 Author: Bjoern A. Zeeb AuthorDate: 2024-02-16 21:14:02 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 17

git: 3f115b864b1f - main - git/mfc-candidates.sh: allow comments in exclude file

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3f115b864b1fba951ce60970b5febb4e593b1f77 commit 3f115b864b1fba951ce60970b5febb4e593b1f77 Author: Bjoern A. Zeeb AuthorDate: 2023-11-28 19:09:07 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 17

git: 2a8c50592f7f - main - LinuxKPI: add __counted_by() and __nonstring

2024-04-15 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=2a8c50592f7fce8bceedf004f674a5a9eae0fd46 commit 2a8c50592f7fce8bceedf004f674a5a9eae0fd46 Author: Bjoern A. Zeeb AuthorDate: 2024-04-02 09:41:54 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-15 19

Re: git: 1719886f6d08 - main - zfs: merge openzfs/zfs@90ba19eb7

2024-04-16 Thread Bjoern A. Zeeb
b/openzfs/module/icp/asm-aarch64/blake3/b3_aarch64_sse2.S:37:5: error: 'LD_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef] -- Bjoern A. Zeeb r15:7

git: 563c72e2137c - main - LinuxKPI: utsname.h add missing SPDX-License-Identifier

2024-04-19 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=563c72e2137cb8cb9eb0eabf78319e8fe9c8aedd commit 563c72e2137cb8cb9eb0eabf78319e8fe9c8aedd Author: Bjoern A. Zeeb AuthorDate: 2024-04-19 18:23:12 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-19 18

git: ad31d4764255 - main - bsdinstall: update comment related to pkg

2024-04-25 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ad31d4764255c0848f1f0fa10760d16b5a2922aa commit ad31d4764255c0848f1f0fa10760d16b5a2922aa Author: Bjoern A. Zeeb AuthorDate: 2024-04-25 14:47:30 + Commit: Bjoern A. Zeeb CommitDate: 2024-04-25 17

Re: git: c7f5f140bfdd - main - net80211: add initial key management suites from 802.11-2016, APIs to register them

2024-05-14 Thread Bjoern A. Zeeb
const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, -- Bjoern A. Zeeb r15:7

Re: git: cff79fd02636 - main - linuxkpi: Fix spin_lock_init

2024-05-17 Thread Bjoern A. Zeeb
destroy locks like we do? I believe for rwlocks I had left that remark on the review: https://reviews.freebsd.org/D45206#1031316 So if you use WITNESS anywhere you could only really do so for "internal" parts but nowhere in Linux driver code as t

Re: git: cff79fd02636 - main - linuxkpi: Fix spin_lock_init

2024-05-17 Thread Bjoern A. Zeeb
tioned elsewhere; it is funny this exists^^^ -- Bjoern A. Zeeb r15:7

Re: git: cff79fd02636 - main - linuxkpi: Fix spin_lock_init

2024-05-21 Thread Bjoern A. Zeeb
On Mon, 20 May 2024, John Baldwin wrote: On 5/17/24 2:36 PM, Bjoern A. Zeeb wrote: On Fri, 17 May 2024, John Baldwin wrote: On 5/17/24 9:33 AM, Emmanuel Vadot wrote: On Fri, 17 May 2024 09:07:53 -0700 John Baldwin wrote: On 5/16/24 10:59 PM, Emmanuel Vadot wrote: The branch main has

git: 69b6c4a6ec66 - main - LinuxKPI: 802.11: fix for_each_sta_active_link()

2024-05-21 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=69b6c4a6ec6654978628ccd48edce46f00ac3e96 commit 69b6c4a6ec6654978628ccd48edce46f00ac3e96 Author: Bjoern A. Zeeb AuthorDate: 2024-05-21 21:58:47 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-21 22

git: 8e4b8e9d807a - main - LinuxKPI: add kvmemdup()

2024-05-21 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8e4b8e9d807aa379d2a1c3aaac2537ba7d6bf0bf commit 8e4b8e9d807aa379d2a1c3aaac2537ba7d6bf0bf Author: Bjoern A. Zeeb AuthorDate: 2024-05-13 17:43:25 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-21 22

git: bb025df25738 - main - LinuxKPI: add FIELD_PREP_CONST()

2024-05-21 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=bb025df257386c5d1087b652e8ed951bceb89862 commit bb025df257386c5d1087b652e8ed951bceb89862 Author: Bjoern A. Zeeb AuthorDate: 2024-05-13 17:40:26 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-21 23

git: 5a4d24610fc6 - main - LinuxKPI: 802.11: change teardown order to avoid iwlwifi firmware crashes

2024-05-22 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5a4d24610fc6143ac1d570fe2b5160e8ae893c2c commit 5a4d24610fc6143ac1d570fe2b5160e8ae893c2c Author: Bjoern A. Zeeb AuthorDate: 2024-05-22 02:24:51 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-22 21

git: d1af434d9994 - main - LinuxKPI: 802.11: rename chanctx_conf for consistency

2024-05-22 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d1af434d99941d32a09c48fb3ef77ef83e203d29 commit d1af434d99941d32a09c48fb3ef77ef83e203d29 Author: Bjoern A. Zeeb AuthorDate: 2024-05-13 21:03:31 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-22 21

git: d33f5a0afa54 - main - fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi

2024-05-23 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d33f5a0afa54be7f18775f6506f015c7f79a6a5f commit d33f5a0afa54be7f18775f6506f015c7f79a6a5f Author: Bjoern A. Zeeb AuthorDate: 2024-04-23 01:10:07 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-23 22

git: 45bce6fa306f - main - LinuxKPI: 802.11: lock MO tx/wake_tx_queue() downcalls

2024-05-23 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=45bce6fa306fc3a211949f63c9bbb7932fe5a3bd commit 45bce6fa306fc3a211949f63c9bbb7932fe5a3bd Author: Bjoern A. Zeeb AuthorDate: 2024-02-18 21:07:08 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-23 23

git: ecd1d1f1dac4 - main - LinuxKPI: remove extern from function declarations

2024-05-30 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ecd1d1f1dac49c7ecbf1e7c5ffc64356c2851efd commit ecd1d1f1dac49c7ecbf1e7c5ffc64356c2851efd Author: Bjoern A. Zeeb AuthorDate: 2024-05-27 19:49:45 + Commit: Bjoern A. Zeeb CommitDate: 2024-05-30 21

git: 9e012a9da5df - main - iwn(4): correct debug message: "not" to "no"

2024-06-05 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9e012a9da5df131b64c2dfd7d9b6645af4ccef0f commit 9e012a9da5df131b64c2dfd7d9b6645af4ccef0f Author: Bjoern A. Zeeb AuthorDate: 2024-06-05 22:01:06 + Commit: Bjoern A. Zeeb CommitDate: 2024-06-05 22

Re: git: b0e13f785b33 - main - netinet: Define IPv6 ECN mask

2024-01-15 Thread Bjoern A. Zeeb
/* LITTLE_ENDIAN */ #endif #define IPV6_FLOWLABEL_LEN 20 -- Bjoern A. Zeeb r15:7

git: 61a0eaca0dd7 - main - MAINTAINERS: change linuxkpi review Phabricator group.

2024-01-16 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=61a0eaca0dd7de0c08b46c986aee345922c804f0 commit 61a0eaca0dd7de0c08b46c986aee345922c804f0 Author: Bjoern A. Zeeb AuthorDate: 2024-01-15 12:26:45 + Commit: Bjoern A. Zeeb CommitDate: 2024-01-16 19

Re: git: 3be59adbb5a2 - main - vtnet: Adjust for ethernet alignment.

2024-01-29 Thread Bjoern A. Zeeb
Netflix Reviewed by:bryanv Differential Revision: https://reviews.freebsd.org/D43224 -- Bjoern A. Zeeb r15:7

git: 828ce22f079d - main - LinuxKPI: 802.11: fix field order in ieee80211_key_conf

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=828ce22f079df77b3bf52c4cf296959ea66bdc11 commit 828ce22f079df77b3bf52c4cf296959ea66bdc11 Author: Bjoern A. Zeeb AuthorDate: 2024-01-28 00:51:23 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 2f029bf911e2 - main - LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* defines

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=2f029bf911e29dc46c32ea142daba4f26a2078f4 commit 2f029bf911e29dc46c32ea142daba4f26a2078f4 Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 14:21:17 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

Re: git: ce348fe5cfc3 - main - amd64 & i386: enable VIMAGE in MINIMAL

2024-02-03 Thread Bjoern A. Zeeb
e the initial reasons for the above request. Would people thinkg this would be a better solution (at least for the X86 world) -- still ahving to deal with arm64 and others then. -- Bjoern A. Zeeb r15:7

git: e1d31d0685f0 - main - iwlwifi: adjust to make d3.c compile

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=e1d31d0685f0b430f385023b7de49f47be6c7de0 commit e1d31d0685f0b430f385023b7de49f47be6c7de0 Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 14:23:01 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 8f7c32a41a6a - main - iwlwifi: add the d3 (PM) bits to the Makefile (disabled)

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8f7c32a41a6a6d88e36ce2f588489274193c2c9a commit 8f7c32a41a6a6d88e36ce2f588489274193c2c9a Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 12:51:16 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 2d9d35837d8e - main - LinuxKPI: implement memset_after()

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=2d9d35837d8ea3ee7d7447d63a8755d45ec2fd96 commit 2d9d35837d8ea3ee7d7447d63a8755d45ec2fd96 Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 14:19:59 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 8a5a3e3d0436 - main - net80211: fix a NULL deref in ieee80211_sta_join1()

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8a5a3e3d0436a2de9dc5c2c10bd9a471b6338233 commit 8a5a3e3d0436a2de9dc5c2c10bd9a471b6338233 Author: Bjoern A. Zeeb AuthorDate: 2024-01-16 18:53:06 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 49619f73151a - main - net80211: make sure calls to (*iv_update_bss)() are locked

2024-02-03 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=49619f73151aeaca4cef5adf631253da04a46e19 commit 49619f73151aeaca4cef5adf631253da04a46e19 Author: Bjoern A. Zeeb AuthorDate: 2024-01-19 14:52:03 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-03 13

git: 48d689d6cabe - main - net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=48d689d6cabe41f9c04e75b774ef5b3e45b94469 commit 48d689d6cabe41f9c04e75b774ef5b3e45b94469 Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 20:59:05 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: 53eb2c63c962 - main - LinuxKPI: 802.11: correct HT protection fields

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=53eb2c63c9628f7f19d88d759e1932c10c9f08af commit 53eb2c63c9628f7f19d88d759e1932c10c9f08af Author: Bjoern A. Zeeb AuthorDate: 2024-01-29 22:35:08 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: df9d7d1e0eb6 - main - iwlwifi: improve error message

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=df9d7d1e0eb6004c5f5fde78bcc7c28cc27950fb commit df9d7d1e0eb6004c5f5fde78bcc7c28cc27950fb Author: Bjoern A. Zeeb AuthorDate: 2024-02-12 16:09:12 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: 713db49d06de - main - net80211: deal with lost state transitions

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=713db49d06deee90dd358b2e4b9ca05368a5eaf6 commit 713db49d06deee90dd358b2e4b9ca05368a5eaf6 Author: Bjoern A. Zeeb AuthorDate: 2024-01-10 10:14:16 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: 2ac8a2189ac6 - main - LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss)

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=2ac8a2189ac6707f48f77ef2e36baf696a0d2f40 commit 2ac8a2189ac6707f48f77ef2e36baf696a0d2f40 Author: Bjoern A. Zeeb AuthorDate: 2024-02-03 16:33:56 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: 0936c648ad0e - main - LinuxKPI: 802.11: update the ni/lsta reference cycle

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=0936c648ad0ee5152dc19f261e77fe9c1833fe05 commit 0936c648ad0ee5152dc19f261e77fe9c1833fe05 Author: Bjoern A. Zeeb AuthorDate: 2024-02-05 14:51:08 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 19

git: 70617458676e - main - LinuxKPI: sort dev_() functions

2024-02-14 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=70617458676eb0b0076aa19657d21f2a9f3b704a commit 70617458676eb0b0076aa19657d21f2a9f3b704a Author: Bjoern A. Zeeb AuthorDate: 2024-02-01 23:56:45 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-14 22

git: fa4e42579436 - main - LinuxKPI: 802.11: lsta txq locking cleanup

2024-02-16 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=fa4e4257943650c0b5f58c01bb0bdfadea61dfb2 commit fa4e4257943650c0b5f58c01bb0bdfadea61dfb2 Author: Bjoern A. Zeeb AuthorDate: 2024-02-14 21:56:48 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-16 15

git: a890a3a5ddf3 - main - net80211: increase number of spares in struct ieee80211_vap

2024-02-18 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a890a3a5ddf33acb0a4000885945b89156799b07 commit a890a3a5ddf33acb0a4000885945b89156799b07 Author: Bjoern A. Zeeb AuthorDate: 2024-02-18 17:47:22 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-18 17

git: c81df1c11262 - main - iicbus/mux/pca954x: add support for PCA9546 I2C Switch

2024-02-21 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c81df1c112621803abe6a43aa89238c830e86b72 commit c81df1c112621803abe6a43aa89238c830e86b72 Author: Bjoern A. Zeeb AuthorDate: 2024-02-21 09:10:55 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-21 16

git: 89c1e54a71cc - main - ath(4): always enable 11n

2024-02-22 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=89c1e54a71cc4e04d4c575ee6df956a12e163cde commit 89c1e54a71cc4e04d4c575ee6df956a12e163cde Author: Bjoern A. Zeeb AuthorDate: 2024-02-18 18:16:24 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-22 22

git: 46a968ecfb57 - main - dev/uart: name uart_class_set DATA_SET macro UART_CLASS()

2024-02-22 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=46a968ecfb57ed3e7429c5ca9b184a8efe4e3d83 commit 46a968ecfb57ed3e7429c5ca9b184a8efe4e3d83 Author: Bjoern A. Zeeb AuthorDate: 2024-02-19 20:40:03 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-22 22

git: 759a996d610d - main - LinuxKPI: 802.11: implement a deferred RX path

2024-02-22 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=759a996d610d9354aac5c48a6bdc9cedcba2f48b commit 759a996d610d9354aac5c48a6bdc9cedcba2f48b Author: Bjoern A. Zeeb AuthorDate: 2024-02-12 16:03:13 + Commit: Bjoern A. Zeeb CommitDate: 2024-02-22 22

Re: git: 47e073941f4e - main - Import the kernel parts of bhyve/arm64

2024-02-25 Thread Bjoern A. Zeeb
On Wed, 21 Feb 2024, Andrew Turner wrote: The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=47e073941f4e7ca6e9bde3fa65abbfcfed6bfa2b commit 47e073941f4e7ca6e9bde3fa65abbfcfed6bfa2b Author: Andrew Turner AuthorDate: 2024-01-09 15:22:27 + Commit:

  1   2   3   4   5   6   7   8   9   10   >