created | 2019-10-20T12:09:23Z |
---|---|
begin | 2019-10-17T00:00:00Z |
end | 2019-10-18T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-10-17T00:51:28Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/netinet/in_pcb.h | log | diff | annotate |
src/sys/netinet6/in6_pcb.c | log | diff | annotate | |
message |
in6_setsockaddr and in6_setpeeraddr can't fail, so let them return void. this also brings them in line with the AF_INET equivalents. ok visa@ bluhm@ |
date | 2019-10-17T11:23:49Z | |||
---|---|---|---|---|
author | millert | |||
files | src/sys/net/if_pflog.c | log | diff | annotate |
src/sys/net/pf.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_subr.c | log | diff | annotate | |
message |
Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is clearer and more consistent with the rest of the kernel. OK deraadt@ sashan@ |
date | 2019-10-17T13:42:15Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/arch/sgi/dev/iockbc.c | log | diff | annotate |
src/sys/arch/sgi/dev/mkbc.c | log | diff | annotate | |
message | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ |
date | 2019-10-17T15:38:56Z | |||
---|---|---|---|---|
author | drahn | |||
files | src/sys/arch/arm64/arm64/trap.c | log | diff | annotate |
src/sys/arch/arm64/include/armreg.h | log | diff | annotate | |
message |
Cache flush operations on arm64 were being incorrectly treated as write operations, however they should be treated as read per the design. Switch to using bit defines, correct said defines. Fixes cache flushing causing Firefox to abort. ok kettenis@ kurt@ |
date | 2019-10-17T22:19:35Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dce100/dce100_resource.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_resource.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/dc/dce112/dce112_resource.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/dc/dce120/dce120_resource.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/dc/dce80/dce80_resource.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_resource.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/dc/inc/resource.h | log | diff | annotate | |
message |
drm/amd/display: num of sw i2c/aux engines less than num of connectors From Hersen Wu 0e8e4fbf8d8905071c045f2922de55adbe1a6abe in mainline linux Avoids a NULL deref of aux_engine in dc_link_aux_transfer() with 'ASRock A320M-HDV R4.0' and Raven Ridge reported by semarie@ on bugs@. ok semarie@ |
date | 2019-10-17T22:26:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/sxidog.c | log | diff | annotate |
message |
Avoid including an armv7 MD header. ok jsg@ |
date | 2019-10-17T22:32:06Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
Enable sxidog(4). ok jsg@ |