summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-04GTextEditor: Move the cursor to column 0 after deleting a whole lineAndreas Kling
2019-11-04LibC: Implemented atof()Jesse Buhagiar
2019-11-04Ext2FS: Uncache unused Inodes after flushing contents to diskAndreas Kling
2019-11-04Kernel: Reorganize memory layout a bitAndreas Kling
2019-11-04LibCore: Flush outgoing IPC messages before trying to send a new oneAndreas Kling
2019-11-04Kernel: Fix bug in Thread::dispatch_signal().Drew Stratford
2019-11-04Thread.cpp: add method get_RegisterDump_from_stack().Drew Stratford
2019-11-04Kernel: Tweak some outdated kprintfs in RegionAndreas Kling
2019-11-04Kernel: Move page fault handling from MemoryManager to RegionAndreas Kling
2019-11-04Kernel: Don't expose a region's page directory to the outside worldAndreas Kling
2019-11-04Kernel: Remove Region API's for setting/unsetting the page directoryAndreas Kling
2019-11-04Kernel: Fix weird Region constructor that took nullable RefPtr<Inode>Andreas Kling
2019-11-04Kernel: Merge MemoryManager::map_region_at_address() into Region::map()Andreas Kling
2019-11-03Kernel: Fix bad setup of CoW faults for offset regionsAndreas Kling
2019-11-03Kernel: Set the G (global) bit for kernel page tablesAndreas Kling
2019-11-03Kernel: Teach Region how to remap itselfAndreas Kling
2019-11-03Kernel: Regions should be mapped into a PageDirectory, not a ProcessAndreas Kling
2019-11-03Kernel: Move region map/unmap operations into the Region classAndreas Kling
2019-11-03ProcFS: Identify virtual filesystems' device in df (#728)Alexander
2019-11-03TextEditor: Added undo functionalityrhin123
2019-11-03Kernel: Clean up a bunch of wrong-looking Region/VMObject codeAndreas Kling
2019-11-03Kernel: Move page remapping into Region::remap_page(index)Andreas Kling
2019-11-03Kernel: Remove nonsense in bootstrap codeAndreas Kling
2019-11-03Ext2FS: Lock the filesystem during initialization and during syncAndreas Kling
2019-11-03Kernel: Prevent kprintf() from asserting in Console::the() (#718)Nicolas Van Bossuyt
2019-11-03Build: Fix more bugs in the POSIX sh-ification of scriptsAndreas Kling
2019-11-03LibCore: Put a limit on how many unsent messages an IPC server queuesAndreas Kling
2019-11-03LibCore: Have IPC server connections queue up unsendable messagesAndreas Kling
2019-11-03AK: Allow overriding the Queue segment size with a template parameterAndreas Kling
2019-11-03AK: Add Queue::head()Andreas Kling
2019-11-03Ext2FS: Fix unpopulated block list cache after mkdir()Andreas Kling
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
2019-11-03LibM: Add back ampsin() since it was still used by tan()Andreas Kling
2019-11-03LibGUI: Move GTextPosition and GTextRange LogStream<< to their headersAndreas Kling
2019-11-03LibM: Fixed sin() precision (#726)Jesse
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-11-03Ports: update make to 4.2.1, disable GuileStephen Gregoratto
2019-11-03Kernel: Fick infinite recursion when filling up disk cacheAndreas Kling
2019-11-03Ext2FS: Use KBuffers for the cached bitmap blocksAndreas Kling
2019-11-03cat: Use a 32 KB I/O buffer here to improve "cat a > b" scenarioAndreas Kling
2019-11-02cp: Fail immediately if there's not enough space for the destinationAndreas Kling
2019-11-02Meta: Add GitHub Sponsors to funding optionsAndreas Kling
2019-11-02Run: Don't repeat common QEMU argumentsJonathan Archer
2019-11-02Run: Properly use common memory sizeJonathan Archer
2019-11-02Kernel+LibC: Implement clock_gettime() and clock_nanosleep()Andreas Kling
2019-11-02cp: Read/write 32 KB at a time to go faster :^)Andreas Kling
2019-11-02Ext2FS: Resizing an Inode to its current size should do nothingAndreas Kling
2019-11-02Ext2FS: Inode resizing should fail with ENOSPC if we lack blocksAndreas Kling
2019-11-02Ext2FS: Use the bitmap block caching for Inode bitmaps as wellAndreas Kling
2019-11-02Ext2FS: Rename get_block_bitmap() => get_bitmap_block()Andreas Kling