Histórico de Commits

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