Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 yıl önce |
Liav A
|
03592a80fc
FIFO: Use dbg() instead of dbgprintf()
|
5 yıl önce |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 yıl önce |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 yıl önce |
Andreas Kling
|
deb154be61
Kernel: Send SIGPIPE to the current thread on write to a broken pipe
|
5 yıl önce |
Andreas Kling
|
f4f958f99f
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
|
5 yıl önce |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 yıl önce |
Andreas Kling
|
56a2c21e0c
Kernel: Don't leak kmalloc pointers through FIFO absolute paths
|
5 yıl önce |
Andreas Kling
|
1b2ef8582c
Kernel: Make File's can_read/can_write take a const FileDescription&
|
5 yıl önce |
Andreas Kling
|
ec65b8db2e
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
|
5 yıl önce |
Andreas Kling
|
1cca5142af
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
|
5 yıl önce |
Andreas Kling
|
752de9cd27
FileDescription: Disallow construction with a null File
|
6 yıl önce |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 yıl önce |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 yıl önce |
Andreas Kling
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 yıl önce |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 yıl önce |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 yıl önce |
Andreas Kling
|
e4cfa9a686
FIFO: Raise SIGPIPE in processes that write() to a broken pipe.
|
6 yıl önce |
Andreas Kling
|
1f17b40d00
FIFO: Let write() fail with EPIPE if there's no reader.
|
6 yıl önce |
Andreas Kling
|
2dd9ef6863
Kernel: Make File::absolute_path() const.
|
6 yıl önce |
Andreas Kling
|
237628a7a6
Kernel: Tidy up FileDescriptor members a bit.
|
6 yıl önce |
Andreas Kling
|
2470fdcd9b
Kernel: Make Socket inherit from File.
|
6 yıl önce |
Andreas Kling
|
8cbb7f101f
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
6 yıl önce |
Andreas Kling
|
0a0d739e98
Kernel: Make FIFO inherit from File.
|
6 yıl önce |
Andreas Kling
|
d5578826af
Kernel: Make it possible to look up FIFO's by ID.
|
6 yıl önce |
Andreas Kling
|
644c887594
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
|
6 yıl önce |