Andreas Kling
|
05dbfe9ab6
Kernel: Remove sys$shbuf_seal() and userland wrappers
|
4 年之前 |
Andreas Kling
|
0571125dfe
Kernel: Remove some unused code in the SharedBuffer class
|
4 年之前 |
Andreas Kling
|
b818cf898e
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
|
4 年之前 |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Andreas Kling
|
64b0d89335
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
|
4 年之前 |
asynts
|
019c9eb749
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Andreas Kling
|
5dae85afe7
Kernel: Pass "shared" flag to Region constructor
|
4 年之前 |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 年之前 |
Tom
|
bc5d6992a4
Kernel: Memory purging improvements
|
4 年之前 |
Tom
|
68abd1cb29
Kernel: Fix SharedBuffer reference counting on fork
|
4 年之前 |
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
|
4 年之前 |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 年之前 |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 年之前 |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 年之前 |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 年之前 |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 年之前 |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 年之前 |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 年之前 |
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 年之前 |