Search code examples
Wait for file input or a signal in Linux...

linuxsignalssystem-callsepoll

Read More
In a Linux system call, are system call parameters preserved in registers after the syscall finished...

linux-kernelsystem-callstracepoint

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

clinuxkernelsystem-callsls

Read More
strace output not showing malloc and free system call in a multi threaded application...

linuxmemory-leakssystem-callsstrace

Read More
Order of execution of system call in xv6...

unixoperating-systemsystem-callsxv6

Read More
warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]...

csystem-calls

Read More
Where can I find the documentation for SyscallN, since syscall.Syscall6 has been deprecated as of Go...

windowsgosystem-callsgolangci-lint

Read More
Can madvise(addr, size, MADV_DONTNEED) cause segfaults?...

clinuxmemorysystem-calls

Read More
The `write` syscall in C writes to an unexpected position...

csystem-calls

Read More
Can I dup and change the buffer behaviour of the new fd without changing the old one?...

cstdoutsystem-calls

Read More
gcc arm optimizes away parameters before System Call...

cassemblyarmsystem-callsinline-assembly

Read More
ARM inline asm: exit system call with value read from memory...

linuxassemblyarmsystem-callsinline-assembly

Read More
Cannot make sys_call_table read-write in Oracle 8 ARM64...

clinux-kernelhooksystem-callsrootkit

Read More
What does "int 21h" mean in Assembly?...

assemblysystem-callsinterruptdosx86-16

Read More
Programmatically check whether a linux kernel module exists or not at runtime...

ckernel-modulesystem-calls

Read More
BPF program attached to `getname` won't get called when calling the `renameat2` syscall...

linuxlinux-kernelsystem-callsebpfbpf

Read More
difference between POLLIN and POLLPRI in poll() syscall...

linuxpollingsystem-calls

Read More
What exactly is a trap handler?...

operating-systemsystem-calls

Read More
How do I get a thread ID from an arbitrary pthread_t?...

clinuxunixpthreadssystem-calls

Read More
Creating a new thread with clone3 causes segfault...

clinuxmultithreadingsystem-calls

Read More
Purpose of saving an incoming pthread address on the stack before syscall in MUSL's x86_64 __sys...

assemblypthreadsx86-64system-callsmusl

Read More
What is the interface for ARM system calls and where is it defined in the Linux kernel?...

linuxlinux-kernelarmsystem-calls

Read More
Given a PID FD (as acquired from `pidfd_open`), how does one get the underlying PID for it?...

linuxprocesssystem-callsfile-descriptor

Read More
How to force gcc use int for system calls, not sysenter?...

cgccsystem-calls

Read More
Modifying (stealing) Linux syscalls using kprobe...

clinuxlinux-kernelsystem-calls

Read More
Golang catch signals...

gosignalssystem-calls

Read More
What is a "slow" device in the context of I/O call?...

clinuxlinux-kernelsystem-calls

Read More
Why does dup2(2) function has no effect here?...

reverse-engineeringsystem-calls

Read More
gdb break when program opens specific file...

linuxgdbsystem-callsstrace

Read More
Usage of getc with a file...

clinuxperformancesystem-calls

Read More
BackNext