summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-19Shell: Make 'if' expressions return the unevaluated value of blocksAnotherTest
2021-01-19Shell: Add a `not` builtinAnotherTest
2021-01-19Shell: Mark control structures to be executed in the current processAnotherTest
2021-01-19Shell: Implement `for_each_entry()` for syntactic list nodesAnotherTest
2021-01-19Shell: Consider numbers as word characters tooAnotherTest
2021-01-19Shell: Actually return the exit code of the file when running a fileAnotherTest
2021-01-19Shell: Add a builtin that parses its sole argument and dumps its ASTAnotherTest
2021-01-18Ports: Add Python 3.9Linus Groh
2021-01-18LibM: Add nextafter() and nexttoward() stubsLinus Groh
2021-01-18LibC: Return ENOSYS from clock_getres() rather than assertingLinus Groh
2021-01-18LibC: Make tzset() set daylight to 0Linus Groh
2021-01-18LibC: Make tzset() set tzname to { "UTC", "UTC" }Linus Groh
2021-01-18LibC: Add wcstol() and wcstoll() stubsLinus Groh
2021-01-18LibC: Add wcsncmp()Linus Groh
2021-01-18Kernel+LibC: Add _SC_TTY_NAME_MAXLinus Groh
2021-01-18LibC: Add TTY_NAME_MAX (32)Linus Groh
2021-01-18LibWeb: Very basic support for CSS flex-directionAndreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_height()Andreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_width()Andreas Kling