summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-02ProfileViewer: Rename Profile::Sample => Profile::EventAndreas Kling
2020-03-02CPU: Change debug messages to fit the latest changesLiav A
2020-03-02Kernel: Run clang-format on various filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-03-02Kernel: Use IOAddress class in PATAChannel classLiav A
2020-03-02Kernel: Use IOAddress class in Network adapters' driversLiav A
2020-03-02LibBareMetal: Add IOAddress classLiav A
2020-03-02AK: Add support for Kernel Log StreamLiav A
2020-03-02LibBareMetal: Add support for kernel log streamLiav A
2020-03-02Meta: Adjust some copyright dates by Fei WuAndreas Kling
2020-03-02AK: Add missing copyright headers to StringUtils.{cpp,h}Andreas Kling
2020-03-02AK: Move to_int(), to_uint() implementations to StringUtils (#1338)howar6hill
2020-03-02Kernel: MemoryManager should create cacheable regions by defaultAndreas Kling
2020-03-02Kernel: Remove ability to create kernel-only regions at user addressesAndreas Kling
2020-03-02Kernel: Map executables at a kernel address during ELF loadAndreas Kling
2020-03-02Kernel: Load executables on demand when symbolicatingAndreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-03-02AK: Add enqueue_begin() for the CircularDeque class (#1320)howar6hill
2020-03-02AK: Remove superfluous explicit in Bitmap (#1337)howar6hill
2020-03-02CI: Update .travis.yml (#1334)Nicolas Van Bossuyt
2020-03-02Kernel: Make the "entire executable" region sharedAndreas Kling
2020-03-01Kernel: Mark read-only PT_LOAD mappings as shared regionsAndreas Kling
2020-03-01Kernel: Use SharedInodeVMObject for executables after allAndreas Kling
2020-03-01Kernel: Run clang-format on Process.cppAndreas Kling
2020-03-01Kernel: Fix suspicious local shadowing in PerformanceEventBufferAndreas Kling
2020-03-01Kernel: Name perfcore files "perfcore.PID"Andreas Kling
2020-03-01ps: Add some options and slim down the default output styleAndreas Kling
2020-03-01Shell: Remove bogus assertionAndreas Kling
2020-03-01Shell: Handle the "delete" key correctlyAndreas Kling
2020-03-01Kernel: Reduce code duplication a little bit in Region allocationAndreas Kling
2020-03-01Kernel: Move ProcessPagingScope to its own filesAndreas Kling
2020-03-01Kernel: Restore the previous thread state on SIGCONT after SIGSTOPAndreas Kling
2020-03-01WindowServer: Clear the current resize candidate when in menusAndreas Kling
2020-03-01WindowServer: Remove a whole bunch of unused WindowManager membersAndreas Kling
2020-03-01WindowServer: Put some WindowManager debug spam inside #ifdefsAndreas Kling
2020-03-01Kernel: Remove some unnecessary .characters() when doing dbg()<<StringAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-03-01Kernel: Remove some more harmless InodeVMObject miscastsAndreas Kling
2020-03-01Kernel: Include the dirty bits when cloning an InodeVMObjectAndreas Kling
2020-03-01rm: Allow specifying multiple paths to removeAndreas Kling
2020-03-01Kernel: Fix harmless type miscast in Process::amount_clean_inode()Andreas Kling
2020-03-01Kernel: Use PrivateInodeVMObject for loading program executablesAndreas Kling
2020-03-01Kernel: Add some InodeVMObject type assertions in Region::clone()Andreas Kling
2020-03-01Kernel: Remove some Region construction helpersAndreas Kling
2020-03-01Kernel: CoW-clone private inode-backed memory regions on fork()Andreas Kling
2020-03-01Keymaps: Added keymap for norwegian keyboardsMathias Danielsen
2020-02-29Kernel: Disable interrupts throughout Thread::raw_backtrace()Andreas Kling
2020-02-29ProfileViewer: Unbreak after Vector size_t changesAndreas Kling
2020-02-29About: Add mascot tooltipAndreas Kling
2020-02-29Terminal: Put PAGER=more in the default environmentAndreas Kling