Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 48a1a3c0ce Kernel: Rename LocalSocket::create_connected_pair() => try_*() há 3 anos atrás
  Andreas Kling 7f96288535 Kernel: Encapsulate assignment of socket origin/acceptor credentials há 3 anos atrás
  Andreas Kling 242063866f Kernel: Rename LocalSocket factory to try_create() & tighten return type há 3 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 3 anos atrás
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() há 3 anos atrás
  Peter Elliott 38e0d1b456 Kernel: Return ENOTSUP instead of panicking on invalid sockopt há 4 anos atrás
  Peter Elliott 39a77559f1 Kernel+LibC: Implement FIONREAD ioctl há 4 anos atrás
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> há 4 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* há 4 anos atrás
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int há 4 anos atrás
  brapru 342e1f0a84 Kernel: Properly implement SO_ERROR option há 4 anos atrás
  brapru 0095c7cb7d Kernel: Add so_error to keep track of the socket's error state há 4 anos atrás
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton há 4 anos atrás
  Jean-Baptiste Boric edd6c04024 Kernel: Migrate local socket table locking to ProtectedValue há 4 anos atrás
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header há 4 anos atrás
  Brian Gianforcaro 109c885585 Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket há 4 anos atrás
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker há 4 anos atrás
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex há 4 anos atrás
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem há 4 anos atrás
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` há 4 anos atrás
  Gunnar Beutner ca3cae81eb Kernel: Use KResultOr<size_t> for the DoubleBuffer class há 4 anos atrás
  Brian Gianforcaro e0da61f9d6 Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList há 4 anos atrás
  Brian Gianforcaro 9375f3dc09 Kernel: Make LocalSocket factory APIs OOM safe há 4 anos atrás
  Brian Gianforcaro e8d6d478c4 Kernel: Harden LocalSocket Vector usage against OOM. há 4 anos atrás
  Gunnar Beutner aa792062cb Kernel+LibC: Implement the socketpair() syscall há 4 anos atrás
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Brian Gianforcaro 5f6ab77352 Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum há 4 anos atrás
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time há 4 anos atrás