Andreas Kling
|
5b19e9239a
LibC: Upgrade memmove() to memcpy() when possible
|
3 years ago |
Brian Gianforcaro
|
43f4292ca0
LibC: Implement explicit_bzero with AK::secure_zero
|
3 years ago |
Gunnar Beutner
|
086b7a4537
LibC: Implement memcpy and memset for x86_64
|
4 years ago |
Jelle Raaijmakers
|
527dc09542
Libc: Silence debug spam from `strerror`
|
4 years ago |
Jelle Raaijmakers
|
33c3c32a38
LibC: Let `strerror_r` fail if `errnum` < 0
|
4 years ago |
Gunnar Beutner
|
c81b3e1ee3
LibC: Implement strerror_r()
|
4 years ago |
Gunnar Beutner
|
6afb6eb6a9
LibC: Add definition for EDQUOT
|
4 years ago |
Gunnar Beutner
|
a9f488c55b
LibC: Make EWOULDBLOCK an alias for EAGAIN
|
4 years ago |
Andreas Kling
|
357a455b5c
iLibC: Fix some missed camelCase => snake_case
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Gunnar Beutner
|
0497986572
LibC: Use dbgln() in strerror() and strsignal()
|
4 years ago |
Hendiadyoin1
|
e8ef10e2a6
Kernel/LibC: Make memset implementations the same
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |