Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Build static ELF without libc using unistd.h from Linux headers

linux gcc posix elf libc

Difference between FILE * "/dev/stdout" and stdout

c linux libc

Getting GCC to compile without inserting call to memcpy

Adding a Service to Name Service Switch

c gnu libc passwd nss

How to tell which interface the socket received the message from?

networking sockets libc

What exactly SIG_DFL do?

linux signals libc

I need a list of Async-Signal-Safe Functions from glibc

linux list libc async-safe

Is there really no mremap in Darwin?

GLIBC_2.7 not found

centos glibc libc

fgets() function in C

c stdin fgets libc

How to write my own printf() in C?

c libc

Get the time zone GMT offset in C

c datetime timezone libc

Why is the address of __libc_start_main always the same inside GDB even though ASLR is on?

c linux gdb libc aslr

Linux function to get mount points

c linux mount libc

Overlapping pages with mmap (MAP_FIXED)

c linux mmap libc

Why would it be illegal to inform about “abort”?

c gnu libc code-documentation

Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?

c language-lawyer glibc libc

Why does time(time_t *) function both return and set the by-ref?

c time libc

Is malloc/free a syscall or a library routine provided by libc?

c linux system-calls libc

Replacing extrordinarily slow pow() function

c fortran libc pow