Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Why is data written to a file opened with O_APPEND flag, always written at the end, even with `lseek`?

c linux unix kernel system-calls

What is the difference between system call and library call?

How does a system call translate to CPU instructions?

c system-calls

How do SYSCALL/SYSRET instructions perform across x86 CPUs?

Is there a better way than parsing /proc/self/maps to figure out memory protection?

Is "asmlinkage" required for a c function to be called from assembly?

Programmatically getting UID and GID from username in Unix?

How to figure out if a file is a link?

Difference between write() and printf()

Interpret dtruss output like “psynch_cvwait(...) = -1 Err#316”

What is the difference between `read` and `sysread`?

perl io system-calls

How can I get a list of Linux system calls and number of args they take automatically?

c system-calls

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

c linux system-calls libc

Make syscall in Python

How does this C program without libc work?

History of syscalls added to Linux?

c linux assembly system-calls

Python: waiting for external launched process finish

python system-calls

What is meant by "blocking system call"?

How to Dynamically Allocate Memory Using Assembly and System Calls Under Linux

wait3 (waitpid alias) returns -1 with errno set to ECHILD when it should not