Search code examples
Assembly Syscalls in 64-bit Windows...

windowsassemblyx86-64system-callsinterrupt

Read More
How can I override a system call table entry with my own function?...

csecuritylinux-kernelx86system-calls

Read More
Deadlocks in Linux system calls with multithreaded forking...

clinuxmultithreadingsystem-callsdeadlock

Read More
Why do we need to call poll_wait in poll?...

clinux-kernellinux-device-driversystem-callsepoll

Read More
efficiency of fwrite for massive numbers of small writes...

c++unixfwritesystem-calls

Read More
Macro to call either raw syscall or libc wrapper...

cmacrossystem-calls

Read More
NtAllocatevirtualMemory results in 0xc0000005...

cwinapinasmsystem-callsntdll

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

linuxmemory-managementcommand-linesystem-calls

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

kernelsystem-callsqnx

Read More
Intercept open syscall in C, when called via fopen...

clinuxsystem-callsfopenlibc

Read More
Open Syscall 56 ARMv8 fails...

linuxassemblysystem-callsarm64armv8

Read More
error: FALLOC_FL_KEEP_SIZE undeclared (first use in this function)...

clinuxsystem-callsglibcfallocate

Read More
For wrappers around syscalls that retry on EINTR, how many times does retrying make sense?...

cunixposixsystem-callserrno

Read More
Magic numbers of the Linux reboot() system call...

linuxlinux-kernelsystem-calls

Read More
Using epoll on a sampling perf_event_open file descriptor returns EPOLLHUP...

c++linuxlinux-kernelsystem-callsperf

Read More
How to monitor number of syscalls executed by kernel?...

linuxstatisticskernelmonitoringsystem-calls

Read More
Reading from an eBPF map without paying for kernel-call...

system-callsmmapebpfbcc-bpflibbpf

Read More
Can't exec No such file or directory...

perlsystem-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
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
BackNext