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
2021-08-06
LibSQL: Use compiler generated default functions
Lenny Maiorani
2021-08-06
LibAudio: Make playing lossy flacs more truthful
Karol Kosek
2021-08-06
LibAudio: Fix calculation of wasted bits-per-sample
Karol Kosek
2021-08-06
LibAudio: Make read samples signed when decoding fixed FLAC subframes
Karol Kosek
2021-08-06
Kernel: Disable big process lock for sys$sysconf
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$get_stack_bounds
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$gettimeofday
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_nanosleep
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_gettime()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getkeymap
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getrandom
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputch
Idan Horowitz
2021-08-06
Kernel: Hold the global logging lock in dbgputch
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputstr
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dump_backtrace()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$beep()
Idan Horowitz
2021-08-06
Kernel: Make Process's m_promises & m_execpromises fields atomic
Idan Horowitz
2021-08-06
PixelPaint: Use the ValueSlider widget for Tool properties
Marcus Nilsson
2021-08-06
LibGUI: Add ValueSlider widget
Marcus Nilsson
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
Andreas Kling
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Browser: Add more tab options
TheFightingCatfish
2021-08-06
LibGUI: Allow TabWidget to remove all tabs except one
TheFightingCatfish
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-06
LibJS: Improve the TypedArray.prototype.find{,Index} tests
davidot
2021-08-06
LibJS: Implement proposed TypedArray.prototype.findLast{,Index}
davidot
2021-08-06
LibJS: Implement proposed Array.prototype.findLast{,Index}
davidot
2021-08-06
Kernel: Move UnveilNode.h into Kernel/FileSystem/
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
AK: Improve the parsing of data urls
TheFightingCatfish
2021-08-06
LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS
Andreas Kling
2021-08-06
Profiler: Display source location information in the disassembly view
Ali Mohammad Pur
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-06
UserspaceEmulator: Optionally generate a Profiler-compatible profile
Ali Mohammad Pur
2021-08-06
AK: Make StringBuilder::join() use appendff() instead of append()
Ali Mohammad Pur
2021-08-06
Spider: Use YesNo dialog for user confirmation when closing
Jamie Mansfield
2021-08-06
Solitaire: Get user confirmation to close when there is a active game
Jamie Mansfield
2021-08-06
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
Andreas Kling
2021-08-06
LibCore: Add Core::Process::spawn()
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in sys$mount()
Andreas Kling
2021-08-06
Kernel: Store coredump metadata properties as KStrings
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in sys$link()
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt()
Andreas Kling
[prev]
[next]