Liav A
|
d189cb6a24
Kernel/Devices: Remove unnecessary virtual method
|
4 年之前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年之前 |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 年之前 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 年之前 |
Jean-Baptiste Boric
|
f7f794e74a
Kernel: Move Mutex into Locking/
|
4 年之前 |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 年之前 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Tom
|
5ccc3637e3
Kernel: Fix race conditions processing async device requests
|
4 年之前 |
Jean-Baptiste Boric
|
f64e287b82
Kernel: Make device generate their own names
|
4 年之前 |
Lenny Maiorani
|
1b2364846f
SinglyLinkedList: Implement `find` in terms of `AK::find`
|
4 年之前 |
Lenny Maiorani
|
853cb8af5c
DoublyLinkedList: Implement `find` in terms of `AK::find`
|
4 年之前 |
Liav A
|
18e77aa285
Kernel: Add a method to determine the desired permissions of a Device
|
4 年之前 |
Tom
|
e445ff670d
Kernel: Implement an asynchronous device request stack
|
4 年之前 |
Andreas Kling
|
501cef2bd7
Revert "Kernel: Implement an asynchronous device request stack"
|
4 年之前 |
Tom
|
2fd5ce1eb0
Kernel: Implement an asynchronous device request stack
|
4 年之前 |
Tom
|
d98edb3171
Kernel: List all CPUs in /proc/cpuinfo
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
e64c335e5a
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
|
5 年之前 |
Liav A
|
6c72736b26
Kernel: Replace IRQHandler with the new InterruptHandler class
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Sergey Bugaev
|
acccf9ccda
Kernel: Move device lookup to Device class itself
|
6 年之前 |
Sergey Bugaev
|
fde8f7f538
Kernel: Expose info about source devices of mounts in /proc/df
|
6 年之前 |
Jesse
|
401c87a0cc
Kernel: mount system call (#396)
|
6 年之前 |
Andreas Kling
|
f4cec2f110
Kernel: Move File.{cpp,h} into FileSystem/
|
6 年之前 |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 年之前 |
Andreas Kling
|
8454d3e184
Kernel: Add comment block about File, taking some from Device.
|
6 年之前 |
Andreas Kling
|
2dd9ef6863
Kernel: Make File::absolute_path() const.
|
6 年之前 |
Andreas Kling
|
2470fdcd9b
Kernel: Make Socket inherit from File.
|
6 年之前 |
Andreas Kling
|
0a0d739e98
Kernel: Make FIFO inherit from File.
|
6 年之前 |