Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

How do I reimplement (or wrap) a syscall function on Linux?

c linux system-calls libc

How do 32-bit applications make system calls on 64-bit Linux?

How to interpret strace output?

What is the difference between FUTEX_WAIT and FUTEX_WAIT_PRIVATE?

linux-kernel system-calls

Where can I find system call source code?

Golang catch signals

go signals 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?