提交歷史

作者 SHA1 備註 提交日期
  Tom a89648e159 Kernel: Inherit shared buffers when forking 4 年之前
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 年之前
  Ben Wiederhake 081bb29626 Kernel: Unbreak building with extra debug macros, part 2 5 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 5 年之前
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 5 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 5 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 5 年之前
  Tom 5a98e329d1 AK: Get rid of make_singleton function 5 年之前
  Tom f0906250a1 Kernel: Move Singleton class to AK 5 年之前
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 5 年之前
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 5 年之前
  Sergey Bugaev 6111cfda73 AK: Make Vector::unstable_remove() return the removed value 5 年之前
  Andreas Kling 720825e3bd Kernel: Don't remove shbuf permission-to-reattach when releasing 5 年之前
  Shannon Booth 8c1b01e79b Kernel: Tidy up SharedBuffer interface 5 年之前
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 年之前
  Liav A d376e17b5c SharedBuffer: Use dbg() instead of dbgprintf() 5 年之前
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
  Andreas Kling cb9d9846e0 Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBuffer 5 年之前
  Andreas Kling 30a8991dbf Kernel: Make Region weakable and use WeakPtr<Region> instead of Region* 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling e23536d682 Kernel: Use Vector::unstable_remove() in a couple of places 5 年之前
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere 5 年之前
  Andreas Kling 4bf1a72d21 Kernel: Teach Region how to remap itself 5 年之前
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 6 年之前
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 年之前
  Andreas Kling 93489fbc4c Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 6 年之前