Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 年之前 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 年之前 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Andreas Kling
|
4527d9852a
Kernel: Track time-of-last-write in SlavePTY and report it as mtime
|
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 年之前 |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 年之前 |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
4 年之前 |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 年之前 |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 年之前 |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 年之前 |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 年之前 |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 年之前 |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
5 年之前 |
Sergey Bugaev
|
c0b32f7b76
Meta: Claim copyright for files created by me
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
12eb1f5d74
Kernel: Entries in /dev/pts should be accessible only to the owner
|
5 年之前 |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
5 年之前 |
Andreas Kling
|
e9dda8d592
Kernel: Give PTY's *actually* unique major ID's
|
5 年之前 |