Historia zmian

Autor SHA1 Wiadomość Data
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 lat temu
  Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 lat temu
  Liav A d376e17b5c SharedBuffer: Use dbg() instead of dbgprintf() 5 lat temu
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 lat temu
  Andreas Kling cb9d9846e0 Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBuffer 5 lat temu
  Andreas Kling 30a8991dbf Kernel: Make Region weakable and use WeakPtr<Region> instead of Region* 5 lat temu
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 lat temu
  Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism 5 lat temu
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 lat temu
  Andreas Kling e23536d682 Kernel: Use Vector::unstable_remove() in a couple of places 5 lat temu
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere 5 lat temu
  Andreas Kling 4bf1a72d21 Kernel: Teach Region how to remap itself 5 lat temu
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 5 lat temu
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 lat temu
  Andreas Kling 93489fbc4c Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 6 lat temu
  Robin Burchell 56217c7432 SharedBuffer: Amend commit 2d4d465206d 6 lat temu
  Robin Burchell 2d4d465206 SharedBuffer: Fix a denial of service 6 lat temu
  Robin Burchell 6aa77d1999 SharedBuffer: Fix deadlock on destroy 6 lat temu