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