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-12-22
Spreadsheet: Improve sheet update efficiency
AnotherTest
2020-12-22
Spreadsheet: Do not attempt to create columns with "negative" indices
AnotherTest
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-12-22
Spreadsheet: Make it possible to rename sheets
AnotherTest
2020-12-22
Spreadsheet: struct Cell => class Cell
AnotherTest
2020-12-22
Spreadsheet: Accept (and ignore) invalid 'columns' in json
AnotherTest
2020-12-22
LibC: __generate_unique_filename(): Replace rand() with arc4random()
Brendan Coles
2020-12-22
CMake: Use built-in add_compile_definitions for *_DEBUG macros
Lenny Maiorani
2020-12-22
Meta: Use the correct clang-format
Ben Wiederhake
2020-12-22
Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()
Andreas Kling
2020-12-22
Kernel: Allow sys$chmod() to modify the set-gid bit
Andreas Kling
2020-12-22
Kernel/Net: Support all E1000 devices in the spec sheet
Luke
2020-12-22
Kernel: Abort core dump generation if any substep fails
Andreas Kling
2020-12-22
LibGfx: Fix OOB access in GIF deinterlacing
Andreas Kling
2020-12-22
Kernel/PCI: Add a bunch of debug output to accessors
Luke
2020-12-22
Kernel/PCI: Create device configuration space mapping before creating a physi...
Luke
2020-12-22
LibGfx: Commonize functions in P*MLoader class implementations
Lenny Maiorani
2020-12-22
CMake: Use add_compile_options instead of appending to CMAKE_CXX_FLAGS
Lenny Maiorani
2020-12-22
CMake: Set C++20 mode in canonical cmake
Lenny Maiorani
2020-12-22
Kernel/Net: E1000 interrupt rate register is 32-bit, not 16-bit
Luke
2020-12-21
LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELF
Andreas Kling
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-21
LibGUi: Rework GML parser into a lexer+parser
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
Userland: userdel: Resolve home directory realpath before removal
Brendan Coles
2020-12-21
LibGfx: Extraction of Streamer from P*MLoader
Lenny Maiorani
2020-12-21
UserspaceEmulator: Implement profiling, disown, purge syscalls
Brendan Coles
2020-12-21
Userland: useradd: Add command line option to set user password
Brendan Coles
2020-12-21
LibGUI: Soft tab expansion should be based on insertion column
Andreas Kling
2020-12-21
Ports: Add initial stress-ng port to find bugs in serenity
Brian Gianforcaro
2020-12-21
LibC: Add SCNu64 and SCNd64 macros for stress-g port
Brian Gianforcaro
2020-12-21
Build: Create device files according to the new major-minor numbers
Liav A
2020-12-21
Kernel: Introduce the StorageManagement class
Liav A
2020-12-21
Kernel: Change the indexing of storage devices in IDEController class
Liav A
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Add a method to check the type of a StorageController
Liav A
2020-12-21
Kernel: Allow to initialize an IDE device on the secondary channel
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A
2020-12-21
Kernel: Allow to install a real IRQ handler on a spurious one
Liav A
2020-12-21
Kernel: Add various methods to handle interrupts in the PCI subsystem
Liav A
2020-12-21
Kernel: Add a method to retrieve the Physical ID for a PCI address
Liav A
2020-12-21
PCI: Add list of capabilities for each device during first enumeration
Liav A
2020-12-21
Kernel: Add the DeviceController class in the PCI subsystem
Liav A
2020-12-21
LibVT+Terminal: Add the option to disable the bell
Alex McGrath
2020-12-21
Breakout: Add player lives game mechanic and pause functionality
Brendan Coles
2020-12-21
Kernel: Don't skip if found free page to allocate from a super region
Liav A
2020-12-21
AK: Make JsonParser::parse_number properly parse >32bit ints
Sahan Fernando
2020-12-21
AK: Test StringUtils::convert_to_int for different types
Sahan Fernando
2020-12-21
AK: Check for overflow in StringUtils::convert_to_int
Sahan Fernando
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
[next]