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-02-26
LibELF: Consolidate main executable loading a bit
Andreas Kling
2021-02-26
Kernel: Detach the traced process on process exit
cbsirb
2021-02-26
Documentation: Update CLion configuration documentation
Itamar
2021-02-26
Ext2FS: Don't reload already-cached block list when freeing inode
Andreas Kling
2021-02-26
Ext2FS: Inode allocation improvements
Andreas Kling
2021-02-26
disk_benchmark: Modernize this code a little bit
Andreas Kling
2021-02-26
Ext2FS: Propagate errors from more places
Andreas Kling
2021-02-26
Ext2FS: Share some bitmap code between inode and block allocation
Andreas Kling
2021-02-26
LibGUI: Set correct open action for LinkLabel context menu
thankyouverycool
2021-02-26
HackStudio: Set correct icons, text and location in menus
thankyouverycool
2021-02-26
TextEditor: Fix passing null parent to AboutDialog
thankyouverycool
2021-02-26
Terminal: Remove unnecessary ellipses and capitalize name in menu
thankyouverycool
2021-02-26
Spreadsheet: Merge File menu into 'Spreadsheet' app menu
thankyouverycool
2021-02-26
HexEditor: Fix nullptr pass to AboutDialog and clean up menus
thankyouverycool
2021-02-26
Browser: Add Go menu and move Bookmarks bar toggle to View
thankyouverycool
2021-02-26
Base: Adjust cursor and link colors in Redmond themes
thankyouverycool
2021-02-25
Spreadsheet: Fix cell identifier label
Jelle Raaijmakers
2021-02-25
Kernel: Don't disable interrupts while exiting a thread or process
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while dealing with a process crash
Andreas Kling
2021-02-25
LibGUI: Paint all widgets as toolbars in ToolBarContainer
thankyouverycool
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-25
LibGUI: Avoid needlessly copying vectors of rects
Tom
2021-02-25
LibGUI: Process pending invalidations when handling paint events
Tom
2021-02-25
LibGUI: Constrain widgets to invalidating themselves only
Tom
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-25
LibC: Make it compile on 64-bit
Andreas Kling
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-25
Kernel: Move the VM Range class to its own files
Andreas Kling
2021-02-25
Kernel: Move sys$sigaction() implementation inside ARCH(i386)
Andreas Kling
2021-02-25
Kernel: Fix some clang-tidy whines in CoreDump
Andreas Kling
2021-02-25
Kernel: Tighten some typing in Arch/i386/CPU.h
Andreas Kling
2021-02-25
Kernel: Remove unused Processor::set_thread_specific()
Andreas Kling
2021-02-25
Kernel: Remove some unused cruft in Arch/i386/CPU.h
Andreas Kling
2021-02-25
FileManager: change icon for Show in File Manager
Morc - Richard Gráčik
2021-02-25
Base: Update some icons for color, quality and consistency
thankyouverycool
2021-02-25
Base: Add new icons for fonts and File Manager
thankyouverycool
2021-02-24
LibC: Avoid double memory clearing in calloc()
Andreas Kling
2021-02-24
LibGUI: Let cursor start a wrapped line
Angus Gibson
2021-02-24
LibGUI: Remove redundant cursor update
Angus Gibson
2021-02-24
AK: Don't compare past '\0' in StringView::operator==(const char*)
Andreas Kling
2021-02-24
Calculator: Add support for copy+paste using system clipboard
Brendan Coles
2021-02-24
Base: Add jcs.org to Browser bookmarks
Andreas Kling
2021-02-24
LibGUI: Account for the row and column headers when painting a TableView
AnotherTest
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-24
Kernel: Panic early if the kernel gets too big for its memory slot
Andreas Kling
2021-02-24
Kernel: Build with -fsanitize=undefined for all compilers
Andreas Kling
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-02-24
KUBSAN: Condense all options down to "undefined"
Hendiadyoin1
2021-02-24
Kernel: Fix pointer overflow in create_thread
Brian Gianforcaro
[next]