summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-22Spreadsheet: Improve sheet update efficiencyAnotherTest
2020-12-22Spreadsheet: Do not attempt to create columns with "negative" indicesAnotherTest
2020-12-22Spreadsheet: Override `visit_edges()` and visit stored JS objectsAnotherTest
2020-12-22Spreadsheet: Make it possible to rename sheetsAnotherTest
2020-12-22Spreadsheet: struct Cell => class CellAnotherTest
2020-12-22Spreadsheet: Accept (and ignore) invalid 'columns' in jsonAnotherTest
2020-12-22LibC: __generate_unique_filename(): Replace rand() with arc4random()Brendan Coles
2020-12-22CMake: Use built-in add_compile_definitions for *_DEBUG macrosLenny Maiorani
2020-12-22Meta: Use the correct clang-formatBen Wiederhake
2020-12-22Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()Andreas Kling
2020-12-22Kernel: Allow sys$chmod() to modify the set-gid bitAndreas Kling
2020-12-22Kernel/Net: Support all E1000 devices in the spec sheetLuke
2020-12-22Kernel: Abort core dump generation if any substep failsAndreas Kling
2020-12-22LibGfx: Fix OOB access in GIF deinterlacingAndreas Kling
2020-12-22Kernel/PCI: Add a bunch of debug output to accessorsLuke
2020-12-22Kernel/PCI: Create device configuration space mapping before creating a physi...Luke
2020-12-22LibGfx: Commonize functions in P*MLoader class implementationsLenny Maiorani
2020-12-22CMake: Use add_compile_options instead of appending to CMAKE_CXX_FLAGSLenny Maiorani
2020-12-22CMake: Set C++20 mode in canonical cmakeLenny Maiorani
2020-12-22Kernel/Net: E1000 interrupt rate register is 32-bit, not 16-bitLuke
2020-12-21LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELFAndreas Kling
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-12-21LibGUi: Rework GML parser into a lexer+parserAndreas Kling
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-21Userland: userdel: Resolve home directory realpath before removalBrendan Coles
2020-12-21LibGfx: Extraction of Streamer from P*MLoaderLenny Maiorani
2020-12-21UserspaceEmulator: Implement profiling, disown, purge syscallsBrendan Coles
2020-12-21Userland: useradd: Add command line option to set user passwordBrendan Coles
2020-12-21LibGUI: Soft tab expansion should be based on insertion columnAndreas Kling
2020-12-21Ports: Add initial stress-ng port to find bugs in serenityBrian Gianforcaro
2020-12-21LibC: Add SCNu64 and SCNd64 macros for stress-g portBrian Gianforcaro
2020-12-21Build: Create device files according to the new major-minor numbersLiav A
2020-12-21Kernel: Introduce the StorageManagement classLiav A
2020-12-21Kernel: Change the indexing of storage devices in IDEController classLiav A
2020-12-21Kernel: Add a method to gather the devices count of a Storage controllerLiav A
2020-12-21Kernel: Add a method to check the type of a StorageControllerLiav A
2020-12-21Kernel: Allow to initialize an IDE device on the secondary channelLiav A
2020-12-21Kernel: Introduce the new Storage subsystemLiav A
2020-12-21Kernel: Allow to install a real IRQ handler on a spurious oneLiav A
2020-12-21Kernel: Add various methods to handle interrupts in the PCI subsystemLiav A
2020-12-21Kernel: Add a method to retrieve the Physical ID for a PCI addressLiav A
2020-12-21PCI: Add list of capabilities for each device during first enumerationLiav A
2020-12-21Kernel: Add the DeviceController class in the PCI subsystemLiav A
2020-12-21LibVT+Terminal: Add the option to disable the bellAlex McGrath
2020-12-21Breakout: Add player lives game mechanic and pause functionalityBrendan Coles
2020-12-21Kernel: Don't skip if found free page to allocate from a super regionLiav A
2020-12-21AK: Make JsonParser::parse_number properly parse >32bit intsSahan Fernando
2020-12-21AK: Test StringUtils::convert_to_int for different typesSahan Fernando
2020-12-21AK: Check for overflow in StringUtils::convert_to_intSahan Fernando
2020-12-21AK: Generalize AK::String::to_int() for more typesSahan Fernando