Historique des commits

Auteur SHA1 Message Date
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access il y a 3 ans
  Andreas Kling 7d8e036e26 Kernel: Tidy up UDPSocket creation a bit il y a 3 ans
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> il y a 4 ans
  Jean-Baptiste Boric 9517100672 Kernel: Migrate UDP socket table locking to ProtectedValue il y a 4 ans
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header il y a 4 ans
  Brian Gianforcaro ca94a83337 Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket il y a 4 ans
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView il y a 4 ans
  Brian Gianforcaro 2e34714ba1 Kernel: Make UDPSocket::create() API OOM safe il y a 4 ans
  Andreas Kling 71a10eb8e7 Kernel/IPv4: Propagate errors from local port allocation il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 8cc81c2953 Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> il y a 5 ans
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places il y a 5 ans
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace il y a 5 ans
  Andreas Kling 03837e37a3 Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size il y a 5 ans
  Andreas Kling 94ca55cefd Meta: Add license header to source files il y a 5 ans
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself il y a 6 ans
  Sergey Bugaev be485946b8 ProcFS: Expose UDP sockets in /proc/net/udp il y a 6 ans
  Andreas Kling 04603237da Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo> il y a 6 ans
  Andreas Kling 72798519cb IPv4: Use KBuffer instead of ByteBuffer for socket receive queues il y a 6 ans
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. il y a 6 ans
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. il y a 6 ans
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. il y a 6 ans
  Robin Burchell 0dc9af5f7e Add clang-format file il y a 6 ans
  Andreas Kling 5e938868a2 IPv4: Rename source/destination in socket classes to local/peer. il y a 6 ans
  Andreas Kling abb5c890e0 IPv4: Implement bind() for TCP and UDP sockets. il y a 6 ans
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. il y a 6 ans
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. il y a 6 ans