index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
SharedBuffer.cpp
Age
Commit message (
Expand
)
Author
2020-11-24
Kernel: Fix SharedBuffer reference counting on fork
Tom
2020-11-23
Kernel: Inherit shared buffers when forking
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-08-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-06-17
Kernel: Don't remove shbuf permission-to-reattach when releasing
Andreas Kling
2020-05-16
Kernel: Tidy up SharedBuffer interface
Shannon Booth
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-27
SharedBuffer: Use dbg() instead of dbgprintf()
Liav A
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBuffer
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-15
Kernel: Use Vector::unstable_remove() in a couple of places
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-11-03
Kernel: Teach Region how to remap itself
Andreas Kling
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-20
SharedBuffer: Amend commit 2d4d465206d
Robin Burchell
2019-07-19
SharedBuffer: Fix a denial of service
Robin Burchell
2019-07-16
SharedBuffer: Fix deadlock on destroy
Robin Burchell