Commit History

Author SHA1 Message Date
  Andreas Kling 5dcc58d54a Kernel+LibCore: Make %sid path parsing not take ages 2 years ago
  Liav A 5ff318cf3a Kernel: Remove i686 support 2 years ago
  Liav A 6c0486277e Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2 years ago
  sin-ack ef6921d7c7 Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve 2 years ago
  sin-ack 9b425b860c Kernel+LibC+Tests: Implement `pwritev(2)` 2 years ago
  sin-ack 70337f3a4b Kernel+LibC: Implement `setregid(2)` 2 years ago
  sin-ack 2a502fe232 Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)` 2 years ago
  sin-ack d5fbdf1866 Kernel+LibC+LibCore: Implement `renameat(2)` 2 years ago
  sin-ack 6445a706cf Kernel+LibC: Implement `readlinkat(2)` 2 years ago
  sin-ack 9850a69cd1 Kernel+LibC+LibCore: Implement `symlinkat(2)` 2 years ago
  Liav A 718ae68621 Kernel+LibCore+LibC: Implement support for forcing unveil on exec 2 years ago
  Liav A 5e062414c1 Kernel: Add support for jails 2 years ago
  Andreas Kling 9c46fb7337 Kernel: Make sys$msyscall() not take the big lock 2 years ago
  kleines Filmröllchen b8567d7a9d Kernel: Make scheduler control syscalls more generic 3 years ago
  Gunnar Beutner 5921df75b6 Kernel: Implement userspace support for syscalls on AARCH64 2 years ago
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2 years ago
  James Bellamy 9c1ee8cbd1 Kernel: Remove big lock from sys$socket 2 years ago
  Andreas Kling 930dedfbd8 Kernel: Make sys$utime() and sys$utimensat() not take the big lock 2 years ago
  Andreas Kling 35b2e9c663 Kernel: Make sys$mknod() not take the big lock 2 years ago
  Andreas Kling 18abba2c4d Kernel: Make sys$getppid() not take the big lock 2 years ago
  Andreas Kling 998c1152ef Kernel: Mark syscalls that get/set user/group ID as not needing big lock 2 years ago
  Samuel Bowman b5a2f59320 Kernel: Make sys$unveil() not take the big process lock 3 years ago
  Andreas Kling ce6e93d96b Kernel: Make sys$socketpair() not take the big lock 3 years ago
  Andreas Kling 307932857e Kernel: Make sys$pipe() not take the big lock 3 years ago
  Andreas Kling e7d2696a56 Kernel: Shrink default userspace stack size from 4 MiB to 1 MiB 3 years ago
  zzLinus ca74443012 Kernel/LibC: Implement posix syscall clock_getres() 3 years ago
  Hendiadyoin1 d783389877 Kernel+LibC: Add posix_fallocate syscall 3 years ago
  Tim Schumacher cf0ad3715e Kernel: Implement `sigsuspend` using a SignalBlocker 3 years ago
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) 3 years ago
  Patrick Meyer 0bd131ad06 Kernel: Stop requiring working malloc for syscall.h includes 3 years ago