summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-05HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+EAndreas Kling
2019-11-05HackStudio: Allow adding more editors by pressing Ctrl+Alt+EAndreas Kling
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-11-05HackStudio: Put annoying debug spam behind EDITOR_DEBUGAndreas Kling
2019-11-05SoundPlayer: Changed some small cosmetic thingsTill Mayer
2019-11-05AWavLoader: Fixed incorrect computation of m_loaded_samplesTill Mayer
2019-11-05disk_benchmark: Add a -c flag to enable use of disk cachesAndreas Kling
2019-11-05Kernel: Implement O_DIRECT open() flag to bypass disk cachesAndreas Kling
2019-11-05run: Unbreak the run scriptAndreas Kling
2019-11-05LibHTML: Add TreeNode::next_in_pre_order()Andreas Kling
2019-11-05run: Comment out qemu packet captureDan MacDonald
2019-11-05HackStudio: Don't parse documentation if already parsedJoão Paulo Pulga
2019-11-04SoundPlayer: Added playback controlsTill Mayer
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-11-04SoundPlayer: Added playback control icons and application iconTill Mayer
2019-11-04LibGUI: Added getter for m_draggingTill Mayer
2019-11-04SoundPlayer: Make sample widget display contents of the whole bufferTill Mayer
2019-11-04AK: Let's just log unimplemented printf() format stringsAndreas Kling
2019-11-04LibHTML: Add a convenient way to get from any layout node to the rootAndreas Kling
2019-11-04Janitorial: Have sync.sh sudo automagicallyYour Name
2019-11-04SystemMonitor: Add device column to filesystems tabYour Name
2019-11-04ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)Andreas Kling
2019-11-04FileManager: Remember my last view mode (#731)Hüseyin ASLITÜRK
2019-11-04FileManager: Make copying faster with ftruncate() and a bigger bufferAndreas Kling
2019-11-04Ext2FS: Don't uncache inodes while they are being watchedAndreas Kling
2019-11-04Ports: Add nesalizer NES emulator (#722)Dan MacDonald
2019-11-04PATAChannel: Alert user when no PCI device is foundJesse Buhagiar
2019-11-04Kernel: Make File's can_read/can_write take a const FileDescription&Andreas Kling
2019-11-04Kernel: Don't update fd offset on read/write errorAndreas Kling
2019-11-04IPv4: Non-blocking IPv4 sockets should return -EAGAIN in recvfrom()Andreas Kling
2019-11-04LibCore: Make CTCPServer's local address/port getters return OptionalsAndreas Kling
2019-11-04run: Only enable KVM if /dev/kvm is r/w for the current userAndreas Kling
2019-11-04LibCore: Constify CTCPServer's local_address() and local_port()Andreas Kling
2019-11-04LibCore: Add local_{address,port} functions to CTCPServerConrad Pankoff
2019-11-04Userland: Add syscall programMauri de Souza Nunes
2019-11-04Userland: Add the utility "nl" (number line) (#693)balatt
2019-11-04wc: Rewritten with added features (#690)balatt
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