created | 2019-07-25T11:38:59Z |
---|---|
begin | 2019-07-11T00:00:00Z |
end | 2019-07-12T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2019-07-11T01:35:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_panel_orientation_quirks.c | log | diff | annotate |
message |
drm: panel-orientation-quirks: Add quirk for GPD pocket2 From Hans de Goede 2446563dd6d7cbd850d26943e30aeedd3501a54c in linux 4.19.y/4.19.58 15abc7110a77555d3bf72aaef46d1557db0a4ac5 in mainline linux |
date | 2019-07-11T01:38:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_panel_orientation_quirks.c | log | diff | annotate |
message |
drm: panel-orientation-quirks: Add quirk for GPD MicroPC From Hans de Goede 027e043f9c78c06d3c3e0fa657a831d7f3d82e9c in linux 4.19.y/4.19.58 652b8b086538c8a10de5aa5cbdaef79333b46358 in mainline linux |
date | 2019-07-11T01:43:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/intel_csr.c | log | diff | annotate |
message |
drm/i915/dmc: protect against reading random memory From Lucas De Marchi 600d3712ae122be3ceab0d7ac8246caa3d87dcea in linux 4.19.y/4.19.58 bc7b488b1d1c71dc4c5182206911127bc6c410d6 in mainline linux |
date | 2019-07-11T01:46:35Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/powerplay/inc/hwmgr.h | log | diff | annotate | |
src/sys/dev/pci/drm/amd/powerplay/smumgr/polaris10_smumgr.c | log | diff | annotate | |
message |
drm/amd/powerplay: use hardware fan control if no powerplay fan table From Evan Quan ec6d8c9e6687868dfd58994b2ea1758fe60f2733 in linux 4.19.y/4.19.58 f78c581e22d4b33359ac3462e8d0504735df01f4 in mainline linux |
date | 2019-07-11T01:48:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c | log | diff | annotate |
message |
drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE From Alex Deucher ec5d99e18d306bed13935b0f0634bd00caa26a42 in linux 4.19.y/4.19.58 25f09f858835b0e9a06213811031190a17d8ab78 in mainline linux |
date | 2019-07-11T01:50:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_fb_helper.c | log | diff | annotate |
message |
drm/fb-helper: generic: Don't take module ref for fbcon From Noralf Tronnes e9fde78c3a4f7f374ffe589771f08e119d0879aa in linux 4.19.y/4.19.58 6ab20a05f4c7ed45632e24d5397d6284e192567d in mainline linux |
date | 2019-07-11T04:26:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/bitmap.h | log | diff | annotate |
message |
include linux/string.h so drm_panel_orientation_quirks.c can get the definition for match_string() |
date | 2019-07-11T06:15:02Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/sys/file.h | log | diff | annotate |
message | zero pad and align FO_POSITION; no binary change |
date | 2019-07-11T09:39:52Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
fix NULL pointer dereference, reported and fix tested by sthen ok yasuoka |
date | 2019-07-11T11:57:35Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/uipc_socket.c | log | diff | annotate |
message |
listen(2) should return EINVAL if the socket is connected. This behavior matches NetBSD, POSIX, and our own man page. Fix whitespace while here. from Moritz Buhl; OK millert@ |
date | 2019-07-11T18:07:54Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/wsfont/wsfont.c | log | diff | annotate |
src/sys/dev/wsfont/wsfont.h | log | diff | annotate | |
message |
Kill commented-out wsfont_remove(). Gets rid of an unused free(9) w/o size argument. ok jan@, anton@ |
date | 2019-07-11T21:18:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc/include/atomic.h | log | diff | annotate |
message |
Use "i" constrain instead of "n" constrain in inline assembly. Makes clang happy. ok visa@, mpi@ |