Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

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

Any benefit in using WEXITSTATUS macro in C over division by 256 on exit() status?

c exit system-calls

how do i add a system call / utility in xv6

close() x86_64 system call weird return value

c kernel x86-64 system-calls