Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Tom
|
c3d231616c
Kernel: Fix crash when delivering signal to barely created thread
|
4 年之前 |
Tom
|
49d5232f33
Kernel: Always return from Thread::wait_on
|
5 年之前 |
Ben Wiederhake
|
bee08a4b9f
Kernel: More PID/TID typing
|
5 年之前 |
Ben Wiederhake
|
f5744a6f2f
Kernel: PID/TID typing
|
5 年之前 |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
5 年之前 |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
5 年之前 |
Tom
|
c813bb7355
Kernel: Fix a few Thread::block related races
|
5 年之前 |
Tom
|
f011c420c1
Kernel: Fix signal delivery when no syscall is made
|
5 年之前 |
Tom
|
538b985487
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
|
5 年之前 |
Tom
|
728de56481
Kernel: Prevent recursive calls into the scheduler
|
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
|
027c450d6d
Kernel: Run clang-format on Scheduler.cpp
|
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 年之前 |
Tom
|
e373e5f007
Kernel: Fix signal delivery
|
5 年之前 |
Tom
|
96109e9776
Kernel: Boot all APS all the way into their own idle loop
|
5 年之前 |
Tom
|
691d767fba
Kernel: Block initializing the Scheduler on the APs until the BSP initialized global data
|
5 年之前 |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 年之前 |
Tom
|
fb41d89384
Kernel: Implement software context switching and Processor structure
|
5 年之前 |
Andreas Kling
|
8a1dbe5483
Kernel: Silence some debug spam in Scheduler
|
5 年之前 |
Nico Weber
|
d23e655c83
LibC: Implement pselect
|
5 年之前 |
Sergey Bugaev
|
431bbde6df
Kernel: Fix returning random children from waitid(WNOHANG)
|
5 年之前 |
Andreas Kling
|
4402207b98
Kernel: WaitBlocker should always unblock immediately on WNOHANG
|
5 年之前 |
AnotherTest
|
8582a06899
Kernel + LibC: Handle running processes in do_waitid()
|
5 年之前 |
Andreas Kling
|
24d5855428
Kernel: Let the wait blocker inspect *all* child threads of a process
|
5 年之前 |
Andreas Kling
|
2d35810e0a
Kernel: Add TimeManagement::now_as_timeval()
|
5 年之前 |
Andreas Kling
|
3a92d0828d
Kernel: Remove the "kernel info page" used for fast gettimeofday()
|
5 年之前 |