Search code examples
Why doesn't readlink return a null-terminated value?...


linuxlinux-kernelposixsystem-callsreadlink

Read More
What does "int 0x80" mean in assembly code?...


assemblyx86system-callsinterrupt

Read More
Can a system call happen in a C program?...


cfunctionsystem-callslibc

Read More
How to take execlp's exit code...


clinuxpipesystem-calls

Read More
Randomness instructions vs syscalls...


randomcpusystem-callsinstruction-setrdrand

Read More
How to access the system call from user-space?...


linuxsystem-calls

Read More
Linux-MIPS syscall-saved registers?...


linuxassemblymipssystem-callscpu-registers

Read More
Working flow of readv and writev. What are all the advantages of using readv and writev instead of u...


csystem-calls

Read More
futex_wait inside a signal handler...


linuxlinux-kernelsignalssystem-callsfutex

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


clinuxmultithreadingsystem-calls

Read More
Why does syscall on x86-64 load CS and SS selectors if base/limit aren’t used?...


assemblyx86-64system-callscpu-registersmemory-segmentation

Read More
Do RISC-V kernel-space calling conventions exist?...


assemblylinux-kernelsystem-callsriscvcalling-convention

Read More
Usage of getc with a file...


clinuxperformancesystem-calls

Read More
How to correctly parse system call execution times from strace output using pipes in C?...


cregexoperating-systempipesystem-calls

Read More
Does gettimeofday() on macOS use a system call?...


cmacostimeoperating-systemsystem-calls

Read More
basic assembly not working on Mac (x86_64+Lion)?...


macosassemblyx86-64system-calls

Read More
List of and documentation for system calls for XNU kernel in OSX...


macosoperating-systemsystem-calls

Read More
Get screen resolution with system calls in macOS M1 Arm64...


macosassemblysystem-callsapple-m1apple-silicon

Read More
How can I get a list of Linux system calls and number of args they take automatically?...


csystem-calls

Read More
Is there anyway to compile a Rust program without a dependency on a libc for Linux?...


rustsystem-callslibc

Read More
How to make a call to an executable from Python script?...


pythonlinuxexecutablesystem-calls

Read More
How can I know whether a Linux syscall is thread safe?...


clinuxmultithreadingthread-safetysystem-calls

Read More
How to figure out if a file is a link?...


clinuxsymlinksystem-callsstat

Read More
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
BackNext