Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

In Linux x86_64 are syscalls and int 0x80 related?

linux system-calls

Linux System Calls & Kernel Mode

security system-calls

How to wrap ioctl(int d, unsigned long request, ...) using LD_PRELOAD?

Strace daemon process started using service

system-calls systemd strace

Linux x64: why does r10 come before r8 and r9 in syscalls?

How are system calls stored in pt_regs?

c linux system-calls

Overloading fork( )

c linux fork system-calls

Linux-kernel: printk from "open" syscall don't work

Understanding output of dtruss

What is the type of system call arguments on Linux?

c linux-kernel system-calls

System calls and EINTR error code

C system calls open / read / write / close and O_CREAT|O_EXCL

c system-calls

Can I step into Python library code?

Why does getpagesize() return an int?

system call to map memory to a file descriptor (inverse mmap)?

c unix posix mmap system-calls

not enough variables to fit a sentinel

c gcc function exec system-calls

with -lpthread, g++ compiler error, "undefined reference to " semaphore calls such as `sem_open'

Why is RCX not used for passing parameters to system calls, being replaced with R10? [duplicate]

How to pass parameters to Linux system call?

basic assembly not working on Mac (x86_64+Lion)?