Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

How to read from and write to files using NASM for x86-64bit

What is causing my program to hang and not exit properly? (pipe, read system call, while loop)

FASM write Hello World to console with NO includes or dependencies at all

getnameinfo -- what's syscall for it in Linux?

How are system calls called?

How to skip a system call with ptrace?

Why does LD_PRELOAD work with syscalls? ​

Can a system call happen in a C program? [duplicate]

c function system-calls libc

How to find which type of system call is used by a program

linux system-calls

Question about writing my own system call in FreeBSD

freebsd kernel system-calls

C standard library and system calls

c system-calls

Where does the instruction of an executable go to?

How can I override a system call table entry with my own function?

On x64 Linux, what is the difference between syscall, int 0x80 and ret to exit a program?

What does readlink systemcall do?

c linux system-calls

Linux Kernel programming: trying to get vm_area_struct->vm_start crashes kernel

Adding a new system call in Linux kernel 3.3

What is a "slow" device in the context of I/O call?

How do I ignore line breaks in input using NASM Assembly?

Logic of name_to_handle_at()

c linux system-calls