Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Ben Wiederhake
|
5e48eda218
Kernel: Avoid ninja-import of global variable
|
4 years ago |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
4 years ago |
Andreas Kling
|
62ec6e5fe0
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
|
4 years ago |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 years ago |
Tom
|
6df87b51f7
Kernel: Protect Inode list with SpinLock (#2748)
|
5 years ago |
Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 years ago |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 years ago |
Sergey Bugaev
|
9cbdd5f01e
Kernel: Inline Inode::fsid()
|
5 years ago |
Andreas Kling
|
53d0ca2ad8
Kernel: Strip SUID+SGID bits from file when written to or chowned
|
5 years ago |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 years ago |
Liav A
|
f0ca29eb4b
Kernel: Run clang-format on various files
|
5 years ago |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 years ago |
Andreas Kling
|
07a26aece3
Kernel: Rename InodeVMObject => SharedInodeVMObject
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
cb97ef5589
Ext2FS: Fail with EMFILE if we would overflow i_links_count
|
5 years ago |
Andreas Kling
|
625ab1f527
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Sergey Bugaev
|
ae64fd1b27
Kernel: Let symlinks resolve themselves
|
5 years ago |
Andreas Kling
|
5a13a5416e
Kernel: Avoid an extra call to read_bytes() in Inode::read_entire()
|
5 years ago |
Andreas Kling
|
b6ee8a2c8d
Kernel: Rename vmo => vmobject everywhere
|
5 years ago |
Andreas Kling
|
e25ade7579
Kernel: Rename "vmo" to "vmobject" everywhere
|
5 years ago |
Andreas Kling
|
9104d32341
Kernel: Use range-for with InlineLinkedList
|
6 years ago |