Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

What use is a truncated coredump?

linux gdb posix x86-64 coredump

Cannot create more than 10 mqueues

python c posix mqueue

How POSIX compliant is "/path/file/.."?

bash sh posix cd ash

Using pthread condition variable with rwlock

Detect if stdout is redirected to a pipe (not to a file, character device, terminal, or socket)?

linux unix posix sh

What's the semantic difference between ERANGE and EOVERFLOW?

c posix semantics errno

How to convert from UTC to local time in C?

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