Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Difference between nice and setpriority in unix

c linux unix system-calls nice

Why blocking system calls blocks entire procedure with user-level threads?

Is there any way to make a call to linux kernel with my own softirq

What is the difference between signal and rt_signal syscalls in Linux?

open() system call header file requirements

Prevent process from opening new file descriptor on Linux but allow receiving file descriptors via sockets

c linux system-calls

Accessing a system call directly from user program

c posix system-calls

How to efficiently write a large sequence of NULL bytes in a file?

c performance system-calls

Trap all accesses to an address range (Linux)

Capture vDSO in strace

Constraining r10 register in gcc inline x86_64 assembly

How to implement system call in ARM64?

arm system-calls arm64

syscall variables undefined

go system-calls

Software interrupts VS System calls

What does it implies to disable syscall in Intel SGX

kernel intel system-calls

Syscall or sysenter on 32 bits Linux?

sys_execve system call from Assembly

NASM Guessing Number Game Gone Wrong

How to take advantage of the VDSO object with your own programming language?