Stanisław Wiśniewski
|
1649138a29
LibC: Return nullptr if allocation fails in strdup() and strndup()
|
2 年之前 |
Timon Kruiper
|
cff6af9f75
LibC: Add general implementation for memcpy and memset
|
2 年之前 |
Julian Offenhäuser
|
463ab21305
LibC: Add strcasestr()
|
2 年之前 |
Liav A
|
92da98822a
LibC: Remove i686 support
|
2 年之前 |
Gunnar Beutner
|
31bd5b1a02
AK+Userland: Stub out code that isn't currently implemented on AARCH64
|
2 年之前 |
Undefine
|
97cc33ca47
Everywhere: Make the codebase more architecture aware
|
3 年之前 |
Daniel Bertalan
|
bcf124c07d
LibC: Implement a faster memset routine for x86-64 in assembly
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Brian Gianforcaro
|
01bd3c5563
LibC: Expose AK::timing_safe_compare via `timingsafe_memcmp(..)`
|
3 年之前 |
Daniel Bertalan
|
ea52ba9fdc
LibC: Set `saved_str` to null in strtok_r if no tokens were found
|
3 年之前 |
Linus Groh
|
471b798eb0
LibC: Implement strsep()
|
3 年之前 |
Brian Gianforcaro
|
fb8df01036
LibC: Add rindex() and index() APIs
|
3 年之前 |
Brian Gianforcaro
|
11a12c2312
LibC: Add POSIX spec comments for string APIs
|
3 年之前 |
sin-ack
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 年之前 |
Idan Horowitz
|
13dec3cdde
LibC: Add a couple of missing errno codes
|
3 年之前 |
Daniel Bertalan
|
4c0d868bb6
LibC: Add definition for ENOTRECOVERABLE
|
3 年之前 |
Andreas Kling
|
5b19e9239a
LibC: Upgrade memmove() to memcpy() when possible
|
3 年之前 |
Brian Gianforcaro
|
43f4292ca0
LibC: Implement explicit_bzero with AK::secure_zero
|
3 年之前 |
Gunnar Beutner
|
086b7a4537
LibC: Implement memcpy and memset for x86_64
|
4 年之前 |
Jelle Raaijmakers
|
527dc09542
Libc: Silence debug spam from `strerror`
|
4 年之前 |
Jelle Raaijmakers
|
33c3c32a38
LibC: Let `strerror_r` fail if `errnum` < 0
|
4 年之前 |
Gunnar Beutner
|
c81b3e1ee3
LibC: Implement strerror_r()
|
4 年之前 |
Gunnar Beutner
|
6afb6eb6a9
LibC: Add definition for EDQUOT
|
4 年之前 |
Gunnar Beutner
|
a9f488c55b
LibC: Make EWOULDBLOCK an alias for EAGAIN
|
4 年之前 |
Andreas Kling
|
357a455b5c
iLibC: Fix some missed camelCase => snake_case
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Gunnar Beutner
|
0497986572
LibC: Use dbgln() in strerror() and strsignal()
|
4 年之前 |
Hendiadyoin1
|
e8ef10e2a6
Kernel/LibC: Make memset implementations the same
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |