Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

‘getnstimeofday' is an implicit declaration in system call when <linux/time.h> is included

How to get the return code of the syscall using SECCOMP_RET_DATA and PTRACE_GETEVENTMSG

Doubts in System call mechanism in linux

linux x86 system-calls

Why is the address length parameter neccessary when binding a socket in C?

c sockets system-calls

How to identify performance bottleneck in linux system call unshare(CLONE_NEWNET)

Difference between fork(3) and fork(2)

c linux fork system-calls

Difference of two gettimeofday() calls gives negative number

c time system-calls

"Syscall param open(mode) contains uninitialised byte(s)" in open sys call

c linux io system-calls

stat st_mode is always equal to 16877

c unix system-calls stat

Is there documentation that describes what C function names "stand for" (not what they do--rather, what the abreviated name means)?

syscall wrapper asm C

A way to call execl, execle, execlp, execv, execvP or execvp from Node.js

Strace command to display only system calls

Do all types of interprocess/interthread communication need system calls?

How is data copied from user space to kernel space and vice versa during I/O tasks?

How to detect if a syscall exists on linux programmatically?

c linux system-calls

statvfs system call fails with error Value too large for defined data type

Observing shared mapped file memory in linux

How to read from and write to files using NASM for x86-64bit