Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Redefining functions lin libC

c libc

Linux syscall, libc, VDSO and implementation dissection

c linux system-calls libc vdso

How to compile with an another libC on Linux? (gcc)

c gcc libc

How does the libc function isatty() work?

c unix libc

u-boot /lib/ld-linux-armhf.so.3: No such file or directory

How to override standard libc functions?

c malloc overriding libc

Is there a Rust equivalent to the clock function in C++?

rust libc

What functions is the libm intended for?

c linux glibc libc libm

Do any functions in the C standard library implicitly use `stderr`?

dlopen in libc and libdl

linux dynamic linker libc

Is there any ordinary reason to use open() instead of fopen()?

c file posix libc

ANR in random usage of application

multi-byte characters in libc regcomp and regexec

How to build apple's opensource libc?

macos libc dylib

Implementing thread-local storage in custom libc

How to create backwards-compatible dynamic linkage?

Understanding the gcc version and the GLIBC, GLIBCXX versions in more detail

gcc glibc libc libstdc++

How Libc shared library loaded in memory and shared amongst processes?

On Linux, is TLS set up by the kernel or by libc (or other language runtime)?

libc's system() when the stack pointer is not 16-padded causes segmentation fault