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-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
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Add a `not` builtin
AnotherTest
2021-01-19
Shell: Mark control structures to be executed in the current process
AnotherTest
2021-01-19
Shell: Implement `for_each_entry()` for syntactic list nodes
AnotherTest
2021-01-19
Shell: Consider numbers as word characters too
AnotherTest
2021-01-19
Shell: Actually return the exit code of the file when running a file
AnotherTest
2021-01-19
Shell: Add a builtin that parses its sole argument and dumps its AST
AnotherTest
2021-01-18
Ports: Add Python 3.9
Linus Groh
2021-01-18
LibM: Add nextafter() and nexttoward() stubs
Linus Groh
2021-01-18
LibC: Return ENOSYS from clock_getres() rather than asserting
Linus Groh
2021-01-18
LibC: Make tzset() set daylight to 0
Linus Groh
2021-01-18
LibC: Make tzset() set tzname to { "UTC", "UTC" }
Linus Groh
2021-01-18
LibC: Add wcstol() and wcstoll() stubs
Linus Groh
2021-01-18
LibC: Add wcsncmp()
Linus Groh
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2021-01-18
LibC: Add TTY_NAME_MAX (32)
Linus Groh
2021-01-18
LibWeb: Very basic support for CSS flex-direction
Andreas Kling
2021-01-18
LibWeb: Add Layout::Box::margin_box_height()
Andreas Kling
2021-01-18
LibWeb: Parse the CSS "flex-direction" property
Andreas Kling
2021-01-18
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
Andreas Kling
2021-01-18
LibWeb: Add Layout::Box::margin_box_width()
Andreas Kling
[next]