created | 2019-05-08T03:15:14Z |
---|---|
begin | 2017-11-22T00:00:00Z |
end | 2017-11-23T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2017-11-22T12:28:49Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
src/sys/netinet/ip_output.c | log | diff | annotate | |
message |
It does not make sense to call pcb lookup from pf during packet forwarding. It should never match and would cause MP locking problems. While there remove an useless ifp parameter from ip_output_ipsec_send(). from markus@; OK visa@ sashan@ |
date | 2017-11-22T21:22:40Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/stand/efiboot/Makefile | log | diff | annotate |
message |
Add __aeabi_ldivmod.S. Needed for clang. ok deraadt@, patrick@ |