Historique des commits

Auteur SHA1 Message Date
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() il y a 3 ans
  Andreas Kling a28cd921a1 Kernel: Add Socket::set_role() and use it everywhere il y a 3 ans
  Andreas Kling 7f96288535 Kernel: Encapsulate assignment of socket origin/acceptor credentials il y a 3 ans
  Andreas Kling 242063866f Kernel: Rename LocalSocket factory to try_create() & tighten return type il y a 3 ans
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* il y a 3 ans
  brapru 342e1f0a84 Kernel: Properly implement SO_ERROR option il y a 4 ans
  brapru 0095c7cb7d Kernel: Add so_error to keep track of the socket's error state il y a 4 ans
  Andreas Kling 5b13af0edd Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt() il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Brian Gianforcaro 5743561d32 Kernel: Remove unused header includes in Net subtree il y a 4 ans
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton il y a 4 ans
  Brian Gianforcaro f0568bff9b Kernel: Harden Socket Vector usage against OOM il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset il y a 4 ans
  Andreas Kling a166a65eff Kernel: Don't return -EFOO when return type is KResultOr<...> il y a 4 ans
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time il y a 4 ans
  Ben Wiederhake 8598240193 Kernel: Sanitize all user-supplied timeval's/timespec's il y a 4 ans
  Ben Wiederhake b374dd03bd Kernel: Prevent inconsistent state after invalid read il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling af0e52ca54 Kernel: Don't assert on sys$setsockopt() with unexpected level il y a 4 ans
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) il y a 4 ans
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  asynts c6ebca5b45 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  asynts 5931758dbc Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans