Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Why is setuid dropped on execve in an alpine container?

Open returns (-1) with O_CREAT when file already exists

c system-calls

Unable to trace syscall via ftrace

Correct way to use prctl()

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