Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

How to change errno value in asm x64

how do i use strace to know about system calls in my C program

c system-calls strace

What does the "name" parameter mean in the syscall_32.tbl linux file?

linux-kernel system-calls

Modyifing existing do_mkdir() system call to print created folder that doesn't already exist

Using a variable in Fortran's SYSTEM subroutine

fortran system-calls

System calls, shell commands and programs

Porting C++-code from Windows to Unix: systemcalls colliding with name of functions

c++ namespaces system-calls

Why does strace ignore some syscalls (randomly) depending on environment/kernel?

What is system call interface?

Returning from kernel mode to user mode

Does OpenBSD support parallel Kernel access

exec without replacing current process, posix_spawn kernel implementation

Why is mprotect a distinct syscall from mmap

perl system call causing hang when using threads

How does an int instruction know which registers to use when it runs?