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-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-17
LoginServer: Add --auto-login switch
Peter Elliott
2021-10-17
LibGUI: Don't render placeholders as secret
Peter Elliott
2021-10-17
TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialog
Peter Elliott
2021-10-17
Utilities: Show PGID and SID in ps -f
Peter Elliott
2021-10-17
LoginServer: Process logins and start SystemServer in user mode
Peter Elliott
2021-10-17
LoginServer: Layout a basic login window
Peter Elliott
2021-10-17
SystemServer: Add per user mode (--user)
Peter Elliott
2021-10-17
LibX86: Add SSE support
Hediadyoin1
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-10-17
rev: Unbreak reading from standard input
SeekingBlues
2021-10-17
tac: Unbreak reading from standard input
SeekingBlues
2021-10-17
shuf: Fix division by zero when no lines are read
SeekingBlues
2021-10-17
LibWeb: Make the CSS serialization functions actually output things :^)
Sam Atkins
2021-10-17
Tests: Remove Clang workaround from TestSourceLocation
Daniel Bertalan
2021-10-17
Ports: Make it possible to build (some) ports with Clang
Daniel Bertalan
2021-10-17
Meta: Support llvm-addr2line in `serenity.sh`
Daniel Bertalan
2021-10-17
Kernel: Enable LTO for kernel_heap if `ENABLE_KERNEL_LTO` is set
Daniel Bertalan
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-17
Kernel: Support split data sections
Daniel Bertalan
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-17
Kernel: Introduce workaround to make LTO builds work with Clang
Daniel Bertalan
2021-10-17
LibCoredump: Show frames from Loader.so if the crash occurs in it
Daniel Bertalan
2021-10-17
LibDebug: Enable parsing `libgcc_s.so`
Daniel Bertalan
2021-10-17
LibDebug: Don't create compilation units for embedded resources
Daniel Bertalan
2021-10-17
LibDebug: Make use of the newly supported data forms
Daniel Bertalan
2021-10-17
LibDebug: Support `DW_FORM_data16`
Daniel Bertalan
2021-10-17
LibDebug: Support `addrx*`, `strx*` and `rnglistx` forms
Daniel Bertalan
2021-10-17
LibDebug: Don't expose AttributeValue internals, use getters instead
Daniel Bertalan
2021-10-17
LibCoredump: Accept dynamic libraries with versioned names
Daniel Bertalan
2021-10-17
AK: Make Span trivially copy-constructible
Daniel Bertalan
2021-10-17
Toolchain: Introduce stubs for core system libraries
Daniel Bertalan
2021-10-17
LibC: Primitively implement wcsxfrm
Daniel Bertalan
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibC: Fix wcsrchr declaration to return a non-const wchar*
Daniel Bertalan
2021-10-17
LibC: Stub out mbsnrtowcs
Daniel Bertalan
2021-10-17
LibC: Stub out wcsnrtombs
Daniel Bertalan
2021-10-17
LibC: Implement wmemcmp
Daniel Bertalan
2021-10-17
LibC: Add ELAST errno macro
Daniel Bertalan
2021-10-17
LibC: Forward-declare `struct tm` in wchar.h
Daniel Bertalan
2021-10-17
Prekernel: Force enable PAE on Intel Pentium M CPUs
Tim Schumacher
2021-10-17
Prekernel: Split early boot printing into two subroutines
Tim Schumacher
2021-10-17
FontEditor: Accept file drops
Karol Kosek
2021-10-17
FontEditor: Add FontEditorWidget::open_file() function
Karol Kosek
2021-10-17
FontEditor: Reuse the request_close() function in Open action
Karol Kosek
2021-10-17
Base: Add a test page for the various element attribute APIs
Timothy Flynn
2021-10-17
LibWeb: Implement the Element attributes getter
Timothy Flynn
2021-10-17
LibWeb: Reimplement Element attribute related methods with NamedNodeMap
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
[next]