Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Correct use of string storage in C and C++

Override a shell function, keep a reference to the original one

shell posix

How to know when there is input through the terminal pipe line on C++ 11?

c++ c++11 posix

Does Linux allow process group ids to be reassigned to processes?

pid=`cat $pidfile` or read pid <$pidfile?

posix sh

Is reading /dev/urandom thread-safe?

c multithreading random posix

Get seconds since epoch in any POSIX compliant shell

shell scripting time posix

fallocate vs posix_fallocate

c++ c posix

Suppressing "ISO C99 requires rest arguments to be used"

Is there any movement towards specifying interaction of C++ exceptions and pthread cancellation?

Can there be a race between signalfd and sigaction?

linux signals posix

How to cleanly interrupt a thread blocking on a recv call?

sigsuspend vs additional signals delivered during handler execution

Write my own 'everything is a file' interface

linux unix posix

simultaneous read on file descriptor from two threads

What's the practical difference between the headers <linux/in.h> and <netinet/in.h>?

c linux unix networking posix

Why does Perl's POSIX::strftime %F specifier not work on Windows?

windows perl posix

What is the purpose of Microsoft's underscore C functions?

Does SO_RCVTIMEO affect accept()?

c sockets posix

OpenMP and CPU affinity

c++ c posix openmp