summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-22LibGfx: Implement blit_offset() in terms of blit()Nico Weber
2021-01-22LibDebug: Don't assert when running on non-existent executableMaciej Zygmanowski
2021-01-22LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()Nico Weber
2021-01-22LibGfx: Correctly handle source rect offset in draw_scaled_bitmapNico Weber
2021-01-22LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing...Nico Weber
2021-01-22Build: Replace explicit use of mv(1) in CMake file with file(RENAME).Emanuele Torre
2021-01-22Meta: Document QtCreator 'lic' auto-completeBen Wiederhake
2021-01-22Meta: Fix silly copyright lineBen Wiederhake
2021-01-22LibPthread: Fix asserting futex return valueTom
2021-01-22Ports: Build python3 with libffiLinus Groh
2021-01-22passwd: Remove duplicate 'wpath' pledgeDoctor5555
2021-01-22Kernel: Unsupported TTY ioctls should return EINVAL gracefullyTom
2021-01-21Base: Add root to the /etc/shadow fileAndreas Kling
2021-01-21LibCore: Always fail Account authentication on missing shadow entryAndreas Kling
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-21passwd+LibCore: Make passwd replace /etc files atomicallyAndreas Kling
2021-01-21Kernel: Create new files with the current process EUID/EGIDAndreas Kling
2021-01-21Kernel: Don't let signals unblock threads while handling a page faultAndreas Kling
2021-01-21Ext2FS: Propagate I/O errors from Ext2FSInode::write_bytes()Andreas Kling
2021-01-20oss-fuzz: Try harder to fix buildNico Weber
2021-01-20Kernel: Remove commented-out code from Thread::dispatch_signal()Andreas Kling
2021-01-20Kernel+LibC: Turn errno codes into a strongly typed enumAndreas Kling
2021-01-20Kernel: Make BlockBasedFS read/write functions return a KResultAndreas Kling
2021-01-20LibGfx/Painter: Keep translation and clip_rect in logical coordinatesNico Weber
2021-01-20SystemServer.ini: Default to not showing network change notificationsNico Weber
2021-01-20CrashReporter: Show pledge violation in backtraceLinus Groh
2021-01-20Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE()Linus Groh
2021-01-20Meta: Add some more documentation on oss-fuzzNico Weber
2021-01-20Revert "LibCore: Try to fix fuzzer build"Nico Weber
2021-01-20LibJS: Include <typeinfo> in AST.cppNico Weber
2021-01-20Userland: Implement shuf for basic shufflingBen Wiederhake
2021-01-20Userland: Fix broken newlines in 'sort'Ben Wiederhake
2021-01-20LibC: Implement uniform random sampling without modulo biasBen Wiederhake
2021-01-20Conway: Don't run misleading srand()Ben Wiederhake
2021-01-20Meta: Slightly improve image scriptBen Wiederhake
2021-01-20LibGfxScaleDemo: Add coverage for blit_with_alphaNico Weber
2021-01-20Run: Fix newline in info labelLinus Groh
2021-01-20LibCore: Try to fix fuzzer buildNico Weber
2021-01-20WindowServer: In HighDPI mode, load high-res window buttons and high-res cursorsNico Weber
2021-01-20Base: Add 2x images for arrow cursor and window buttonsNico Weber
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-20WindowServer: Rename WallpaperMode::{Scaled => Stretch}Linus Groh
2021-01-19Ports: Add missing version.sh file to python3 portLinus Groh
2021-01-19Kernel: Allow sys$chmod() to change the sticky bitAndreas Kling
2021-01-19Kernel: Implement the same symlink protection as LinuxAndreas Kling
2021-01-19Kernel: Implement the same hard link protection as LinuxAndreas Kling
2021-01-19Docs: Start outlining options for highdpi resource handlingNico Weber
2021-01-19Boot: Fix undefined Multiboot behaviorsJean-Baptiste Boric
2021-01-19Shell: Don't spam perror() on kill_job()AnotherTest
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest