MacDue
|
b16ec1880c
LibC+LibCore: Remove serenity_setenv()
|
hace 2 años |
MacDue
|
eea4dc5bfe
LibCore+LibC: Add putenv() wrapper
|
hace 2 años |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
hace 2 años |
Andrew Kaster
|
ad30b8c447
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
|
hace 2 años |
Andrew Kaster
|
100fb38c3e
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
|
hace 2 años |
davidot
|
1986b8b066
LibC: Make strtod use the new exact number parser
|
hace 2 años |
Gunnar Beutner
|
dadf656dc9
Tests+Userland: Prefer using __builtin_trap() instead of UD2
|
hace 2 años |
EWouters
|
7c93eabffe
LibC: Implement `mkstemps()` in stdlib and add a test
|
hace 2 años |
Tim Schumacher
|
c85f307e62
LibC: Mark a bunch of functions as cancellation points
|
hace 3 años |
Tim Schumacher
|
e156f79f53
Everywhere: Refer to `pthread.h` by its non-prefixed name
|
hace 3 años |
Tim Schumacher
|
2a45d30302
LibC: Allow parsing numbers right on the cutoff
|
hace 3 años |
Peter Elliott
|
4e0adb638d
LibC: Implement posix_memalign(3) and aligned_alloc(3)
|
hace 3 años |
Tim Schumacher
|
dcd76db319
LibC: Hide `posix_memalign` by default
|
hace 3 años |
Andreas Kling
|
02c18bf6de
LibC: Stub out posix_memalign()
|
hace 3 años |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
hace 3 años |
Liav A
|
de7566c2c4
LibC: Don't rely on ptsname and ttyname syscalls
|
hace 3 años |
Lucas CHOLLET
|
ddf9987c39
LibCore+LibC: Add wrapper for setenv
|
hace 3 años |
Daniel Bertalan
|
a1dfa1efb2
LibC: Flush all file streams on exit
|
hace 3 años |
Andreas Kling
|
ae07660587
LibC: Buffer randomness to avoid syscall in every arc4random_buf()
|
hace 3 años |
Brian Gianforcaro
|
7fd1de01a7
LibC: Add POSIX spec comments for stdlib APIs
|
hace 3 años |
Michel Hermier
|
0bfb7f9675
LibC: Move `_abort` next to `abort`
|
hace 3 años |
Hendiadyoin1
|
dea86f511c
LibC: Use FlatPtr for malloced char* address storage
|
hace 3 años |
Jelle Raaijmakers
|
8f332ac6a3
LibC: Add `labs()`
|
hace 3 años |
Idan Horowitz
|
f12da0af13
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
|
hace 3 años |
Tim Schumacher
|
79bcfa967b
LibC: Fix up mblen
|
hace 3 años |
Tim Schumacher
|
8df6955838
LibC: Fix up mbtowc
|
hace 3 años |
Tim Schumacher
|
e58e50997c
LibC: Implement mbstowcs
|
hace 3 años |
Tim Schumacher
|
4893e3ef47
LibC: Implement wctomb
|
hace 3 años |
Itamar
|
a3360bcee8
LibC+DynamicLoader: Store the auxiliary vector address at startup
|
hace 3 años |
Andreas Kling
|
84656788bf
Userland: Use kmalloc_array() where appropriate
|
hace 3 años |