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
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-08
Kernel/LibC: Make memset implementations the same
Hendiadyoin1
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Kernel: Convert klog() => AK::Format in StdLib
Andreas Kling
2021-03-02
Kernel: Implement 'copy_time_from_user' functions to sanitize arguments
Ben Wiederhake
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
Kernel: Do not try to print the string that cannot be read
Ben Wiederhake
2021-02-13
Kernel: Don't crash on syscall with kernel-space argument
Ben Wiederhake
2021-01-17
Kernel: Add safe atomic functions
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-24
Kernel: Remove strcpy()
Ben Wiederhake
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-17
Kernel: Remove strncpy() and strrchr()
Andreas Kling
2020-08-13
Kernel: Remove strdup() since nothing uses it
Andreas Kling
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Group C++ ABI functions together
Ben Wiederhake
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-06
Kernel: Randomize the stack canary on startup
Andreas Kling
2020-01-06
Kernel: Build the kernel as a position-independent executable
Andreas Kling
2020-01-05
Kernel: Remove SmapDisablers in open(), openat() and set_thread_name()
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2019-12-20
Kernel+LibC: Build with basic -fstack-protector support
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-06
Kernel: Link with libgcc
Andreas Kling
2019-10-28
AK: Add String::contains(String)
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-08-11
Kernel: Add strncmp()
Sergey Bugaev
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-07
Kernel: The kernel will never call mmx_memcpy() so prune it.
Andreas Kling
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
[next]