created | 2019-05-08T06:31:56Z |
---|---|
begin | 2018-02-18T00:00:00Z |
end | 2018-02-19T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2018-02-18T07:45:39Z | |||
---|---|---|---|---|
author | jmc | |||
files | src/sys/arch/amd64/stand/boot/boot.8 | log | diff | annotate |
message |
document "machine video"; requested by tinker while here, put "directory" in the right place |
date | 2018-02-18T14:42:32Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/ipifuncs.c | log | diff | annotate |
message |
Replace a full memory barrier with a write-write barrier. The full barrier is overkill when forcing parameter visibility before IPIs. |
date | 2018-02-18T14:50:08Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/include/cpu.h | log | diff | annotate |
src/sys/arch/octeon/octeon/locore.S | log | diff | annotate | |
message | Inline hw_{get,set}curcpu() to streamline the machine code. |
date | 2018-02-18T19:11:27Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/kern/uipc_socket2.c | log | diff | annotate |
message |
Revert previous. It triggers mbuf pool exhaustion on arm64. Requested by claudio@ |
date | 2018-02-18T21:45:30Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
- regression in pflog output pf_match_rule() must remember current anchor before descents towards leaf. it must restore anchor as it ascents towards root. Bug pointed out and fix also tested by Matthias Pitzl from genua. OK bluhm@ |
date | 2018-02-18T23:53:17Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_mobileip.c | log | diff | annotate |
message |
don't allow configuration of non-ipv4 addresses. i found out how to do this while reading the freebsd stf(4) driver. |