Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

New Windows 8.1 APIs for virtual memory management: `DiscardVirtualMemory()` vs `VirtualAlloc()` and `MEM_RESET` and `MEM_RESET_UNDO`

Unix shell scripting: pass shell options (-x etc.) to nested scripts

linux bash shell unix posix

Implement Double Buffer in C

How can I reliably make send(2) do a short send?

c sockets networking posix

recv() with errno=107:(transport endpoint connected)

Random numbers in POSIX C API

c linux random posix srand

Is there a C++ allocator that prevent an STL container from being swapped?

mprotect entire program, to run dangerous code

c linux posix sandbox mprotect

Are POSIX file locks reentrant?

c unix locking posix fcntl

mmap(): resetting old memory to a zero'd non-resident state

Copying existing function into memory buffer

c++ c linux posix

How do I specify POSIX (time) format for 3 letter tz in R, in order to ignore it?

r timezone posix strptime

Is using cat to read data from standard input and write it to a file not a useless use of cat?

shell posix cat

Multicast with AF_LOCAL or AF_UNIX sockets on Linux?

Is strftime with nanoseconds possible in bash?

bash unix posix strftime

How do I set the command line arguments in a C program so that it's visible when users type "ps aux"?

c posix argv ps

Monotonic clock on OSX

Using Auto and Lambda to handle Signal?

c++ lambda c++11 signals posix

Setting thread priority in Linux with Boost

c++ linux boost pthreads posix

Expanding Environment variable in string using python [duplicate]

python posix