Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

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?

linux open returns 0

linux system-calls

Get the end address of Linux kernel function on run-time

linux kernel system-calls

How does Windows switch to supervisor mode during a system call?

/ptregs in syscall table

linux-kernel system-calls

Where LLVM interpreter is looking for external functions (libraries?)

NASM: Two subsequent file writes not working

how can I find systemcall on windows?

what's /usr/share/gdb/syscalls used for

xml linux gdb system-calls

Calling fork on a multithreaded process

Why does my signal handler only execute once?

c++ unix system-calls

How do I wait for a keystroke interrupt with a syscall on Linux?