Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

System calls on Windows

windows system-calls

Windows equivalent to Linux's readahead syscall?

How to pass arguments to processes created by fork()

How can I make the system call write() print to the screen?

c linux system-calls

Why is data written to a file opened with O_APPEND flag, always written at the end, even with `lseek`?

c linux unix kernel system-calls

What is the difference between system call and library call?

How does a system call translate to CPU instructions?

c system-calls

How do SYSCALL/SYSRET instructions perform across x86 CPUs?

Is there a better way than parsing /proc/self/maps to figure out memory protection?

Is "asmlinkage" required for a c function to be called from assembly?