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
2023-04-05
AK+LibCompress: Break when seekback copying to a full CircularBuffer
Tim Schumacher
2023-04-05
AK: Report copied bytes when seekback copying from CircularBuffer
Tim Schumacher
2023-04-05
AK: Properly limit the internal seekback span for CircularBuffer
Tim Schumacher
2023-04-05
Tests: Add test for webp lossless decoding
Nico Weber
2023-04-05
LibGfx: Add some support for decoding lossless webp files
Nico Weber
2023-04-05
LibGfx: Add Bitmap::begin() / Bitmap::end()
Nico Weber
2023-04-05
LibGfx: Read webp lossless header using LittleEndianInputBitStream
Nico Weber
2023-04-05
Kernel/NVMeQueue: Use waitqueue in submit_sync_sqe
Pankaj Raghav
2023-04-05
Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue
Pankaj Raghav
2023-04-05
Kernel/NVMe: Use an Atomic for command id instead of sq index
Pankaj Raghav
2023-04-05
Kernel: Mark sys$setpgid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make Credentials the authority on process SID
Andreas Kling
2023-04-05
Kernel: Mark sys$setsid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make ProcessGroup a ListedRefCounted and fix two races
Andreas Kling
2023-04-05
Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtr
Andreas Kling
2023-04-05
Kernel: Move Process's TTY pointer into protected data
Andreas Kling
2023-04-05
Kernel: Move Process's process group pointer into protected data
Andreas Kling
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-05
Kernel: Remove ancient InterruptDisabler in sys$setsid
Andreas Kling
2023-04-05
Kernel: Mark sys$faccessat as not needing the big lock
Andreas Kling
2023-04-05
LibWeb: Add multipart/form-data demo to formdata.html
Kenneth Myhra
2023-04-05
LibWeb: Add FormData support to XHR
Kenneth Myhra
2023-04-05
LibWeb: Add get accessor to internal entry list of FormData
Kenneth Myhra
2023-04-05
LibWeb: Implement multipart/form-data encoding algorithm
Kenneth Myhra
2023-04-04
LibWeb: Do not use OS error codes in the error callback for file:// URLs
Timothy Flynn
2023-04-04
LibWeb: Ensure fetch errors set their response types/codes appropriately
Timothy Flynn
2023-04-04
LibCompress: Order branches in Deflate's decode_codes() numerically
Nico Weber
2023-04-04
LibCompress: Remove a few no-op continue statements in Deflate
Nico Weber
2023-04-04
LibGUI: Open and increment ComboBox ListViews by exact steps
thankyouverycool
2023-04-04
LibGUI: Don't hover AbstractView indicies outside visible content
thankyouverycool
2023-04-04
LibGUI: Paint Scrollbar buttons with appropriate thread highlighting
thankyouverycool
2023-04-04
LibGUI: Allow ComboBox windows to intersect Desktop's entire height
thankyouverycool
2023-04-04
LibGUI: Remove calculated_min_size() for ListViews
thankyouverycool
2023-04-04
Kernel: Mark inode watcher syscalls as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$killpg as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$kill as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Remove ancient InterruptDisablers in the kill/killpg syscalls
Andreas Kling
2023-04-04
Kernel: Mark sys$getrusage as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make the getsockname/getpeername syscall helper a bit nicer
Andreas Kling
2023-04-04
Kernel: Make sys$times not use the big lock
Andreas Kling
2023-04-04
Kernel+Userland: Make some of the POSIX types larger
Andreas Kling
2023-04-04
Kernel: Mark sys$umask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigtimedwait as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigpending as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigprocmask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigsuspend as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigreturn as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$open as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Use custody_for_dirfd() in more syscalls
Andreas Kling
2023-04-04
Kernel: Make custody_for_dirfd() fail on files other than directories
Andreas Kling
[prev]
[next]