Историја ревизија

Аутор SHA1 Порука Датум
  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 година