summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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