index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-16
LibVT: Tweak input parsing related names
Andreas Kling
2020-05-16
LibVT: Switch VT::Line to being backed by 32-bit codepoints
Andreas Kling
2020-05-16
LibIPC: Allow opt-in UTF-8 validation on message parameters
Andreas Kling
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
Build: Remove -Wno-volatile flag
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
Build: FreeBSD support
Dominik Madarasz
2020-05-16
AK: Remove experimental clang -Wconsumed stuff
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
Shell: Use DirIterator::SkipParentAndBaseDir
Shannon Booth
2020-05-16
LibELF: Handle DT_SONAME dynamic entries
Andrew Kaster
2020-05-16
Build: Disable deprecated volatile warning
Shannon Booth
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
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-16
Kernel: Tidy up SharedBuffer interface
Shannon Booth
2020-05-16
ClipboardHistory: Add a clipboard history applet :^)
Sergey Bugaev
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-15
LibM: Fix floor() and floorf() for negative numbers
Andreas Kling
2020-05-15
LibM: Add floorf() for @rexim :^)
Andreas Kling
2020-05-15
LibVT: Move out the Line class from Terminal to its own class
Andreas Kling
2020-05-15
LibCore: Fix timer expiration processing
Sergey Bugaev
2020-05-15
ProfileViewer: Fix opening the kernel image
Sergey Bugaev
2020-05-15
Shell: Correct program stop behaviour
AnotherTest
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-15
Docs: Update required clang-format version to 10 in CONTRIBUTING.md
Linus Groh
2020-05-15
Shell: Print correct errno when execvp() fails
Sergey Bugaev
2020-05-15
LibC: Fix execvp() errno
Sergey Bugaev
2020-05-15
Kernel: Disallow opening socket files
Sergey Bugaev
2020-05-15
Base: Allow NotificationServer to access the Clipboard
Sergey Bugaev
2020-05-15
Clipboard: Remove accidentally commited file
Sergey Bugaev
2020-05-15
Build: Ask GCC to always emit colorful diagnostics
Sergey Bugaev
2020-05-15
Build: Allow using CMake 3.16
Sergey Bugaev
2020-05-15
Clipboard: Add missing copyright header
Andreas Kling
2020-05-15
js: Throw a regular SyntaxError for errors from the parser
Linus Groh
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
[next]