created | 2022-12-25T08:56:38Z |
---|---|
begin | 2022-12-18T00:00:00Z |
end | 2022-12-19T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2022-12-18T10:00:53Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/acpi/qcgpio.c | log | diff | annotate |
message |
Disable the keyboard on the Samsung Galaxy Book Go until we can fix the resulting interrupt storm. It's causing bad system performance, and breaks the installer. |
date | 2022-12-18T10:29:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
Add Union Memory NVMe devices. ok jsg@ |
date | 2022-12-18T10:29:53Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2022-12-18T13:10:08Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/dev/softraid.c | log | diff | annotate |
message |
Prevent detaching the boot volume bioctl(8)'s -d has no sanity checks and happily "deletes" any volume, whether currently in use or not. For now, refuse to detach the boot volume as a (too) simple safety guard, until proper logic around mounted file systems on top is implemented. Found the hard way through "bioctl -d sd1" with sd1 hosting /, after which it took both fsck(8) and installboot(8) from a miniroot USB to recover. regress/sys/dev/softraid also triggers it if root is on softraid. OK claudio op jsing |
date | 2022-12-18T13:18:36Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/luna88k/locore0.S | log | diff | annotate |
message |
Do not save bootdev and boothowto when invalid value has passed. This occurs the kernel has booted from old boot loader or directly booted by command line parameter on emulator. Tested by LUNA-88K2 and nono emulator. |
date | 2022-12-18T17:42:23Z | |||
---|---|---|---|---|
author | daniel | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
add two transmeta devices According to the "Efficeon BIOS Programmers Guide", the Efficeon processor has a virtual north bridge that can communicate with the south bridge over HyperTransport (device 0x0060) and with the graphics controller over an AGP bridge (device 0x0061). ok jsg@ |
date | 2022-12-18T17:42:56Z | |||
---|---|---|---|---|
author | daniel | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2022-12-18T23:41:17Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/uvm/uvm_map.c | log | diff | annotate |
message | spelling |