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
2019-05-24
LibGUI: Add a GRadioButton widget.
Andreas Kling
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-23
Always run QEMU with -debugcon stdio.
Andreas Kling
2019-05-23
Kernel: Return ENOSYS if an invalid syscall number is requested.
Andreas Kling
2019-05-23
Kernel/AK: Move ELF loader to AK
Robin Burchell
2019-05-23
LibC: Stub out dlfcn
Robin Burchell
2019-05-23
Kernel: getpeername() should fail with ENOTCONN for non-connected sockets.
Andreas Kling
2019-05-23
LibC: The "install" target should depend on the "startfiles" target.
Andreas Kling
2019-05-23
LibC: Port setjmp syntax to avoid nasm dependency
Robin Burchell
2019-05-22
Kernel: Forked children should inherit their RangeAllocator by copy.
Andreas Kling
2019-05-22
Kernel: If a signal is ignored, make sure we unset BlockedSignal state.
Andreas Kling
2019-05-22
Kernel: Dump backtrace on illegal opcode exception.
Andreas Kling
2019-05-22
LibC: Some compat fixes for GNU make.
Andreas Kling
2019-05-22
LibC: Implement wait() as a wrapper around waitpid().
Andreas Kling
2019-05-21
LibC: First pass of compat work / stubs while trying to build OpenSSL.
Andreas Kling
2019-05-21
GWindow: Only flip the window backing stores once per paint event.
Andreas Kling
2019-05-21
WindowServer: Don't eat a MouseUp when producing a MouseDoubleClick
Robin Burchell
2019-05-21
Kernel: Bump kernel stacks to 64 KB.
Andreas Kling
2019-05-21
AK: Always inline convert_between_host_and_network<T>.
Andreas Kling
2019-05-21
LibC: Oops, forgot to commit sigsuspend() prototype.
Andreas Kling
2019-05-21
LibC: Add htonl() and ntohl().
Andreas Kling
2019-05-21
LibC: Add sigsuspend() stub.
Andreas Kling
2019-05-21
AK: Add some more features to Vector iterators.
Andreas Kling
2019-05-20
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
Andreas Kling
2019-05-20
Socket: Fix missing kprintf() args in setsockopt().
Andreas Kling
2019-05-20
WindowServer: Don't start window resize for MouseUp or MouseMove.
Andreas Kling
2019-05-20
Kernel: Let PageDirectory own the associated RangeAllocator.
Andreas Kling
2019-05-20
WindowServer: Convert some assertions into client did_misbehave()'s.
Andreas Kling
2019-05-20
WindowServer: Use blocking sockets for client connections.
Andreas Kling
2019-05-20
LocalSocket: Make send() and sendto() work, too.
Andreas Kling
2019-05-20
LocalSocket: Bump internal buffer sizes to 16KB.
Andreas Kling
2019-05-20
GEventLoop: Make the WindowServer connection use a blocking socket.
Andreas Kling
2019-05-20
Kernel: Add support for recv() with MSG_DONTWAIT.
Andreas Kling
2019-05-20
WindowServer: Allow sending up to 32 invalidation rects inline.
Andreas Kling
2019-05-20
CEventLoop: Allow manually driving the event loop
Robin Burchell
2019-05-20
LocalSocket: Fix mismatch between can_write() and write() logic.
Andreas Kling
2019-05-20
Toolchain: Oops, let's unbreak UseIt.sh.
Andreas Kling
2019-05-20
Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is e...
Robin Burchell
2019-05-19
Minesweeper: Make things a little more friendly at the start
Robin Burchell
2019-05-19
LibC: Add an h_addr macro for old code that doesn't know about h_addr_list.
Andreas Kling
2019-05-19
Kernel+LibC: Implement getsockname() syscall.
Andreas Kling
2019-05-19
LibC: Add stub for fsync().
Andreas Kling
2019-05-19
LibC: Add mmap_with_name() that names the allocation immediately.
Andreas Kling
2019-05-19
IDEDiskDevice: Add sysctl variable for turning DMA on/off.
Andreas Kling
2019-05-19
LibC: unsetenv() should take a const char*, not a char*.
Andreas Kling
2019-05-19
WindowServer: Improve client write handling a little
Robin Burchell
2019-05-19
Kernel: Check can_write for blocking write
Robin Burchell
2019-05-19
Kernel: Add the ability to debug poll/select independently of read/write
Robin Burchell
2019-05-19
IDEDiskDevice: Support reading multiple sectors at a time with DMA.
Andreas Kling
2019-05-19
IDEDiskDevice: Use wait_for_irq() when waiting for DMA transfers.
Andreas Kling
[next]