created | 2020-10-25T07:24:32Z |
---|---|
begin | 2020-10-17T00:00:00Z |
end | 2020-10-18T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-10-17T15:10:54Z | |||
---|---|---|---|---|
author | semarie | |||
files | src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate |
message |
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup() the caller of kthread_stop(). The thread should also be unparked as else it will not seen the KTHREAD_SHOULDSTOP flag. it follows what Linux is doing. ok kettenis@ |
date | 2020-10-17T15:26:05Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/powerpc64/include/asm.h | log | diff | annotate |
message |
use the full 64-bit cookies, rather than just 32 bits spotted by gkoehler, ok mortimer |
date | 2020-10-17T17:25:52Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message |
Add Logitech Webcam Pro 9000. From Raf Czlonka <rczlonka at gmail dot com> |
date | 2020-10-17T17:26:05Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2020-10-17T19:16:24Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate |
message | Avoid potential infinite loop in pmap_vp_destroy(). |