Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Does POSIX regex.h provide unicode or basically non-ascii characters?

c++ c linux posix

How does list I/O writev internally work?

c io posix

PHP - Killing child process started by pcntl_fork

php linux posix

How to create directory with right permissions using C on Posix

c posix mkdir umask

Can use pipe without fork?

c linux posix fork

Calling stat from <sys/stat.h> faills with "Value too large for defined data type" error

Segmentation fault caused by pthread_kill

temporary file location when using tmpfile() in C

What's the meaning of `()` in git command SYNOPSIS?

git syntax posix

What does waitpid() do?

linux unix posix

List named semaphores

Is there anything like shm_open() without filename?

unix posix shared-memory

Whats the correct replacement for posix_memalign in Windows?

c++ c windows memory posix

Is glibc's implementation of fprintf() thread-safe?

How to convert signal name (string) to signal code?

c++ linux posix signals

Why should I close all file descriptors after calling fork() and prior to calling exec...()? And how would I do it?

Which POSIX flavor of regex does Perl use?

regex linux perl find posix

defining unused parameters in C

c gcc pthreads posix

Python, calling mmap with too-large address causes overflow exception

python posix

Execute command line and return command output

linux shell posix fortran