created | 2019-08-03T13:57:52Z |
---|---|
begin | 2019-07-27T00:00:00Z |
end | 2019-07-28T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-07-27T04:47:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_gem.c | log | diff | annotate |
message |
Match linux path in i915_gem_mmap_ioctl() and change ggtt origin if I915_MMAP_WC flag is set. ok kettenis@ |
date | 2019-07-27T05:18:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_edid.c | log | diff | annotate |
src/sys/dev/pci/drm/include/drm/drm_displayid.h | log | diff | annotate | |
message |
drm/edid: parse CEA blocks embedded in DisplayID From Andres Rodriguez 66a13b5e4e9cc7bb2c6a5d12a650df4309b77c46 in linux 4.19.y/4.19.61 e28ad544f462231d3fd081a7316339359efbb481 in mainline linux |
date | 2019-07-27T13:20:12Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/nvme.c | log | diff | annotate |
message |
Make target numbers match the NVMe namespace identifiers. This fixes booting from nvme(4) on sparc64 as the OBP device paths contain namespace identifiers that we end up matching to targets when trying to find the device we booted from. Also results in (slightly) cleaner code and less confusion as the numbers now match instead of being off-by-one. ok dlg@ |
date | 2019-07-27T21:15:35Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/vfs_lookup.c | log | diff | annotate |
message |
Move unveil prototypes from vfs_lookup.c to namei.h for functions implemented in kern_unveil.c. OK deraadt@ |
date | 2019-07-27T21:15:36Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/sys/namei.h | log | diff | annotate |
message |
Move unveil prototypes from vfs_lookup.c to namei.h for functions implemented in kern_unveil.c. OK deraadt@ |