Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to handle execvp(...) errors after fork()?

c++ linux posix exec fork

strdup dumping core on passing NULL

How can I get the username of the person executing my program?

c++ linux winapi posix

If fclose(0) is called, does this close stdin?

c++ c posix stdin

Understanding discrepancy between POSIX and Linux/glibc sched_* functions

c linux posix scheduling

Why c++ standard support function strftime but not strptime?

c++ c posix strftime strptime

How safe are memory-mapped files for reading input files?

Determine if peer has closed reading end of socket

c sockets posix

POSIX restrictions on pointer types in C

Is it safe to use getenv() in static initializers, that is, before main()?

c++ c unix posix environment

Why does Ruby /[[:punct:]]/ miss some punctuation characters?

ruby regex posix

What is the best solution to pause and resume pthreads?

c++ pthreads posix

are posix pipes lightweight?

c linux posix pipe

Reference a GNU C (POSIX) DLL built in GCC against Cygwin, from C#/NET

c# dll gcc cygwin posix

POSIX Threads vs. Win32 Threads

Handle signals in the Java Virtual Machine

java jvm process posix signals

Lock a mutex multiple times in the same thread

GLib's GAsyncQueue vs. POSIX message_queue

How to create a temporary file with portable shell in a secure way?

Cross platform way of testing whether a file is a directory