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 |
Andreas Kling
|
e87eac9273
Userland: Add LibSystem and funnel all syscalls through it
|
4 years ago |
Andreas Kling
|
fc4eae87f8
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
|
4 years ago |
Andreas Kling
|
b0f19c2af4
LibC: Templatize unique filename enumeration for mkstemp() et al
|
4 years ago |
Ben Wiederhake
|
ab07a713bf
LibC: Implement uniform random sampling without modulo bias
|
4 years ago |
Linus Groh
|
b42f0b9650
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
|
4 years ago |
Ben Wiederhake
|
5dc29065e1
LibC: Avoid silent truncation after overlong realpath
|
4 years ago |
Ben Wiederhake
|
ed857bc06e
LibC: Fix memory leak in realpath
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |