created | 2018-12-02T20:28:57Z |
---|---|
begin | 2018-10-29T00:00:00Z |
end | 2018-10-30T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-10-29T00:11:37Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
message | needs sys/lock.h |
date | 2018-10-29T09:51:20Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_etherip.c | log | diff | annotate |
message | use the tunnelttl in the ip6 encap too, not ip6_defhlim. |
date | 2018-10-29T12:12:27Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/uipc_socket2.c | log | diff | annotate |
message |
Now that most archs have better NMBCLUSTERS defaults it is possible to bring back rev 1.90. ---- mbufs and mbuf clusters are now backed by large pools. Because of this we can relax the oversubscribe limit of socketbuffers a fair bit. Instead of maxing out as sb_max * 1.125 or 2 * sb_hiwat the maximum is increased to 8 * sb_hiwat -- which seems to be a good compromise between memory waste and better socket buffer usage. OK deraadt@ ---- ok benno@ |
date | 2018-10-29T14:29:44Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/subr_prf.c | log | diff | annotate |
message | irrelevant part snuck into previous commit; from semarie |
date | 2018-10-29T17:10:40Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/sys/cdefs.h | log | diff | annotate |
message |
Support _ISOC11_SOURCE for forcing C11 feature visibility. Change the default when no feature test defines are given to be C11 instead of C99 headers. ok kettenis@ millert@ naddy@ doesn't think ports needs any pretesting for this |