created | 2019-04-18T10:07:08Z |
---|---|
begin | 2019-04-04T00:00:00Z |
end | 2019-04-05T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-04-04T04:49:16Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate |
message | Add bwfm(4) such that we can use bsd.rd to update over wireless. |
date | 2019-04-04T06:33:10Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/tipmic.c | log | diff | annotate |
message | The ASUS E200HA reads the register at "address" 0x00 instead of 0x18. |
date | 2019-04-04T07:10:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message |
Avoid potential null-pointer dereference. Found by Kent R. Spillner. ok deraadt@, jsg@ |
date | 2019-04-04T09:23:36Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
message |
Simplify underruns handling: just copy silence produced by upper layer. This makes the code less bug prone as the "rare" underruns conditions are handled by the main non-underrun code. |
date | 2019-04-04T22:20:28Z | |||
---|---|---|---|---|
author | edd | |||
files | src/sys/dev/acpi/tpm.c | log | diff | annotate |
message |
Make tpm(4) attach to MSFT0101 chips. I found this chip in my Lenovo Thinkpad X1 (5th gen): tpm0 at acpi0: TPM_ addr 0xfed40000/0x5000: device 0x001b15d1 rev 0x10 "Yes, please commit this" deraadt@. Thanks. |