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-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-20
FileManager: Set main window size before showing the window
Andreas Kling
2021-07-20
Kernel: Remove KBufferBuilder's can_expand restriction
Andreas Kling
2021-07-20
Kernel: Remove KBufferBuilder API for reusing an existing buffer
Andreas Kling
2021-07-20
Kernel: Simplify ProcFS generated buffer caching
Andreas Kling
2021-07-20
Kernel: Remove confused comment in KBufferBuilder::appendff()
Andreas Kling
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-20
LibJS: Optimize source_location_hint and add flag in print_errors
Alexander
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-07-20
Profiler: Make profiler not truncate 64-bit addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-20
Prekernel: Make sure to reload CR3 after modifying the page tables
Gunnar Beutner
2021-07-20
Prekernel: Don't wrap around the PTE index improperly
Gunnar Beutner
2021-07-20
Prekernel: Properly initialize variables
Gunnar Beutner
2021-07-20
Meta: Add a new qextlinux target for the run.sh script
Gunnar Beutner
2021-07-20
Meta: Update extlinux config for the recent prekernel changes
Gunnar Beutner
2021-07-20
Meta: Fix syslinux detection on Arch Linux
Gunnar Beutner
2021-07-20
Kernel: Specify protection flags for ELF load headers
Gunnar Beutner
2021-07-20
Kernel: Use the C preprocessor to avoid two copies of the linker script
Gunnar Beutner
2021-07-20
Prekernel: Don't assume that PT_LOAD headers are ordered by address
Gunnar Beutner
2021-07-20
Kernel: Rename .boot_bss to .super_pages to better reflect what it is
Gunnar Beutner
2021-07-20
Prekernel: Use physical addresses for some of the BootInfo parameters
Gunnar Beutner
2021-07-20
Kernel: Move boot info declarations to a header file
Gunnar Beutner
2021-07-20
Kernel: Initialize serial debug after setting kernel command-line
Gunnar Beutner
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-07-20
LibLine: Reset the suggestion page offset when finding the max length
Ali Mohammad Pur
2021-07-20
LibGUI: Add Ctrl-U to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-H to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-W to insert mode
Ariel Don
2021-07-20
Kernel: Disable big process lock for sys$yield()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$gettid()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$getpid()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$uname()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock in sys$gethostname() sys$sethostname()
Brian Gianforcaro
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-07-20
Kernel: Conditionally acquire the big lock based on syscall metadata
Brian Gianforcaro
2021-07-20
Kernel: Allow MutexLocker to be conditionally initialized
Brian Gianforcaro
2021-07-20
Kernel: Move validate_syscall_preconditions outside of the big lock
Brian Gianforcaro
2021-07-20
Kernel: Mark read only RegisterState function parameters as const
Brian Gianforcaro
2021-07-20
Kernel: Move syscall precondition validates to MM
Brian Gianforcaro
2021-07-20
Kernel: Instrument syscalls with their process big lock requirements
Brian Gianforcaro
2021-07-20
Kernel: No lock validate_user_stack variant, switch to Space as argument
Brian Gianforcaro
2021-07-20
Taskbar: Update the start button width when system fonts change
Andreas Kling
2021-07-20
LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts
Andreas Kling
2021-07-20
LibTTF+LibGfx: Improve vertical alignment of glyphs
Andreas Kling
2021-07-20
LibTTF: Parse OS/2 tables
Andreas Kling
2021-07-20
LibTTF: Don't choke on fonts with CompositeGlyfFlags::UseMyMetrics
Andreas Kling
2021-07-20
LibTTF: Minor const correctness fix in TTF rasterizer
Andreas Kling
2021-07-20
LibTTF: Propagate glyph bitmap allocation failure in rasterizer
Andreas Kling
[prev]
[next]