Historial de Commits

Autor SHA1 Mensaje Fecha
  Sergey Bugaev 839ae82d66 LibC: Ensure abort() doesn't return hace 5 años
  Sergey Bugaev ac4a31e057 LibC: Mark _exit() as noreturn hace 5 años
  AnotherTest 6b1ed26e6a LibC: Always assign the offset pointer to endptr in strto{u,}ll() hace 5 años
  Ben Wiederhake 71fd752289 LibC: Implement strtoull correctly hace 5 años
  Ben Wiederhake 1f9dcdc41c LibC: Use more flexible digit parsing code, deduplicate hace 5 años
  Ben Wiederhake bc5d5bf75d LibC: Implement new strtod, accurate up to 8 eps hace 5 años
  Stephan Unverwerth b82a2239c6 LibC: Fix strtod() parsing of negative exponents (#1645) hace 5 años
  Andreas Kling f2a087126c LibC: Add posix_openpt(), grantpt() and unlockpt() hace 5 años
  Andreas Kling 545e2ba065 LibC: Use the templated type consistently in strtol_impl<T> hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Andreas Kling 24c736b0e7 Kernel: Use the Syscall string and buffer types more hace 5 años
  Andreas Kling 7c916b9fe9 Kernel: Make realpath() take path+length, get rid of SmapDisabler hace 5 años
  Shannon Booth 47276a09dd LibC: Remove dubious String ends_with usage hace 5 años
  Andreas Kling 9d681beaf0 LibC: Oops x2, we can't use "bool" in stdlib.h either hace 5 años
  Shannon Booth f6bd4f8691 LibC: Use shared functon to generate unique filenames hace 5 años
  Andrew Kaster 824bbc7462 LibC: Support exit time destructors per the Itanium C++ ABI hace 5 años
  Valtteri Koskivuori fe1df9e9fb LibC: Implement strtod() hace 5 años
  William McPherson 680fd3999e LibC: Implement bsearch hace 5 años
  Andreas Kling 196b64c0ae LibC: Move realpath() to <stdlib.h> hace 5 años
  Brandon Scott bda36853c9 LibC: Implemented mkstemp in stdlib hace 5 años
  Emanuel Sprung e7affa24dc LibC, LibM: Add functions needed to compile python3 hace 5 años
  Andreas Kling 4f27745136 LibC: Implement a very naive mbtowc() hace 5 años
  Jesse Buhagiar 70fb92fa0e LibC: Implemented atof() hace 5 años
  Calvin Buckley 5050f7b5ee Kernel: Use word-sized entropy as much as possible in syscall hace 5 años
  Calvin Buckley aa42f56210 LibC: add arc4random* using new getrandom syscall hace 5 años
  Calvin Buckley ef40ebbe6d LibC: Add some wchar functions hace 5 años
  Sergey Bugaev 89bf38864a LibC: Misc additions hace 5 años
  Andreas Kling 0b59c0d0dc LibC: Make div() and ldiv() behave according to the C standard hace 5 años
  Andreas Kling b009f8522c LibC: Make system() behave according to POSIX hace 5 años
  Mauri de Souza Nunes 2d24b12a34 LibC: Implement mkdtemp library function hace 5 años