index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
Age
Commit message (
Expand
)
Author
2021-09-07
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
Andreas Kling
2021-09-06
Kernel: Use TRY() once more in LocalSocket::try_create_connected_pair()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in TCPSocket
Andreas Kling
2021-09-05
Kernel: Use TRY() in IPv4Socket
Andreas Kling
2021-09-05
Kernel: Use TRY() in LocalSocket
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
Kernel: Improve names in the ARP table thread blocker
Andreas Kling
2021-09-04
Kernel: Tidy up UDPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Tidy up TCPSocket creation a bit
Andreas Kling
2021-09-03
Kernel: Convert Routing to east-const style
brapru
2021-09-01
Kernel: Don't cast to NetworkOrdered<u16>* from random data
Brian Gianforcaro
2021-08-31
Kernel: Don't VERIFY_NOT_REACHED in LocalSocket::has_attached_peer()
Owen Smith
2021-08-29
Kernel: Rename Socket::lock() => Socket::mutex()
Andreas Kling
2021-08-29
Kernel: Add Socket::set_role() and use it everywhere
Andreas Kling
2021-08-29
Kernel: Store LocalSocket address as a KString internally
Andreas Kling
2021-08-29
Kernel: Rename LocalSocket::create_connected_pair() => try_*()
Andreas Kling
2021-08-29
Kernel: Encapsulate assignment of socket origin/acceptor credentials
Andreas Kling
2021-08-29
Kernel: Rename LocalSocket factory to try_create() & tighten return type
Andreas Kling
2021-08-29
Kernel: Use ProcessID a bit more in Socket
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-24
Kernel: Simplify Blockers so they don't need a "should block" flag
Andreas Kling
2021-08-24
Kernel: Remove unused Thread::Blocker::should_block() virtual
Andreas Kling
2021-08-24
Kernel: Move Blocker setup out from constructors into setup_blocker()
Andreas Kling
2021-08-23
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
Andreas Kling
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Kernel: Mark Thread::Blocker leaf subclasses final
Andreas Kling
2021-08-23
Kernel: Mark BlockCondition subclasses as final
Andreas Kling
2021-08-22
Kernel: Return ENOTSUP instead of panicking on invalid sockopt
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-18
Kernel: Fix a crash introduced by my TCP RST fix
Gunnar Beutner
2021-08-18
Kernel: Don't respond to TCP RST packets
Gunnar Beutner
2021-08-15
Kernel: Move ARP debug information to ARP_DEBUG
brapru
2021-08-15
Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Convert IPv4 socket list from HashTable to IntrusiveList
Andreas Kling
2021-08-14
Kernel: Stop allowing implicit conversion from KResult to int
Andreas Kling
2021-08-13
Kernel: Clear SO_ERROR on successful socket connection
brapru
[prev]
[next]