This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-12 16:39:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a22ef086f5fb798c8dfe8d49679ae9bc46bd73e6
ladybird
/
Kernel
/
Devices
History
Jelle Raaijmakers
f5dec55fd6
Kernel: Correct mapping of PS/2 keyboard exclamation point
...
Pressing Shift+1 resulted in `Key_Escape` being sent as the event's key.
2024-01-14 15:06:37 -07:00
..
Audio
Kernel/Audio: Fail AC97 probe if no good BAR1 is found
2023-10-03 16:19:03 -06:00
Generic
Kernel+Userland: Add option for duration of /dev/beep producing sound
2023-11-03 15:19:33 +01:00
GPU
Kernel: Use the new API to query and map BAR spaces in most places
2024-01-12 15:59:47 -07:00
HID
Kernel: Correct mapping of PS/2 keyboard exclamation point
2024-01-14 15:06:37 -07:00
Storage
Kernel: Use the new BAR address API for the NVMe stack
2024-01-12 15:59:47 -07:00
TTY
Kernel: Resolve deadlock in MasterPTY due to mutex in spinlock scope
2023-12-16 12:55:41 +01:00
AsyncDeviceRequest.cpp
…
AsyncDeviceRequest.h
…
BlockDevice.cpp
…
BlockDevice.h
…
CharacterDevice.cpp
…
CharacterDevice.h
…
Device.cpp
…
Device.h
…
DeviceManagement.cpp
…
DeviceManagement.h
…
KCOVDevice.cpp
…
KCOVDevice.h
…
KCOVInstance.cpp
…
KCOVInstance.h
…
PCISerialDevice.cpp
…
PCISerialDevice.h
…
SerialDevice.cpp
Kernel: Use Processor::wait_check in loops waiting for HW to respond
2023-09-15 11:07:35 -06:00
SerialDevice.h
…