Histórico de Commits

Autor SHA1 Mensagem Data
  asynts 723effd051 Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Andreas Kling b614462079 Kernel: Include the dirty bits when cloning an InodeVMObject há 5 anos atrás
  Andreas Kling 651417a085 Kernel: Split InodeVMObject into two subclasses há 5 anos atrás
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject há 5 anos atrás
  Liav A 3f95a7fc97 InodeVMObject: Use dbg() instead of dbgprintf() há 5 anos atrás
  Andreas Kling 0763f67043 AK: Make Bitmap use size_t for its size há 5 anos atrás
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  Andreas Kling 862b3ccb4e Kernel: Enforce W^X between sys$mmap() and sys$execve() há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling aba7829724 Kernel: InodeVMObject can't call Inode::size() with interrupts disabled há 5 anos atrás
  Andreas Kling 1f31156173 Kernel: Add a mode flag to sys$purge and allow purging clean inodes há 5 anos atrás
  Andreas Kling c74cde918a Kernel+SystemMonitor: Expose amount of per-process clean inode memory há 5 anos atrás
  Andreas Kling 0d5e0e4cad Kernel+SystemMonitor: Expose amount of per-process dirty private memory há 5 anos atrás
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere há 5 anos atrás
  Andreas Kling 65229a4082 Kernel: Move VMObject::for_each_region() to MemoryManager.h há 5 anos atrás
  Andreas Kling 4bf1a72d21 Kernel: Teach Region how to remap itself há 5 anos atrás
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere há 6 anos atrás
  Andreas Kling b018cd653f Kernel: Fix oversized InodeVMObject after inode size changes há 6 anos atrás
  Andreas Kling 9104d32341 Kernel: Use range-for with InlineLinkedList há 6 anos atrás
  Andreas Kling 07425580a8 Kernel: Put all Regions on InlineLinkedLists (separated by user/kernel) há 6 anos atrás
  Andreas Kling b67200dfea Kernel: Use a FixedArray for VMObject::m_physical_pages há 6 anos atrás
  Andreas Kling 6bdb81ad87 Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject há 6 anos atrás