index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Devices
Age
Commit message (
Expand
)
Author
2019-09-04
Kernel: Remove unused gunk from PATADiskDevice
Andreas Kling
2019-08-29
Kernel: Fixed FDC motor_enable()
Jesse Buhagiar
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-21
Kernel: Move DiskDevice::block_size() up to BlockDevice
Andreas Kling
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-18
Kernel: Implement generic VGA device using multiboot info
Conrad Pankoff
2019-08-18
Kernel: Implement generic framebuffer ioctls in BXVGA
Conrad Pankoff
2019-08-17
FloppyDiskDevice: Fixed hang on wait_for_irq() (#458)
Jesse
2019-08-17
Kernel: Expose info about source devices of mounts in /proc/df
Sergey Bugaev
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-12
Kernel: Don't forward hijacked keypresses in keyboard driver
Conrad Pankoff
2019-08-12
Kernel: Fix non-DMA writes to IDE drives
Conrad Pankoff
2019-08-12
Kernel: Use established device name and number for framebuffer
Conrad Pankoff
2019-08-12
Kernel: Allow boot without mouse attached by checking for presence
Conrad Pankoff
2019-08-11
Kernel: Clean up some PATA log messages
Conrad Pankoff
2019-08-11
Kernel: Fix PATA reads without DMA
Conrad Pankoff
2019-08-10
Kernel: Hack the default keymap to support UK pipe/backslash
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling
2019-08-07
DiskDevice: Add missing override and remove unnecessary class_name()
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-07-28
Kernel: Expand PATA driver to support multiple hard drives (#365)
Jesse
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
Kernel: Restore state strings for block states
Robin Burchell
2019-07-18
Kernel: Remove unnecessary use of LibDraw.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-17
Kernel: Initial FDC Device Driver (#315)
Jesse
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-07-16
IDEDiskDevice: Remove superstitious memory_barrier().
Andreas Kling
2019-07-14
SB16: Set "m_interrupted" to false before enabling IRQ's.
Andreas Kling
2019-07-14
Kernel: Add Thread::block_until(Condition).
Andreas Kling
2019-07-13
SB16: Write the correct DMA buffer offset for 16-bit samples.
Andreas Kling
2019-07-13
SB16: IRQ handler should send 0xd5 to pause 16-bit playback.
Andreas Kling
2019-07-13
SB16: Use a snooze alarm to block the current thread while playing.
Andreas Kling
2019-07-13
SB16: Put debug spam behind SB16_DEBUG.
Andreas Kling
2019-07-13
SB16: Use Stereo samples by default.
Andreas Kling
2019-07-13
SB16: Send (sample count, less 1) to the DSP, not the number of bytes.
Andreas Kling
2019-07-13
SB16: Switch to signed 16-bit 44100 Hz Mono by default.
Andreas Kling
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-09
Kernel: Move PhysicalAddress.h into VM/
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-09
Kernel: Move File.{cpp,h} into FileSystem/
Andreas Kling
2019-07-09
Kernel: Move PIC.cpp into Arch/i386/
Andreas Kling
2019-07-08
IDEDiskDevice: Fix build after merging slave device changes.
Andreas Kling
2019-07-08
Kernel: Extended IDE interface to allow slave device usage (#283)
Jesse
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
[next]