created | 2025-03-29T14:23:21Z |
---|---|
begin | 2025-03-22T00:00:00Z |
end | 2025-03-23T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2025-03-22T07:24:08Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/net80211/ieee80211_crypto.h | log | diff | annotate |
src/sys/net80211/ieee80211_input.c | log | diff | annotate | |
src/sys/net80211/ieee80211_ioctl.c | log | diff | annotate | |
src/sys/net80211/ieee80211_ioctl.h | log | diff | annotate | |
src/sys/net80211/ieee80211_node.c | log | diff | annotate | |
message |
Add SAE AKMP to define support for SAE. ok stsp@ sthen@ jca@, also tested by kirill@ |
date | 2025-03-22T18:14:37Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/dsdt.c | log | diff | annotate |
message |
Fix the implementation of Divide() such that we don't accidentally overwrite its inputs when we still need them to calculate the result of the division. Debugging by Peter Toth. ok mlarkin@ |