Jesse
|
a27c9e3e01
Kernel+Userland: Addd reboot syscall (#334)
|
6 years ago |
Robin Burchell
|
f2fdac789c
Kernel: Add a new block state for accept() on a blocking socket
|
6 years ago |
Robin Burchell
|
b907608e46
SharedBuffer: Split the creation and share steps
|
6 years ago |
Robin Burchell
|
a648331e26
Kernel: Fix a nasty lock bug with exec()
|
6 years ago |
Robin Burchell
|
6aa77d1999
SharedBuffer: Fix deadlock on destroy
|
6 years ago |
Robin Burchell
|
d53e54f8bf
SharedBuffer: fix nullptr dereference on seal
|
6 years ago |
Robin Burchell
|
df3e295ba6
Kernel: SharedBuffer sharing cleanup
|
6 years ago |
Andreas Kling
|
3073ea7d84
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
|
6 years ago |
Andreas Kling
|
ad7ec2bbc7
Kernel: Make the create_thread() syscall return the new thread ID.
|
6 years ago |
Andreas Kling
|
5254a320d8
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
|
6 years ago |
Andreas Kling
|
23a6c2086b
Kernel: Move SharedMemory.{cpp,h} into FileSystem/
|
6 years ago |
Andreas Kling
|
6c87d3afa9
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
|
6 years ago |
Andreas Kling
|
c110cf193d
Kernel: Have the open() syscall take an explicit path length parameter.
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
601b0a8c68
Kernel: Use NonnullRefPtrVector in parts of the kernel.
|
6 years ago |
Andreas Kling
|
46a06c23e3
Kernel: Fix all compiler warnings.
|
6 years ago |
Andreas Kling
|
c26e3ce86b
Change "retain" to "ref" in various comments.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
77b9fa89dd
AK: Rename Retainable => RefCounted.
|
6 years ago |
Andreas Kling
|
15bea7153a
Kernel: Symbolicate the crash address too, not just the call stack.
|
6 years ago |
Andreas Kling
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 years ago |
Andreas Kling
|
de65c960e9
Kernel: Tweak some String&& => const String&.
|
6 years ago |
Andreas Kling
|
736092a087
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
|
6 years ago |
Andreas Kling
|
891d4c4834
Kernel: Qualify a bunch of #include statements.
|
6 years ago |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 years ago |
Andreas Kling
|
e42c3b4fd7
Kernel: Rename LinearAddress => VirtualAddress.
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |
Andreas Kling
|
d194ce828d
Kernel: Implement the alarm() syscall.
|
6 years ago |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 years ago |
Andreas Kling
|
29a9430246
AK: Make timeval_add() and timeval_sub() take references.
|
6 years ago |