Historie revizí

Autor SHA1 Zpráva Datum
  Sergey Bugaev cddaeb43d3 Kernel: Introduce "sigaction" pledge před 5 roky
  Angel 6137475c39 Kernel: fix assertion on readlink() syscall před 5 roky
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. před 5 roky
  Andreas Kling dd924b730a Kernel+LibC: Fix various build issues introduced by ssize_t před 5 roky
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() před 5 roky
  Sergey Bugaev 7541122206 Kernel+LibC: Switch isatty() to use a fcntl() před 5 roky
  AnotherTest 8582a06899 Kernel + LibC: Handle running processes in do_waitid() před 5 roky
  AnotherTest 9d54f21859 Kernel: wait() should not block if WNOHANG is specified před 5 roky
  Andreas Kling f7a75598bb Kernel: Remove Process::any_thread() před 5 roky
  Andreas Kling 0e7f85c24a Kernel: Sending a signal to a process now goes to the main thread před 5 roky
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel před 5 roky
  Andreas Kling 204fb27333 Kernel: Remove now-unused KernelInfoPage.h před 5 roky
  Andreas Kling 2dc051c866 Kernel: Remove sys$getdtablesize() před 5 roky
  Andreas Kling 426c4e387d Kernel: Use copy_to_user() in sys$gettimeofday() před 5 roky
  Andreas Kling 3a92d0828d Kernel: Remove the "kernel info page" used for fast gettimeofday() před 5 roky
  Sergey Bugaev 752617cbb2 Kernel: Disallow opening socket files před 5 roky
  Andreas Kling 5bfd893292 Kernel+Userland: Add "settime" pledge promise for setting system time před 5 roky
  Andreas Kling 1cddb1055f Kernel: Only allow superuser to call sys$clock_settime() před 5 roky
  Andreas Kling 652b22ee9c Kernel: Remove SmapDisabler in sys$clock_settime() před 5 roky
  Andreas Kling 55f61c0004 Kernel: Add for_each_vmobject_of_type<T> před 5 roky
  Andreas Kling 042b1f6814 Kernel: Propagate failure to commit VM regions in more places před 5 roky
  Andreas Kling 6fe83b0ac4 Kernel: Crash the current process on OOM (instead of panicking kernel) před 5 roky
  Ben Wiederhake dce3faff08 Kernel: Don't crash on invalid fcntl před 5 roky
  Michael Lelli 58a34fbe09 Kernel: Fix pledge syscall applying new pledges when it fails (#2076) před 5 roky
  Brian Gianforcaro 25a620a573 Kernel: Enable timeout support for sys$futex(FUTEX_WAIT) před 5 roky
  Andreas Kling fb826aa59a Kernel: Make sys$sethostname() superuser-only před 5 roky
  Luke Payne f191b84b50 Kernel: Added the ability to set the hostname via new syscall před 5 roky
  Brian Gianforcaro 0f3990cfa3 Kernel: Support signaling all processes with pid == -1 před 5 roky
  Brian Gianforcaro 1f64e3eb16 Kernel: Implement FUTEX_WAKE of arbitrary count. před 5 roky
  Drew Stratford 4a37362249 LibPthread: implicitly call pthread_exit on return from start routine. před 5 roky