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
/
StdLib.cpp
Age
Commit message (
Expand
)
Author
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-04-22
Kernel: Don't use MMX memcpy() in the kernel.
Andreas Kling
2019-04-06
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
Andreas Kling
2019-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-02-22
Start fixing things up to build with a proper cross-compiler.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-07
Kernel: Don't disable interrupts to access the system hostname.
Andreas Kling
2019-02-07
Add a fast memcpy() using MMX when we're moving >= 1KB.
Andreas Kling
2019-02-03
Kernel: Rewrite ProcFS.
Andreas Kling
2019-01-15
Let's do dword-at-a-time memcpy() and memset() in userspace as well.
Andreas Kling
2019-01-12
Don't use dword-by-dword memset/memcpy if the addresses are unaligned.
Andreas Kling
2019-01-12
Make the kernel's memcpy() and memset() go fast with dword copies.
Andreas Kling
2019-01-12
Make the kernel's memset do a "rep stosb" because.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-09
Fix all current build warnings in the kernel.
Andreas Kling
2018-10-31
Fix busted display of tty names in /proc/summary.
Andreas Kling
2018-10-30
Implement sys$getcwd properly.
Andreas Kling
2018-10-17
Print the contents of motd.txt on boot.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Import the "gerbert" kernel I worked on earlier this year.
Andreas Kling
[prev]