Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Slice arrays in Perl

arrays perl system-calls slice

Where is source code for linux kernel syscall service routines?

c linux-kernel system-calls

system_call_after_swapgs, where is my code spending most of the time?

difference between POLLIN and POLLPRI in poll() syscall

linux polling system-calls

Is it possible monitoring at real time all the syscall under linux?

executing a program in C linux using fork and exec

c linux fork system-calls

read, fread partial reads

c linux system-calls fread

How can I know the list of isolated cpu for the current running kernel?

linux kernel cpu 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