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
Age
Commit message (
Expand
)
Author
2020-05-23
Kernel: Simplify MP table parser a little bit more
Andreas Kling
2020-05-23
Kernel: Make dump_backtrace_impl() take base pointer as a FlatPtr
Andreas Kling
2020-05-22
Kernel: Return ESPIPE when seeking an unseekable
Sergey Bugaev
2020-05-22
Kernel: Remove some now-unnecessary casts in ProcFS
Andreas Kling
2020-05-22
Kernel: Remove outdated FIXME's in the static ACPI parser
Andreas Kling
2020-05-22
Kernel: Simplify scanning BIOS/EBDA and MP parser initialization
Andreas Kling
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-05-22
Kernel: Clean up and simplify MP table parsing
Andreas Kling
2020-05-22
Ext2FS: Fix indirect-blocks iteration
Yonatan Goldschmidt
2020-05-20
Kernel: Fix invalid jump in case RDRAND fails
Andreas Kling
2020-05-20
Revert "Kernel: Add implementation of operator new and delete to kmalloc.cpp"
Andreas Kling
2020-05-20
Revert "Kernel: Don't link against libstdc++"
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Kernel: Always inline stac(), clac() and SmapDisabler
Andreas Kling
2020-05-20
Kernel: Validate access to whole regions
Sergey Bugaev
2020-05-20
Kernel: Look for a user region first
Sergey Bugaev
2020-05-20
AK+Kernel: Help the compiler inline a bunch of trivial methods
Sergey Bugaev
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-20
Kernel: Don't link against libstdc++
Andrew Kaster
2020-05-20
Kernel: Add implementation of operator new and delete to kmalloc.cpp
Andrew Kaster
2020-05-20
Kernel+LibC: Switch isatty() to use a fcntl()
Sergey Bugaev
2020-05-19
Kernel: Tweak FileBackedFS API to avoid intermediary copies
Sergey Bugaev
2020-05-19
Kernel: Make FS::block_size a size_t
Sergey Bugaev
2020-05-19
Kernel: Inline Inode::fsid()
Sergey Bugaev
2020-05-18
Kernel: WaitBlocker should always unblock immediately on WNOHANG
Andreas Kling
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-17
Kernel: wait() should not block if WNOHANG is specified
AnotherTest
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
2020-05-16
Kernel: Let the wait blocker inspect *all* child threads of a process
Andreas Kling
2020-05-16
Kernel: Sending a signal to a process now goes to the main thread
Andreas Kling
2020-05-16
Kernel: Remove awkward "#define printf dbgprintf"
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove now-unused KernelInfoPage.h
Andreas Kling
2020-05-16
Kernel: Add TimeManagement::now_as_timeval()
Andreas Kling
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-05-16
Kernel: Use copy_to_user() in sys$gettimeofday()
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in E1000 adapter driver
Andreas Kling
2020-05-16
Kernel: Let's say that IO::delay(N) delays for N microseconds
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in HPET code
Andreas Kling
2020-05-16
Kernel: Use consistent names for kmalloc globals and remove volatile
Andreas Kling
2020-05-16
Toolchain/Ports: Update to gcc 10.1.0
Shannon Booth
2020-05-16
Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]
Shannon Booth
2020-05-16
Kernel: Tidy up SharedBuffer interface
Shannon Booth
2020-05-15
Kernel: Disallow opening socket files
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
Revert "Build: Use fakeroot if non-root build is possible"
Andreas Kling
2020-05-12
Kernel: Add a stringification helper for KeyCode
Andreas Kling
2020-05-12
Build: Use fakeroot if non-root build is possible
Nikolay Kochulin
2020-05-11
Ports: Add preliminary dropbear port
Yonatan Goldschmidt
[next]