Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Kernel Code vs User Code

Using logger.exe to sniff 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

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

c unix posix system-calls

How does strace work?

system-calls strace

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?