Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 0d89cfcd9a Kernel/DevFS: Use KString for DevFSLinkInode::m_link il y a 4 ans
  Andreas Kling dd37d0a327 Kernel/DevFS: Use KString for DevFSLinkInode::m_name il y a 4 ans
  Andreas Kling 61c1937d02 Kernel/DevFS: Make DevFSInode::name() return StringView il y a 4 ans
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView il y a 4 ans
  Andreas Kling 9359f7801f Kernel/DevFS: Remove some unnecessary inode locking il y a 4 ans
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock il y a 4 ans
  Brian Gianforcaro 1c43836990 Kernel: Remove unused header includes in FileSystem subtree il y a 4 ans
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem il y a 4 ans
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Brian Gianforcaro 8f9872581b Kernel: Move DevFS APIs towards OOM safety il y a 4 ans
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> il y a 4 ans
  Brian Gianforcaro ee84b8a845 Kernel: Harden DevFS Vector usage against OOM. il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Liav A 3c35ea30cc Kernel: Return 0 to indicate EOF when reading from end-of-file of device il y a 4 ans
  Liav A a66c9fc593 Kernel: When writing to device node, use can_write for checking il y a 4 ans
  Andreas Kling 6a3224d040 Kernel: Remove debug spam in DevFS il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 0a45cfee01 DevFS: Use strongly typed InodeIndex il y a 4 ans
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names il y a 4 ans
  Jean-Baptiste Boric a2601e1308 Kernel: Hook Ramdisk devices inside DevFS il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Andreas Kling 7c4ddecacb Kernel: Convert a bunch of String::format() => String::formatted() il y a 4 ans
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Liav A 72b1998f0d Kernel: Introduce a new partitioning subsystem il y a 4 ans
  Liav A 247517cd4a Kernel: Introduce the DevFS il y a 4 ans