Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

What is POSIX PSE51 that Adaptive AUTOSAR based on?

posix autosar

How to check if file exists in C++ in a portable way?

c++ c file posix portability

Catching signal inside its own handler

c unix posix signals sigint

How to run a Python script portably without specifying its full path

python windows shell posix

Does printf always flush the buffer on encountering a newline?

c posix

Is there a POSIX function to copy a file? [closed]

c posix

What are gcc on linux's equivalent to microsoft's critical sections?

delete all directories except one

shell posix

Is bash doing "$@" expansion incorrectly inside ${var+...}?

Why is open declared in fcntl.h, while close is declared in unistd.h?

unix posix

Differences between regex types

regex syntax find posix

A very simple thread pool using pthreads in C++

c++ pthreads posix threadpool

Win32 API analog of sending/catching SIGTERM

Is a return value of 0 from write(2) in C an error?

c linux posix tcp

Calling fork before main

c++ c fork posix language-lawyer

Using POSIX message queues instead of TCP sockets - how to establish "connection"?

Does the OS (POSIX) flush a memory-mapped file if the process is SIGKILLed?

c++ c linux unix posix

Is it possible to unlisten on a socket?

linux posix sockets listen

Where does Microsoft Windows' 7 POSIX implementation currently stand?

Is it safe to call pthread_cancel() on terminated thread?

c pthreads posix