提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Sergey Bugaev 3645b9e2a6 Kernel: Make sure to drop region with interrupts enabled 5 年之前
  Sergey Bugaev 6111cfda73 AK: Make Vector::unstable_remove() return the removed value 5 年之前
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 年之前
  Nico Weber cbbd55bd6b LibC: Remove a few comments now that we have man pages for this. 5 年之前