提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate() 4 年之前
  Jelle Raaijmakers 7f4a1bc11e LibC: Implement `execle()` 4 年之前
  Jesse Buhagiar 60cdbc9397 Kernel/LibC: Implement `setreuid` 4 年之前
  Brendan Coles e0188d27de Utilities: Add pathchk 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Brian Gianforcaro 14f6425b8f LibC: Add pwrite(..) implementation to match the existing pread(..) 4 年之前
  Gunnar Beutner a5be8d8976 LibC: Improve error logging for execvp() 4 年之前
  Gunnar Beutner 546fa8cfb5 LibC: Change return type for sleep() to unsigned int 4 年之前
  Andreas Kling c91bb72964 LibC: Add vfork() as a simple wrapper around fork() 4 年之前
  Jean-Baptiste Boric 7a079f7780 LibC+Kernel: Switch off_t to 64 bits 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling dffab4e034 LibC: Convert dbgprintf() => dbgln() 4 年之前
  AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork() 4 年之前
  Andreas Kling e87eac9273 Userland: Add LibSystem and funnel all syscalls through it 4 年之前
  Andreas Kling 5b37c0a71a LibC: Convert remaining String::format() to formatted()/number() 4 年之前
  Linus Groh b42f0b9650 LibC: Change a couple of ASSERT_NOT_REACHED() to TODO() 4 年之前
  Ben Wiederhake ea5825f2c9 Kernel+LibC: Make sys$getcwd truncate the result silently 4 年之前
  Ben Wiederhake 72ac97ef6a LibC: Fix memory leak in getcwd 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前