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