Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Loading raw code from C program

Why does the sys_read system call end when it detects a new line?

Why do x86-64 Linux system calls modify RCX, and what does the value mean?

Sleeping for milliseconds on Windows, Linux, Solaris, HP-UX, IBM AIX, Vxworks, Wind River Linux?

select()-able timers

c linux select system-calls

Linux system call table or cheatsheet for Assembly [closed]

c linux assembly system-calls

Seeing all the system calls that were made by a Java program

java linux system-calls

What is the interface for ARM system calls and where is it defined in the Linux kernel?

Printing newline in MIPS

mips system-calls

Simulate effect of select() and poll() in kernel socket programming

How to hook system calls of my android app (non rooted device)

Why do x86-64 Linux system calls work with 6 registers set?

Using ptrace to track all execve() calls across children

c linux system-calls ptrace

What exactly happens when I hit the Enter button in terms of system_read interrupt, assembly?

linux assembly system-calls

Why is Linux syscall return type "long"?

How does sched_setaffinity() work?

Why can the execve system call run "/bin/sh" without any argv arguments, but not "/bin/ls"?

open() doesn't set O_CLOEXEC flag

Difference in ABI between x86_64 Linux functions and syscalls

Why do we need to call poll_wait in poll?