Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

how to get protection flags of a memory area, flags are PROT_READ /PROT_EXEC in mprotect

c++ c system-calls mprotect

Elixir/ExUnit: how to test functions with system calls most elegantly?

Perl catching STDERR and STDOUT of subprocess

Why are linux system calls different across architectures

System Calls in C signals and fork

c signals fork system-calls

Where are the OSX (XNU) syscalls actually documented?

NASM interrupt x86 reference?

x86 nasm system-calls x86-16

What's the difference between a 'fast' (instruction) syscall and interrupt-driven system call?

What is full name of fcntl Unix/Linux system call

How do I call the write syscall using inline assembler in GCC under MacOS X?

Proper way of getting the address of non-exported kernel symbols in a Linux kernel module

c linux-kernel system-calls

How to get true file creation date in R, on Unix systems?

Can't get newline to print with ARM Linux assembly

how do you do system call interrupts in C?

c linux system-calls

Unix System Call in Objective-C

What is the written-out word for O_EXCL

print the output of strace command in a text file

linux system-calls strace