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
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-12
Help+LibManual: Without arguments, open index page instead of crashing
kleines Filmröllchen
2022-12-11
Ports: Add zig port :^)
sin-ack
2022-12-11
Ports: Export CMAKE_BUILD_PARALLEL_LEVEL for ports scripts
sin-ack
2022-12-11
Kernel: Bump maximum pthread stack size to 32MiB
sin-ack
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel: Implement flock downgrading
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel: Use real UID/GID when checking for file access
sin-ack
2022-12-11
Kernel: Remove InodeMetadata::may_{read,write,execute}(Process const&)
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-11
Kernel: Implement Process::custody_for_dirfd
sin-ack
2022-12-11
Tests: Update thread tests and make them pass
kleines Filmröllchen
2022-12-11
LibThreading: Overhaul thread behavior with ThreadState
kleines Filmröllchen
2022-12-11
LibThreading: Add a thread state enum
kleines Filmröllchen
2022-12-11
LibThreading: Add Thread formatter
kleines Filmröllchen
2022-12-11
LibThreading: Move now-trivial accessors of Thread to cpp file
kleines Filmröllchen
2022-12-11
LibThreading: Use Threading namespace in Thread.cpp
kleines Filmröllchen
2022-12-11
Kernel: Allow dead threads to be joined
kleines Filmröllchen
2022-12-11
LibSQL: Don't use the SQL socket file path as its descriptor
Timothy Flynn
2022-12-11
LibSQL: Do not fchmod the SQL socket on macOS
Timothy Flynn
2022-12-11
MasterWord: Display the last word in a different color for short input
Arda Cinar
2022-12-11
MasterWord: Display messages in a statusbar
Arda Cinar
2022-12-11
LibWeb: Support `calc()` values in `background-position`
MacDue
2022-12-11
LibWeb: Use space_used_by_floats to get x offset of box that creates BFC
Aliaksandr Kalenik
2022-12-11
LibWeb: Check if block creates BFC even if all it's children are inline
Aliaksandr Kalenik
2022-12-11
LibX86: Only pass ProcessorMode to Instruction constructor
Itamar
2022-12-11
LibX86: Use AddressSize::32 in Long mode
Itamar
2022-12-11
Help: Link to LibLocale
kleines Filmröllchen
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-11
WindowServer: Remove unused bools in Menu::draw()
thankyouverycool
2022-12-11
WindowServer: Include missing visibility argument when making MenuItem
thankyouverycool
2022-12-11
AK: Specialise AK::is() for NNRP<T>
Ali Mohammad Pur
2022-12-11
AK: Add an identity implementation of StringView::from_string_literal()
Ali Mohammad Pur
2022-12-11
AK: Add Optional-like value()/has_value() getters to WeakPtr
Ali Mohammad Pur
2022-12-11
AK: Allow constructing WeakPtr<T> using OptionalNone
Ali Mohammad Pur
2022-12-11
AK: Add Optional::lazy_emplace(Callable)
Ali Mohammad Pur
2022-12-11
AK: Allow non-ascii characters to be printed
Ali Mohammad Pur
2022-12-11
AK: Format the contents of NNRP<T> if T is formattable
Ali Mohammad Pur
2022-12-11
AK: Ignore "alternative" formatting of StringView instead of crashing
Ali Mohammad Pur
2022-12-11
AK: Add a Error::__jakt_from_string_literal(StringView) factory function
Ali Mohammad Pur
2022-12-11
AK: Let ErrorOr<T, E> expose its result/error types
Ali Mohammad Pur
[next]