created | 2021-11-13T16:07:57Z |
---|---|
begin | 2021-11-08T00:00:00Z |
end | 2021-11-09T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2021-11-08T04:15:46Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_veb.c | log | diff | annotate |
message |
veb rules are an smr list, so traversal should be in an smr crit section reported by stsp@ an earlier diff was tested by and ok stsp@ ok jmatthew@ |
date | 2021-11-08T04:50:54Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_mpe.c | log | diff | annotate |
message | whitespace tweaks, no functional change. |
date | 2021-11-08T04:54:44Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_bpe.c | log | diff | annotate |
message | whitespace tweak, no functional change |
date | 2021-11-08T07:05:21Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/uhidev.c | log | diff | annotate |
message |
Plug uhidev memory leak during detach. Thanks to Damien Couderc <openbsd at petrocore dot eu> for testing and ok gnezdo@ |
date | 2021-11-08T14:51:30Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/Attic/ieee80211_mira.c | log | diff | annotate |
src/sys/net80211/Attic/ieee80211_mira.h | log | diff | annotate | |
message |
Send MiRA source files to the Attic. These files were unhooked from the build in April 2021. |
date | 2021-11-08T14:52:08Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/conf/files | log | diff | annotate |
message | remove reference to ieee80211_mira.c which has been sent to the Attic |
date | 2021-11-08T22:36:18Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/netinet/ip_esp.c | log | diff | annotate |
message |
Use plen consistently. ok patrick@ |