index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
stdlib.cpp
Age
Commit message (
Expand
)
Author
2022-01-16
LibC: Flush all file streams on exit
Daniel Bertalan
2021-12-25
LibC: Buffer randomness to avoid syscall in every arc4random_buf()
Andreas Kling
2021-12-21
LibC: Add POSIX spec comments for stdlib APIs
Brian Gianforcaro
2021-12-18
LibC: Move `_abort` next to `abort`
Michel Hermier
2021-12-15
LibC: Use FlatPtr for malloced char* address storage
Hendiadyoin1
2021-10-31
LibC: Add `labs()`
Jelle Raaijmakers
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-17
LibC: Implement mbstowcs
Tim Schumacher
2021-10-17
LibC: Implement wctomb
Tim Schumacher
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-07-18
LibC strtod: Reduce incremental error to nearly nothing
Peter Bindels
2021-06-04
LibC: Implement `mblen()`
Jelle Raaijmakers
2021-05-30
LibC: Implement getprogname and setprogname
Tim Schumacher
2021-05-27
LibC: Use u32 in arc4random instead of char[4]
Andrew Kaster
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-09
LibC: Implement the _Exit function
Gunnar Beutner
2021-04-29
iLibC: Fix some missed camelCase => snake_case
Andreas Kling
2021-04-29
Implemented llabs() in stdlib.h/cpp.
Holden Green
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
Gunnar Beutner
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibC: Make strtoull accept the '0x' prefix when base 16 is specified
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-31
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Andreas Kling
2021-01-22
LibC: Templatize unique filename enumeration for mkstemp() et al
Andreas Kling
2021-01-20
LibC: Implement uniform random sampling without modulo bias
Ben Wiederhake
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-16
LibC: Avoid silent truncation after overlong realpath
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in realpath
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling