Andreas Kling
|
ed0e64943f
Kernel: Rename Socket::lock() => Socket::mutex()
|
3 년 전 |
Andreas Kling
|
a28cd921a1
Kernel: Add Socket::set_role() and use it everywhere
|
3 년 전 |
Andreas Kling
|
7f96288535
Kernel: Encapsulate assignment of socket origin/acceptor credentials
|
3 년 전 |
Andreas Kling
|
242063866f
Kernel: Rename LocalSocket factory to try_create() & tighten return type
|
3 년 전 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 년 전 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 년 전 |
brapru
|
342e1f0a84
Kernel: Properly implement SO_ERROR option
|
4 년 전 |
brapru
|
0095c7cb7d
Kernel: Add so_error to keep track of the socket's error state
|
4 년 전 |
Andreas Kling
|
5b13af0edd
Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt()
|
4 년 전 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 년 전 |
Brian Gianforcaro
|
5743561d32
Kernel: Remove unused header includes in Net subtree
|
4 년 전 |
Liav A
|
1c94b5e8eb
Kernel: Introduce the NetworkingManagement singleton
|
4 년 전 |
Brian Gianforcaro
|
f0568bff9b
Kernel: Harden Socket Vector usage against OOM
|
4 년 전 |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 년 전 |
Andreas Kling
|
a166a65eff
Kernel: Don't return -EFOO when return type is KResultOr<...>
|
4 년 전 |
Ben Wiederhake
|
5c15ca7b84
Kernel: Make sockets use AK::Time
|
4 년 전 |
Ben Wiederhake
|
8598240193
Kernel: Sanitize all user-supplied timeval's/timespec's
|
4 년 전 |
Ben Wiederhake
|
b374dd03bd
Kernel: Prevent inconsistent state after invalid read
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
af0e52ca54
Kernel: Don't assert on sys$setsockopt() with unexpected level
|
4 년 전 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 년 전 |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 년 전 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 년 전 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 년 전 |
asynts
|
c6ebca5b45
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 년 전 |
asynts
|
5931758dbc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |