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-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
2019-06-08
Kernel: Implement serial port driver
Conrad Pankoff
2019-06-08
Kernel: Fix booting from "inactive" MBR partitions
Conrad Pankoff
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-02
Kernel: Implement MBR partition loader (#168)
Conrad Pankoff
2019-06-02
Kernel: Rename OffsetDiskDevice to DiskPartition
Conrad Pankoff
2019-06-02
Kernel: Rename offset parameter of OffsetDiskDevice to block_offset
Conrad Pankoff
2019-06-02
Kernel: Implement OffsetDiskDevice to prepare for partition support
Conrad Pankoff
2019-06-02
Kernel: Memory-mapped files now have the absolute path as their name.
Andreas Kling
2019-06-02
Kernel: Add comment block about File, taking some from Device.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-05-31
FileSystem: VFS should require Badge<Device> for device registration.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Pass 'prot' argument to File::mmap() and act on it.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
IDEDiskDevice: Implement basic DMA writes.
Andreas Kling
2019-05-24
Kernel: Tidy up IDEDiskDevice a bit.
Andreas Kling
2019-05-19
IDEDiskDevice: Add sysctl variable for turning DMA on/off.
Andreas Kling
[next]