Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Why does write continuously leave 4K bytes in the buffer?

c linux system-calls

What is the purpose of MAP_ANONYMOUS flag in mmap system call?

System call vs Function call

How do sites like codepad.org and ideone.com sandbox your program?

How do system calls work?

What is the difference between the functions of the exec family of system calls like exec and execve?

c linux exec system-calls

How do I get a thread ID from an arbitrary pthread_t?

Is it true that fork() calls clone() internally?

warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]

c system-calls

System call and context switch

What happens if you use the 32-bit int 0x80 Linux ABI in 64-bit code?

How to control which core a process runs on?

practical examples use dup or dup2

c file unix system-calls dup

What is better "int 0x80" or "syscall" in 32-bit code on Linux?

How to write a signal handler to catch SIGSEGV?

Magic numbers of the Linux reboot() system call

dup2 / dup - why would I need to duplicate a file descriptor?

How is malloc() implemented internally? [duplicate]