Cronologia Commit

Autore SHA1 Messaggio Data
  Brian Gianforcaro c4c6d9367d Kernel: Fix build break from missing KResult [[nodiscard]] suppressions 5 anni fa
  Tom f011c420c1 Kernel: Fix signal delivery when no syscall is made 5 anni fa
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 anni fa
  Tom 5bbf6ed46b Kernel: Fix some crashes due to missing locks 5 anni fa
  Andreas Kling be7add690d Kernel: Rename region_from_foo() => find_region_from_foo() 5 anni fa
  Andreas Kling 2e2de125e5 Kernel: Turn Process::FileDescriptionAndFlags into a proper class 5 anni fa
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 anni fa
  Andreas Kling b5f54d4153 Kernel+LibC: Add sys$set_process_name() for changing the process name 5 anni fa
  Ben Wiederhake 76c135ddcf Kernel: Make clock_nanosleep aware of dynamic tick length 5 anni fa
  Ben Wiederhake 4a5a7b68eb Kernel: Make usleep aware of dynamic tick length 5 anni fa
  Ben Wiederhake b3472cb4a7 Kernel: Allow process creation during low-entropy condition 5 anni fa
  Nico Weber 4eb967b5eb LibC+Kernel: Start implementing sysconf 5 anni fa
  Tom 419703a1f2 Kernel: Fix checking BlockResult 5 anni fa
  Andrew Kaster f96b827990 Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace 5 anni fa
  Tom bc107d0b33 Kernel: Add SMP IPI support 5 anni fa
  Tom 2a82a25fec Kernel: Various context switch fixes 5 anni fa
  Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on 5 anni fa
  Sergey Bugaev a8489967a3 Kernel: Add Plan9FS :^) 5 anni fa
  Sergey Bugaev 3645b9e2a6 Kernel: Make sure to drop region with interrupts enabled 5 anni fa
  Sergey Bugaev 6111cfda73 AK: Make Vector::unstable_remove() return the removed value 5 anni fa
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 anni fa
  Nico Weber cbbd55bd6b LibC: Remove a few comments now that we have man pages for this. 5 anni fa
  Tom e373e5f007 Kernel: Fix signal delivery 5 anni fa
  Andreas Kling a98712035c Kernel: Fix non-blocking write() blocking instead of short-writing 5 anni fa
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 anni fa
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure 5 anni fa
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly 5 anni fa
  Andreas Kling d4195672b7 Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 5 anni fa
  Nico Weber d2684a8645 LibC+Kernel: Implement ppoll 5 anni fa
  Andreas Kling 4dbbe1885f Kernel: Silence debug spam on exec 5 anni fa