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-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-22
LibDebug: Don't assert when running on non-existent executable
Maciej Zygmanowski
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-22
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
Nico Weber
2021-01-22
LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing...
Nico Weber
2021-01-22
Build: Replace explicit use of mv(1) in CMake file with file(RENAME).
Emanuele Torre
2021-01-22
Meta: Document QtCreator 'lic' auto-complete
Ben Wiederhake
2021-01-22
Meta: Fix silly copyright line
Ben Wiederhake
2021-01-22
LibPthread: Fix asserting futex return value
Tom
2021-01-22
Ports: Build python3 with libffi
Linus Groh
2021-01-22
passwd: Remove duplicate 'wpath' pledge
Doctor5555
2021-01-22
Kernel: Unsupported TTY ioctls should return EINVAL gracefully
Tom
2021-01-21
Base: Add root to the /etc/shadow file
Andreas Kling
2021-01-21
LibCore: Always fail Account authentication on missing shadow entry
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
Andreas Kling
2021-01-21
Kernel: Create new files with the current process EUID/EGID
Andreas Kling
2021-01-21
Kernel: Don't let signals unblock threads while handling a page fault
Andreas Kling
2021-01-21
Ext2FS: Propagate I/O errors from Ext2FSInode::write_bytes()
Andreas Kling
2021-01-20
oss-fuzz: Try harder to fix build
Nico Weber
2021-01-20
Kernel: Remove commented-out code from Thread::dispatch_signal()
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-20
Kernel: Make BlockBasedFS read/write functions return a KResult
Andreas Kling
2021-01-20
LibGfx/Painter: Keep translation and clip_rect in logical coordinates
Nico Weber
2021-01-20
SystemServer.ini: Default to not showing network change notifications
Nico Weber
2021-01-20
CrashReporter: Show pledge violation in backtrace
Linus Groh
2021-01-20
Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE()
Linus Groh
2021-01-20
Meta: Add some more documentation on oss-fuzz
Nico Weber
2021-01-20
Revert "LibCore: Try to fix fuzzer build"
Nico Weber
2021-01-20
LibJS: Include <typeinfo> in AST.cpp
Nico Weber
2021-01-20
Userland: Implement shuf for basic shuffling
Ben Wiederhake
2021-01-20
Userland: Fix broken newlines in 'sort'
Ben Wiederhake
2021-01-20
LibC: Implement uniform random sampling without modulo bias
Ben Wiederhake
2021-01-20
Conway: Don't run misleading srand()
Ben Wiederhake
2021-01-20
Meta: Slightly improve image script
Ben Wiederhake
2021-01-20
LibGfxScaleDemo: Add coverage for blit_with_alpha
Nico Weber
2021-01-20
Run: Fix newline in info label
Linus Groh
2021-01-20
LibCore: Try to fix fuzzer build
Nico Weber
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-20
Base: Add 2x images for arrow cursor and window buttons
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-20
WindowServer: Rename WallpaperMode::{Scaled => Stretch}
Linus Groh
2021-01-19
Ports: Add missing version.sh file to python3 port
Linus Groh
2021-01-19
Kernel: Allow sys$chmod() to change the sticky bit
Andreas Kling
2021-01-19
Kernel: Implement the same symlink protection as Linux
Andreas Kling
2021-01-19
Kernel: Implement the same hard link protection as Linux
Andreas Kling
2021-01-19
Docs: Start outlining options for highdpi resource handling
Nico Weber
2021-01-19
Boot: Fix undefined Multiboot behaviors
Jean-Baptiste Boric
2021-01-19
Shell: Don't spam perror() on kill_job()
AnotherTest
2021-01-19
Shell: Make tests use PASS/FAIL instead of exit codes
AnotherTest
[next]