Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Tom
|
0fab0ee96a
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
|
4 年之前 |
asynts
|
ec1080b18a
Refactor: Replace usages of FixedArray with Vector.
|
4 年之前 |
Ben Wiederhake
|
081bb29626
Kernel: Unbreak building with extra debug macros, part 2
|
4 年之前 |
Andreas Kling
|
0addcb45b8
Kernel: Make Process::dump_regions() sort the regions before dumping
|
4 年之前 |
AnotherTest
|
688e54eac7
Kernel: Distinguish between new and old process groups with equal pgids
|
4 年之前 |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
4 年之前 |
Tom
|
49d5232f33
Kernel: Always return from Thread::wait_on
|
4 年之前 |
Ben Wiederhake
|
083671ef2c
Kernel: Fix PID/TID confusion in send_signal
|
4 年之前 |
Ben Wiederhake
|
bee08a4b9f
Kernel: More PID/TID typing
|
4 年之前 |
Ben Wiederhake
|
7bdf54c837
Kernel: PID/PGID typing
|
4 年之前 |
Ben Wiederhake
|
f5744a6f2f
Kernel: PID/TID typing
|
4 年之前 |
Brian Gianforcaro
|
c4c6d9367d
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
|
5 年之前 |
Tom
|
f011c420c1
Kernel: Fix signal delivery when no syscall is made
|
5 年之前 |
Tom
|
538b985487
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
|
5 年之前 |
Tom
|
5bbf6ed46b
Kernel: Fix some crashes due to missing locks
|
5 年之前 |
Andreas Kling
|
be7add690d
Kernel: Rename region_from_foo() => find_region_from_foo()
|
5 年之前 |
Andreas Kling
|
2e2de125e5
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
|
5 年之前 |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 年之前 |
Andreas Kling
|
b5f54d4153
Kernel+LibC: Add sys$set_process_name() for changing the process name
|
5 年之前 |
Ben Wiederhake
|
76c135ddcf
Kernel: Make clock_nanosleep aware of dynamic tick length
|
5 年之前 |
Ben Wiederhake
|
4a5a7b68eb
Kernel: Make usleep aware of dynamic tick length
|
5 年之前 |
Ben Wiederhake
|
b3472cb4a7
Kernel: Allow process creation during low-entropy condition
|
5 年之前 |
Nico Weber
|
4eb967b5eb
LibC+Kernel: Start implementing sysconf
|
5 年之前 |
Tom
|
419703a1f2
Kernel: Fix checking BlockResult
|
5 年之前 |
Andrew Kaster
|
f96b827990
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
|
5 年之前 |
Tom
|
bc107d0b33
Kernel: Add SMP IPI support
|
5 年之前 |
Tom
|
2a82a25fec
Kernel: Various context switch fixes
|
5 年之前 |
Tom
|
788b2d64c6
Kernel: Require a reason to be passed to Thread::wait_on
|
5 年之前 |
Sergey Bugaev
|
a8489967a3
Kernel: Add Plan9FS :^)
|
5 年之前 |