Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in system-calls
Why is data written to a file opened with O_APPEND flag, always written at the end, even with `lseek`?
Jan 30, 2022
c
linux
unix
kernel
system-calls
What is the difference between system call and library call?
Sep 15, 2022
linux
operating-system
system-calls
libraries
terminology
How does a system call translate to CPU instructions?
Sep 15, 2022
c
system-calls
How do SYSCALL/SYSRET instructions perform across x86 CPUs?
Sep 24, 2022
performance
x86
kernel
system-calls
Is there a better way than parsing /proc/self/maps to figure out memory protection?
Aug 18, 2017
c
linux
system-calls
mprotect
virtualquery
Is "asmlinkage" required for a c function to be called from assembly?
Jan 24, 2022
c
assembly
linux-kernel
system-calls
calling-convention
Programmatically getting UID and GID from username in Unix?
Sep 13, 2022
c++
c
unix
privileges
system-calls
How to figure out if a file is a link?
Oct 20, 2022
c
linux
symlink
system-calls
stat
Difference between write() and printf()
Sep 15, 2022
unix
io
operating-system
system-calls
Interpret dtruss output like “psynch_cvwait(...) = -1 Err#316”
Jun 17, 2022
macos
wait
system-calls
dtrace
darwin
What is the difference between `read` and `sysread`?
Mar 10, 2022
perl
io
system-calls
How can I get a list of Linux system calls and number of args they take automatically?
Sep 12, 2022
c
system-calls
Is malloc/free a syscall or a library routine provided by libc?
Sep 08, 2022
c
linux
system-calls
libc
Make syscall in Python
Sep 06, 2022
python
python-2.7
system-calls
How does this C program without libc work?
Sep 11, 2022
c
assembly
x86-64
system-calls
abi
History of syscalls added to Linux?
Sep 05, 2022
c
linux
assembly
system-calls
Python: waiting for external launched process finish
Sep 04, 2022
python
system-calls
What is meant by "blocking system call"?
Sep 04, 2022
c
multithreading
operating-system
system-calls
How to Dynamically Allocate Memory Using Assembly and System Calls Under Linux
Sep 03, 2022
linux
assembly
system-calls
dynamic-memory-allocation
wait3 (waitpid alias) returns -1 with errno set to ECHILD when it should not
Sep 13, 2021
c
linux
system-calls
zombie-process
waitpid
« Newer Entries
Older Entries »