Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Does sleep/nanosleep work by utilizing a busy wait scheme?

c++ c posix sleep

pause() signal handler

c signals posix pause

How to iterate over the characters of a string in a POSIX shell script?

shell sh posix dash-shell

Use GNU versions of basename() and dirname() in C source

c posix gnu dirname

POSIX Threads/Signals: Portable way to determine to which thread a signal was delivered?

c multithreading posix signals

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