Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

How does a syscall knows where the wrapper function put its parameters in?

linux system-calls

Return value size or type of a system call in Linux

c linux-kernel system-calls

finding the username in a linux system call

linux kernel system-calls

What is the print format for atomic_long_t for printk in C

Why does fflush() affect the output of forked processes?

CreateProcess with golang

go system-calls

How can I return something else than 0 from a FreeBSD system call

Meaning of address' in System.map file

For wrappers around syscalls that retry on EINTR, how many times does retrying make sense?

c unix posix system-calls errno

How to use ptrace(2) to change behaviour of syscalls?

What are RSEQs (Restartable Sequences) and how to use them?

How to decode arg pointer in ioctl() system call in Linux 2.6.29?

C - read() returns negative number

Intermittent segmentation faults in main after fork

c linux system-calls

How are parameters passed to Linux system call ? Via register or stack?