index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-02
ProfileViewer: Rename Profile::Sample => Profile::Event
Andreas Kling
2020-03-02
CPU: Change debug messages to fit the latest changes
Liav A
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-03-02
LibBareMetal: Add IOAddress class
Liav A
2020-03-02
AK: Add support for Kernel Log Stream
Liav A
2020-03-02
LibBareMetal: Add support for kernel log stream
Liav A
2020-03-02
Meta: Adjust some copyright dates by Fei Wu
Andreas Kling
2020-03-02
AK: Add missing copyright headers to StringUtils.{cpp,h}
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
Kernel: MemoryManager should create cacheable regions by default
Andreas Kling
2020-03-02
Kernel: Remove ability to create kernel-only regions at user addresses
Andreas Kling
2020-03-02
Kernel: Map executables at a kernel address during ELF load
Andreas Kling
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-02
AK: Add enqueue_begin() for the CircularDeque class (#1320)
howar6hill
2020-03-02
AK: Remove superfluous explicit in Bitmap (#1337)
howar6hill
2020-03-02
CI: Update .travis.yml (#1334)
Nicolas Van Bossuyt
2020-03-02
Kernel: Make the "entire executable" region shared
Andreas Kling
2020-03-01
Kernel: Mark read-only PT_LOAD mappings as shared regions
Andreas Kling
2020-03-01
Kernel: Use SharedInodeVMObject for executables after all
Andreas Kling
2020-03-01
Kernel: Run clang-format on Process.cpp
Andreas Kling
2020-03-01
Kernel: Fix suspicious local shadowing in PerformanceEventBuffer
Andreas Kling
2020-03-01
Kernel: Name perfcore files "perfcore.PID"
Andreas Kling
2020-03-01
ps: Add some options and slim down the default output style
Andreas Kling
2020-03-01
Shell: Remove bogus assertion
Andreas Kling
2020-03-01
Shell: Handle the "delete" key correctly
Andreas Kling
2020-03-01
Kernel: Reduce code duplication a little bit in Region allocation
Andreas Kling
2020-03-01
Kernel: Move ProcessPagingScope to its own files
Andreas Kling
2020-03-01
Kernel: Restore the previous thread state on SIGCONT after SIGSTOP
Andreas Kling
2020-03-01
WindowServer: Clear the current resize candidate when in menus
Andreas Kling
2020-03-01
WindowServer: Remove a whole bunch of unused WindowManager members
Andreas Kling
2020-03-01
WindowServer: Put some WindowManager debug spam inside #ifdefs
Andreas Kling
2020-03-01
Kernel: Remove some unnecessary .characters() when doing dbg()<<String
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-03-01
Kernel: Remove some more harmless InodeVMObject miscasts
Andreas Kling
2020-03-01
Kernel: Include the dirty bits when cloning an InodeVMObject
Andreas Kling
2020-03-01
rm: Allow specifying multiple paths to remove
Andreas Kling
2020-03-01
Kernel: Fix harmless type miscast in Process::amount_clean_inode()
Andreas Kling
2020-03-01
Kernel: Use PrivateInodeVMObject for loading program executables
Andreas Kling
2020-03-01
Kernel: Add some InodeVMObject type assertions in Region::clone()
Andreas Kling
2020-03-01
Kernel: Remove some Region construction helpers
Andreas Kling
2020-03-01
Kernel: CoW-clone private inode-backed memory regions on fork()
Andreas Kling
2020-03-01
Keymaps: Added keymap for norwegian keyboards
Mathias Danielsen
2020-02-29
Kernel: Disable interrupts throughout Thread::raw_backtrace()
Andreas Kling
2020-02-29
ProfileViewer: Unbreak after Vector size_t changes
Andreas Kling
2020-02-29
About: Add mascot tooltip
Andreas Kling
2020-02-29
Terminal: Put PAGER=more in the default environment
Andreas Kling
[next]