created | 2018-11-30T04:00:25Z |
---|---|
begin | 2018-09-08T00:00:00Z |
end | 2018-09-09T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-09-08T01:03:59Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/net/if.c | log | diff | annotate |
message |
Don't cause an error when setting the same rdomain. Found by asou at soum.co.jp. ok claudio mpi akoshibe benno |
date | 2018-09-08T13:16:58Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf_norm.c | log | diff | annotate |
src/sys/net/pfvar.h | log | diff | annotate | |
message |
Split the pf(4) fragment reassembly queue into smaller parts. Remember 16 entry points based on the fragment offset. Instead of a worst case of 8196 list traversals we now check a maximum of 512 list entries or 16 array elements. discussed with claudio@ and sashan@; OK sashan@ |
date | 2018-09-08T20:12:54Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/arch/arm64/include/param.h | log | diff | annotate |
message |
Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB. May help ports builders to not run out of memory. Lots of agreement and OK n2k18@ |