提交历史

作者 SHA1 备注 提交日期
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 9ae02d4c92 Kernel: Don't use a VLA for outgoing UDP packets 4 年之前
  Andreas Kling 9984201634 Kernel: Use KResult a bit more in the IPv4 networking code 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 年之前
  Andreas Kling befabe31c9 Kernel/Net: Avoid a heap allocation for every outgoing UDP packet 4 年之前
  Andreas Kling 8cc81c2953 Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 年之前
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 4 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 4 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 4 年之前
  Tom 5a98e329d1 AK: Get rid of make_singleton function 4 年之前
  Tom f0906250a1 Kernel: Move Singleton class to AK 4 年之前
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 4 年之前
  asynts fff581cd72 AK: Rename span() to bytes() when appropriate. 4 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Andreas Kling f5ac4da993 Kernel: Use AK::Span a bunch in the network adapter code 5 年之前
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places 5 年之前
  AnotherTest 77191d82dc Kernel: Add the SO_BINDTODEVICE socket option 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 03837e37a3 Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size 5 年之前
  Andreas Kling 2ce9a705e3 IPv4: Mark UDP sockets as connected immediately upon connect() 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 9026598999 Kernel: Add a more expressive API for getting random bytes 5 年之前
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 年之前
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) 5 年之前