Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

returning error code in linux kernel

syscall(SYS_getuid) returns different result from getuid()

How come _exit(0) (exiting by syscall) prevents me from receiving any stdout content?

Safe way to read directory in Python

How synchronized keyword in java have been implemented?

What are the differences between LD_PRELOAD and strace?

undefined reference to system call added to kernel

Does the linux system call read(fd, buf, count) return less than count when fd is a regular file?

c linux system-calls

golang no such device in syscall.Mount

go system-calls mount

What is the second `r2` return value in Go's Syscall() for?

go system-calls

How does ptrace POKETEXT works when modifying program text?

commons-exec: Executing a program on the system PATH?

System call for a core dump?

c linux system-calls

How does System.currentTimeMillis() get its time

time jvm system-calls

No "renameat2" system call function on Ubuntu 16.04

c linux system-calls glibc

Can perl sysopen open file for atomic writes?

x86_64 assembly exit system call parameter on macOS Mojave?

If close(2) fails with EIO, will the file descriptor still be deleted?

c unix posix system-calls

Which linux system call is used by ls command in linux to display the folder/file name?

c linux kernel system-calls ls

How to invoke a system call via syscall or sysenter in inline assembly?