Daniel Bertalan
|
a1dfa1efb2
LibC: Flush all file streams on exit
|
3 years ago |
Andreas Kling
|
ae07660587
LibC: Buffer randomness to avoid syscall in every arc4random_buf()
|
3 years ago |
Brian Gianforcaro
|
7fd1de01a7
LibC: Add POSIX spec comments for stdlib APIs
|
3 years ago |
Michel Hermier
|
0bfb7f9675
LibC: Move `_abort` next to `abort`
|
3 years ago |
Hendiadyoin1
|
dea86f511c
LibC: Use FlatPtr for malloced char* address storage
|
3 years ago |
Jelle Raaijmakers
|
8f332ac6a3
LibC: Add `labs()`
|
3 years ago |
Idan Horowitz
|
f12da0af13
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
|
3 years ago |
Tim Schumacher
|
79bcfa967b
LibC: Fix up mblen
|
3 years ago |
Tim Schumacher
|
8df6955838
LibC: Fix up mbtowc
|
3 years ago |
Tim Schumacher
|
e58e50997c
LibC: Implement mbstowcs
|
3 years ago |
Tim Schumacher
|
4893e3ef47
LibC: Implement wctomb
|
3 years ago |
Itamar
|
a3360bcee8
LibC+DynamicLoader: Store the auxiliary vector address at startup
|
3 years ago |
Andreas Kling
|
84656788bf
Userland: Use kmalloc_array() where appropriate
|
3 years ago |
Peter Bindels
|
0a0089fc11
LibC strtod: Reduce incremental error to nearly nothing
|
4 years ago |
Jelle Raaijmakers
|
0e990a4be8
LibC: Implement `mblen()`
|
4 years ago |
Tim Schumacher
|
cd970928a0
LibC: Implement getprogname and setprogname
|
4 years ago |
Andrew Kaster
|
74da0f24f0
LibC: Use u32 in arc4random instead of char[4]
|
4 years ago |
Lenny Maiorani
|
31d24d8292
LibC: Remove static from function local constexpr variable
|
4 years ago |
Jean-Baptiste Boric
|
069bf988ed
AK: Introduce get_random_uniform()
|
4 years ago |
Gunnar Beutner
|
9ffc2fe840
LibC: Implement the _Exit function
|
4 years ago |
Andreas Kling
|
357a455b5c
iLibC: Fix some missed camelCase => snake_case
|
4 years ago |
Holden Green
|
18a641f3f8
Implemented llabs() in stdlib.h/cpp.
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Gunnar Beutner
|
88cebb05ad
LibC+LibPthread: Implement function forwarding for libpthread
|
4 years ago |
Gunnar Beutner
|
f033416893
Kernel+LibC: Clean up how assertions work in the kernel and LibC
|
4 years ago |
Gunnar Beutner
|
4075b306f8
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
|
4 years ago |
Gunnar Beutner
|
8ca5b8c065
LibC: Move S_* defines into <fcntl.h>
|
4 years ago |
Mițca Dumitru
|
857b0e1dc3
LibC: Add imaxdiv and lldiv
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
AnotherTest
|
0bf496f864
LibC: Make strtoull accept the '0x' prefix when base 16 is specified
|
4 years ago |