index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KSyms.cpp
Age
Commit message (
Expand
)
Author
2019-04-15
Kernel: Make symbolication callable from kmalloc().
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-03-06
Kernel: Port more code to KResult and KResultOr<T>.
Andreas Kling
2019-02-24
Kernel: Make dump_backtrace() kinda sorta work.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-06
Kernel: Stop spamming the kernel log buffer when loading ksyms.
Andreas Kling
2019-02-01
Kernel: VFS::open/create should take base Inode& instead of InodeIdentifier.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-28
Kernel: Remove outdated FIXME.
Andreas Kling
2019-01-22
Kernel: Support open() with O_CREAT.
Andreas Kling
2019-01-16
Pass the process to CharacterDevice::read/write.
Andreas Kling
2019-01-01
Unbreak ksym loading and make reading /proc/PID/stack not crash.
Andreas Kling
2018-12-24
Move kernel symbolication code out of init.cpp and into its own KSym files.
Andreas Kling