index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
kmalloc.h
Age
Commit message (
Expand
)
Author
2019-05-28
Add clang-format file
Robin Burchell
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-05
AK: Fix problem when building i686-pc-serenity toolchain from scratch.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-01-17
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Andreas Kling
2018-11-09
Build LibC and Userland with clang as well.
Andreas Kling
2018-10-31
Add a kmalloc_eternal() for things that will never be destroyed.
Andreas Kling
2018-10-28
Canonicalize the path used by sh.
Andreas Kling
2018-10-26
Implement /proc/PID/vm.
Andreas Kling
2018-10-25
ELFLoader should fail with an error message for unresolved symbols.
Andreas Kling
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Start fixing up AK to work inside the kernel.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling