Search code examples
What is the interface for ARM system calls and where is it defined in the Linux kernel?...


linuxlinux-kernelarmsystem-calls

Read More
Using Linux C select system call to monitor files...


clinuxfilesystem-calls

Read More
Storing ASCII code point value in a float prevents its interpretation as a character (in C)...


cfloating-pointcharacterprecisionsystem-calls

Read More
where did the _syscallN macros go in <linux/unistd.h>?...


clinuxkernelinline-assemblysystem-calls

Read More
Why can't I create read-only, shared mappings after setting F_SEAL_WRITE?...


clinuxsystem-callsmmapfcntl

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


macosassemblysystem-callsapple-m1apple-silicon

Read More
select()-able timers...


clinuxsystem-callsposix-select

Read More
Directory entries not being sorted in custom ls implementation...


cfilesystemssystem-calls

Read More
Wake up all threads sleeping on futex...


clinuxsynchronizationsystem-callsfutex

Read More
Finding total RAM consumption of process, including swap...


linuxmemory-managementcommand-linesystem-calls

Read More
Why is the write system call printing an incorrect number of characters?...


csystem-calls

Read More
Why is fork() accepted in strace if the actual syscall is clone()?...


cforksystem-callsglibcstrace

Read More
How to know if a syscall returned an error?...


csystem-callsstraceptrace

Read More
undefined reference to `sys_getprocs' when getting number of processes in Xv6...


operating-systemsystem-callsxv6

Read More
Assembly Syscalls in 64-bit Windows...


windowsassemblyx86-64system-callsinterrupt

Read More
C semaphore and shared memory...


csystem-callssemaphoreshared-memory

Read More
What is the difference between system call and library call?...


linuxoperating-systemsystem-callslibrariesterminology

Read More
How applications remain in execution?...


operating-systemsystem-callsexecution

Read More
Cat Execve NASM...


assemblyx86-64nasmsystem-callsexecve

Read More
Difference between write() and printf()...


unixiooperating-systemsystem-calls

Read More
mlock a variable in python...


pythonswapsystem-calls

Read More
strace ordering of system calls does not match expected order...


system-callsstrace

Read More
why does creating a file fail after CAP_DAC_OVERRIDE is dropped?...


clinuxlinux-kernelsystem-callslinux-capabilities

Read More
Executing fork call gives exit status 0x3 for Linux...


cforksystem-callserror-code

Read More
Difference in overhead of a mode switch vs intra-process context switch on Linux...


linuxprocessoperating-systemsystem-callscontext-switch

Read More
Is function sleep() active or passive?...


coperating-systemsystemsleepsystem-calls

Read More
What is the best QNX alternatve to Linux strace...


kernelsystem-callsqnx

Read More
How can I make the system call write() print to the screen?...


clinuxsystem-calls

Read More
CSAPP tiny shell lab: stuck at sigprocmask...


clinuxdebugginggdbsystem-calls

Read More
SIGSYS Bad System Call (Android)...


androidassemblyx86-64system-callsinline-assembly

Read More
BackNext