Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

In QEMU, is it possible to intercept packets being sent/received by the Linux Guest OS?

Difference between __NR_gettid and SYS_gettid

c linux system-calls

Cross platform way of testing whether a file is a directory

How does the gettimeofday syscall wor‍k?

Why is clock_nanosleep preferred over nanosleep to create sleep times in C?

poll system call timeout

linux system-calls strace

Filter out broken pipe errors

write or printf, which is faster?

Bad address when adding a system call

c kernel system-calls

Suppress console when calling "system" in C++

What encoding used when invoke fopen or open?

c linux fopen system-calls

Can eBPF modify the return value or parameters of a syscall?

linux system-calls bpf ebpf

getrandom syscall in C not found

c linux ubuntu gcc system-calls

How to hide command prompt window when using Exec in Golang?

Perl: After a successful system call, "or die" command still ends script

perl system-calls die

How to check the value of errno?

c system-calls errno

compile errors using signal.h in Linux [duplicate]

ptrace and threads

Why are the system call numbers different in amd64 linux?

Go syscall v.s. C system call

c go system-calls