提交历史

作者 SHA1 备注 提交日期
  EWouters 7c93eabffe LibC: Implement `mkstemps()` in stdlib and add a test 2 年之前
  Tim Schumacher c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 年之前
  Tim Schumacher e156f79f53 Everywhere: Refer to `pthread.h` by its non-prefixed name 3 年之前
  Tim Schumacher 2a45d30302 LibC: Allow parsing numbers right on the cutoff 3 年之前
  Peter Elliott 4e0adb638d LibC: Implement posix_memalign(3) and aligned_alloc(3) 3 年之前
  Tim Schumacher dcd76db319 LibC: Hide `posix_memalign` by default 3 年之前
  Andreas Kling 02c18bf6de LibC: Stub out posix_memalign() 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Liav A de7566c2c4 LibC: Don't rely on ptsname and ttyname syscalls 3 年之前
  Lucas CHOLLET ddf9987c39 LibCore+LibC: Add wrapper for setenv 3 年之前
  Daniel Bertalan a1dfa1efb2 LibC: Flush all file streams on exit 3 年之前
  Andreas Kling ae07660587 LibC: Buffer randomness to avoid syscall in every arc4random_buf() 3 年之前
  Brian Gianforcaro 7fd1de01a7 LibC: Add POSIX spec comments for stdlib APIs 3 年之前
  Michel Hermier 0bfb7f9675 LibC: Move `_abort` next to `abort` 3 年之前
  Hendiadyoin1 dea86f511c LibC: Use FlatPtr for malloced char* address storage 3 年之前
  Jelle Raaijmakers 8f332ac6a3 LibC: Add `labs()` 3 年之前
  Idan Horowitz f12da0af13 LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h 3 年之前
  Tim Schumacher 79bcfa967b LibC: Fix up mblen 3 年之前
  Tim Schumacher 8df6955838 LibC: Fix up mbtowc 3 年之前
  Tim Schumacher e58e50997c LibC: Implement mbstowcs 3 年之前
  Tim Schumacher 4893e3ef47 LibC: Implement wctomb 3 年之前
  Itamar a3360bcee8 LibC+DynamicLoader: Store the auxiliary vector address at startup 3 年之前
  Andreas Kling 84656788bf Userland: Use kmalloc_array() where appropriate 3 年之前
  Peter Bindels 0a0089fc11 LibC strtod: Reduce incremental error to nearly nothing 4 年之前
  Jelle Raaijmakers 0e990a4be8 LibC: Implement `mblen()` 4 年之前
  Tim Schumacher cd970928a0 LibC: Implement getprogname and setprogname 4 年之前
  Andrew Kaster 74da0f24f0 LibC: Use u32 in arc4random instead of char[4] 4 年之前
  Lenny Maiorani 31d24d8292 LibC: Remove static from function local constexpr variable 4 年之前
  Jean-Baptiste Boric 069bf988ed AK: Introduce get_random_uniform() 4 年之前
  Gunnar Beutner 9ffc2fe840 LibC: Implement the _Exit function 4 年之前