created | 2019-06-22T11:18:33Z |
---|---|
begin | 2019-06-16T00:00:00Z |
end | 2019-06-17T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2019-06-16T00:10:37Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/net/if_pppoe.c | log | diff | annotate |
message |
Use timeout_add_sec(9) All ticks arguments to timeout_add() calls are positive multiple of hz, so simply reduce it and use the appropiate function. Also, (hz / 50) [ticks] = 1 / 50 [s] = 20 [ms]. OK mpi |
date | 2019-06-16T00:56:53Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/kern_sysctl.c | log | diff | annotate |
message |
In previous commit I forgot a net unlock if the PCB of the socket was already gone. OK mpi@ |
date | 2019-06-16T02:32:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dpp.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | log | diff | annotate | |
message |
drm/amd/display: Use plane->color_space for dpp if specified From Nicholas Kazlauskas 668440f6ee3f553252cb52da488d3ac3ba404382 in linux 4.19.y/4.19.51 a1e07ba89d49581471d64c48152dbe03b42bd025 in mainline linux |
date | 2019-06-16T21:00:42Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message |
SYS___realpath is legitimately PLEDGE_STDIO, because the other pledge feature bits checked in namei() |