Lenny Maiorani
|
b2316701a8
Everywhere: void arguments to C functions
|
4 tahun lalu |
Brendan Coles
|
e8e8d3caf5
LibC: __generate_unique_filename(): Replace rand() with arc4random()
|
4 tahun lalu |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 tahun lalu |
Brendan Coles
|
853664bd3c
LibC: stdlib: Add clearenv() function
|
4 tahun lalu |
Brendan Coles
|
b31b666301
LibC: Ensure mkstemp generates a pattern 6 characters in length
|
4 tahun lalu |
Matthew L. Curry
|
5d5c32cec1
Style: Remove uses of NULL, substituting nullptr
|
4 tahun lalu |
Emanuele Torre
|
4e86c34ef0
LibC: Remove unnecessary fallthrough comments.
|
4 tahun lalu |
Nico Weber
|
ef1b21004f
Everywhere: Fix typos
|
4 tahun lalu |
Luke
|
db31452bc2
LibC: Made mbtowc return int instead of size_t
|
4 tahun lalu |
Ben Wiederhake
|
9f7ec33180
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
|
4 tahun lalu |
Nico Weber
|
22f701d657
malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STATS is set
|
4 tahun lalu |
Muhammad Zahalqa
|
cdae3f53f1
LibC: bsearch fix for large arrays (#3138)
|
4 tahun lalu |
Ben Wiederhake
|
ff590db7e5
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
|
4 tahun lalu |
Andreas Kling
|
58feebeed2
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
|
5 tahun lalu |
Ben Wiederhake
|
b4b39258ac
LibC: setenv don't require 'overwrite' for non-existing value
|
5 tahun lalu |
Andreas Kling
|
08c05fbbd1
LibC: Fix strtol() not setting endptr correctly for "0"
|
5 tahun lalu |
Andreas Kling
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
5 tahun lalu |
Nico Weber
|
12cbc4ad0d
Everywhere: Replace some uses of fork/exec with posix_spawn
|
5 tahun lalu |
Sergey Bugaev
|
839ae82d66
LibC: Ensure abort() doesn't return
|
5 tahun lalu |
Sergey Bugaev
|
ac4a31e057
LibC: Mark _exit() as noreturn
|
5 tahun lalu |
AnotherTest
|
6b1ed26e6a
LibC: Always assign the offset pointer to endptr in strto{u,}ll()
|
5 tahun lalu |
Ben Wiederhake
|
71fd752289
LibC: Implement strtoull correctly
|
5 tahun lalu |
Ben Wiederhake
|
1f9dcdc41c
LibC: Use more flexible digit parsing code, deduplicate
|
5 tahun lalu |
Ben Wiederhake
|
bc5d5bf75d
LibC: Implement new strtod, accurate up to 8 eps
|
5 tahun lalu |
Stephan Unverwerth
|
b82a2239c6
LibC: Fix strtod() parsing of negative exponents (#1645)
|
5 tahun lalu |
Andreas Kling
|
f2a087126c
LibC: Add posix_openpt(), grantpt() and unlockpt()
|
5 tahun lalu |
Andreas Kling
|
545e2ba065
LibC: Use the templated type consistently in strtol_impl<T>
|
5 tahun lalu |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 tahun lalu |
Andreas Kling
|
24c736b0e7
Kernel: Use the Syscall string and buffer types more
|
5 tahun lalu |
Andreas Kling
|
7c916b9fe9
Kernel: Make realpath() take path+length, get rid of SmapDisabler
|
5 tahun lalu |