index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-25
LibGUI: Actually store the column in MultiView::set_model_column()
Andreas Kling
2020-02-25
AK, LibGfx, LibGUI: Initialize various variables to zero.
Emanuel Sprung
2020-02-25
LibThread: Fix destroying background actions
Sergey Bugaev
2020-02-24
LibGUI: Show the columns view action in the toolbar (but disable it)
Andreas Kling
2020-02-24
LibThread: Post the completion callbacks to the *current* event loop
Andreas Kling
2020-02-24
LibGUI: Complain in SortingProxyModel::data() if map_to_target() fails
Andreas Kling
2020-02-24
LibGUI: Use MultiView in FilePicker
Andreas Kling
2020-02-24
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
Andreas Kling
2020-02-24
LibGUI: Make AbstractView::set_model() take a RefPtr<Model>
Andreas Kling
2020-02-24
TextEditor: Pledge "thread" since it's needed by GUI::FilePicker
Andreas Kling
2020-02-24
WindowServer+LibGUI: Allow changing a window's base size and increment
Andreas Kling
2020-02-24
Kernel: Use Vector::unstable_remove() when deallocating a region
Andreas Kling
2020-02-24
Kernel: Fix some formatting goofs in Process.h
Andreas Kling
2020-02-24
LibGUI: Scroll selected treeview entries into view
Tibor Nagy
2020-02-24
Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBuffer
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-24
Kernel: Clear the region lookup cache on exec()
Andreas Kling
2020-02-24
ACPI: Don't set Smart Pointers to be nullptr
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
AK: Add offset_in_page() method in PhysicalAddress class
Liav A
2020-02-24
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Userland: Add a utility for viewing interrupts from ProcFS
Liav A
2020-02-24
Kernel: Create an entry for viewing interrupts in ProcFS
Liav A
2020-02-24
Kernel: Delete unused files
Liav A
2020-02-24
Build: Update the Kernel makefile to build the latest changes
Liav A
2020-02-24
Kernel: Update the init stage to use all the latest changes
Liav A
2020-02-24
CPU: Use the new interrupt components
Liav A
2020-02-24
Kernel: Add the new APIC namespace
Liav A
2020-02-24
CPU: Add 2 files with ISR stub macros
Liav A
2020-02-24
Kernel: Update SB16 driver to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Include the new PIT class in system components
Liav A
2020-02-24
Kernel: Update PATAChannel implementation to use the PIT class
Liav A
2020-02-24
Kernel: Update PATAChannel class to use the PCI::Device class
Liav A
2020-02-24
Kernel: Add MSIHandler class
Liav A
2020-02-24
Kernel: Add UnhandledInterruptHandler class
Liav A
2020-02-24
Kernel: Add SharedIRQHandler class
Liav A
2020-02-24
Kernel: Update system components to use the new IRQHandler class
Liav A
2020-02-24
ACPI: Run clang-format on the definitions file
Liav A
2020-02-24
Kernel: Introduce the PIT class
Liav A
2020-02-24
Kernel: Update Network adapter classes to use the PCI::Device class
Liav A
2020-02-24
Kernel: Update PCI::Device class to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Add HardwareTimer class
Liav A
2020-02-24
Kernel: Add new IRQHandler class
Liav A
2020-02-24
Kernel: Add Interrupt Management and Generic Interrupt Handler
Liav A
2020-02-24
ACPI: Adding definitions for HPET
Liav A
2020-02-24
Kernel: Add the IOAPIC class
Liav A
2020-02-24
Kernel: Add the PIC class
Liav A
2020-02-24
Kernel: Add IRQController class
Liav A
2020-02-24
Kernel: Fix a wrong debug message in ACPIStaticParser
Liav A
[next]