Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

pthread_join from a signal handler

Is there anyway to modify stat information like mtime or ctime manually in Python or any language at all?

python posix stat

Is t_whatever a reserved name in the C standard or POSIX?

c posix reserved-words

How to avoid bad FD_SET buffer overflow crash?

c++ c sockets macros posix

Interaction of POSIX file descriptors and C FILEs

c file posix file-descriptor

Unix subsystem for windows

windows posix

Strange sed behaviour

regex shell sed posix

Design Problem: Thread safety of std::map

Parent id in fork() and early termination

aio on osx: Is it implemented in the kernel or with user threads? Other Options?

macos asynchronous io posix aio

How to get the session id of the session associated with a terminal?

deadlock detection in multithreaded application

How can I avoid resource leak when using a semaphore?

linux posix semaphore glibc

Find out default language on Linux

linux posix

readline hangs on manual pipe()

perl posix

Executing another program from C++ with specified running timeout

c++ linux unix gcc posix