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-05-12 14:18:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3fc3337ef8baaa258565dfd6feff28804732cc2
ladybird
/
Kernel
/
Devices
History
Idan Horowitz
c73ef87fc7
Kernel+LibELF+LibVT: Remove unused AK::String header includes
2022-02-16 22:21:37 +01:00
..
Audio
Kernel/Audio: Ignore buffers with more than 4096 bytes of data in SB16
2022-02-14 11:39:19 +01:00
HID
Kernel+LibELF+LibVT: Remove unused AK::String header includes
2022-02-16 22:21:37 +01:00
AsyncDeviceRequest.cpp
…
AsyncDeviceRequest.h
…
BlockDevice.cpp
Kernel: Remove the assumption of 512 block size in read/write_block
2022-01-29 17:41:06 +02:00
BlockDevice.h
AK: Move integral log2 and exp to IntegerMath.h
2022-02-06 17:52:33 +00:00
CharacterDevice.cpp
…
CharacterDevice.h
…
ConsoleDevice.cpp
…
ConsoleDevice.h
…
Device.cpp
…
Device.h
Kernel: Protect global device map with spinlock instead of mutx
2022-02-03 16:11:26 +01:00
DeviceControlDevice.cpp
…
DeviceControlDevice.h
…
DeviceManagement.cpp
Kernel/Audio: Introduce a new design architecture for the subsystem
2022-02-14 11:39:19 +01:00
DeviceManagement.h
Kernel/Audio: Introduce a new design architecture for the subsystem
2022-02-14 11:39:19 +01:00
FullDevice.cpp
…
FullDevice.h
…
KCOVDevice.cpp
…
KCOVDevice.h
…
KCOVInstance.cpp
…
KCOVInstance.h
…
MemoryDevice.cpp
…
MemoryDevice.h
…
NullDevice.cpp
…
NullDevice.h
…
PCISerialDevice.cpp
…
PCISerialDevice.h
…
PCSpeaker.cpp
…
PCSpeaker.h
…
RandomDevice.cpp
…
RandomDevice.h
…
SerialDevice.cpp
…
SerialDevice.h
…
VMWareBackdoor.cpp
Kernel: Stop using the make<T> factory method in the Kernel
2022-02-03 23:33:20 +01:00
VMWareBackdoor.h
…
ZeroDevice.cpp
…
ZeroDevice.h
…