Idan Horowitz
|
0a36d1459a
Kernel: Return EINVAL on unsupported LocalSocket ioctl
|
3 年 前 |
Andrew Kaster
|
7243bcb7da
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
|
3 年 前 |
Andreas Kling
|
88b6428c25
AK: Make Vector::try_* functions return ErrorOr<void>
|
3 年 前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年 前 |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 年 前 |
Nico Weber
|
1cdb12e920
Kernel: Fix -Wunreachable-code warnings from clang
|
3 年 前 |
sin-ack
|
220b7dd779
Kernel: Weakly hold on to the file in LocalSocket
|
3 年 前 |
Andreas Kling
|
b6efd66d56
Kernel: Use move semantics in sys$sendfd()
|
3 年 前 |
Andreas Kling
|
308773ffda
Kernel/Net: Add a special SOCKET_TRY() and use it in socket code
|
3 年 前 |
Andreas Kling
|
01993d0af3
Kernel: Make DoubleBuffer::try() return KResultOr
|
3 年 前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年 前 |
Andreas Kling
|
a2bf8244fe
Kernel: Use TRY() once more in LocalSocket::try_create_connected_pair()
|
3 年 前 |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
3 年 前 |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
3 年 前 |
Andreas Kling
|
81d3f823f7
Kernel: Use TRY() in LocalSocket
|
3 年 前 |
Owen Smith
|
22ec21bd61
Kernel: Don't VERIFY_NOT_REACHED in LocalSocket::has_attached_peer()
|
3 年 前 |
Andreas Kling
|
ed0e64943f
Kernel: Rename Socket::lock() => Socket::mutex()
|
3 年 前 |
Andreas Kling
|
a28cd921a1
Kernel: Add Socket::set_role() and use it everywhere
|
4 年 前 |
Andreas Kling
|
70b2225b3d
Kernel: Store LocalSocket address as a KString internally
|
4 年 前 |
Andreas Kling
|
48a1a3c0ce
Kernel: Rename LocalSocket::create_connected_pair() => try_*()
|
4 年 前 |
Andreas Kling
|
7f96288535
Kernel: Encapsulate assignment of socket origin/acceptor credentials
|
4 年 前 |
Andreas Kling
|
242063866f
Kernel: Rename LocalSocket factory to try_create() & tighten return type
|
4 年 前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
4 年 前 |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
4 年 前 |
Peter Elliott
|
38e0d1b456
Kernel: Return ENOTSUP instead of panicking on invalid sockopt
|
4 年 前 |
Peter Elliott
|
39a77559f1
Kernel+LibC: Implement FIONREAD ioctl
|
4 年 前 |
Andreas Kling
|
c2fc33becd
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
|
4 年 前 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
4 年 前 |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
4 年 前 |
brapru
|
342e1f0a84
Kernel: Properly implement SO_ERROR option
|
4 年 前 |