MacDue
|
b16ec1880c
LibC+LibCore: Remove serenity_setenv()
|
2 years ago |
MacDue
|
eea4dc5bfe
LibCore+LibC: Add putenv() wrapper
|
2 years ago |
EWouters
|
7c93eabffe
LibC: Implement `mkstemps()` in stdlib and add a test
|
2 years ago |
Tim Schumacher
|
88ff01bb17
LibC: Remove `_aligned_malloc` and `_aligned_free`
|
2 years ago |
Peter Elliott
|
4e0adb638d
LibC: Implement posix_memalign(3) and aligned_alloc(3)
|
3 years ago |
Tim Schumacher
|
dcd76db319
LibC: Hide `posix_memalign` by default
|
3 years ago |
Andreas Kling
|
02c18bf6de
LibC: Stub out posix_memalign()
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lucas CHOLLET
|
ddf9987c39
LibCore+LibC: Add wrapper for setenv
|
3 years ago |
Daniel Bertalan
|
c7423dc20b
LibC: Make the address argument of `malloc_size` a pointer to const
|
3 years ago |
Daniel Bertalan
|
b9c753f6f9
LibC+LibDl: Declare functions taking no arguments as taking void
|
3 years ago |
Ali Mohammad Pur
|
e717ca32d1
LibC: Implement ungetwc()
|
3 years ago |
Michel Hermier
|
0bfb7f9675
LibC: Move `_abort` next to `abort`
|
3 years ago |
Michel Hermier
|
35a5305264
LibC: Remove undefined `__generate_unique_filename` declaration
|
3 years ago |
Daniel Bertalan
|
40e7ac9967
LibC: Implement _aligned_malloc and _aligned_free
|
3 years ago |
Idan Horowitz
|
f12da0af13
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
|
3 years ago |
Daniel Bertalan
|
b3ac24a939
LibC: Use a sensible `MB_CUR_MAX` value
|
3 years ago |
Jelle Raaijmakers
|
0e990a4be8
LibC: Implement `mblen()`
|
4 years ago |
Tim Schumacher
|
cd970928a0
LibC: Implement getprogname and setprogname
|
4 years ago |
Gunnar Beutner
|
f89e8fb71a
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
|
4 years ago |
Gunnar Beutner
|
9ffc2fe840
LibC: Implement the _Exit function
|
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 |
Mițca Dumitru
|
857b0e1dc3
LibC: Add imaxdiv and lldiv
|
4 years ago |
Andreas Kling
|
fc4eae87f8
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |