Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Seg fault...on hello world

When implementing a system call, how do you expose the system call number to userland?

How to get username from Linux kernel space

"Segmentation fault", x86_64 assembly, AT&T syntax

How to call syscall readahead in Python?

Why does a syscall clobber rcx and r11? [duplicate]

Why does fseek use read() system call?

c linux system-calls libc

Elegant system calls in haskell

Where do you check the prototypes of syscalls on x86-64 machines?

return value in vfork() system call

Minimal overhead way of intercepting system calls without modifying the kernel

c linux gcc x86-64 system-calls

Socket reading and timestamps

sendfile doesn't copy file contents

How do I make syscalls from my C program

c linux-kernel system-calls

RISC-V ecall syscall calling convention on pk/Linux

How to determine values saved on the stack?

In Linux, on entry of a sys call, what is the value in %eax? (not orig_eax)

linux x86 system-calls

Passing parameters to system calls

How to interrupt a thread performing a blocking socket connect?

strace: Any sense in `dup2(A, B); close(B)`?