Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Should glob, with GLOB_MARK, append / to symlink-to-directory results?

c posix glob language-lawyer

Why aren't the argv and envp arguments to execve pointers to const?

process c posix

How could connect() fail and set errno to EADDRINUSE

c sockets posix

Difference between bash,ksh,tcsh and zsh

linux shell posix

How to send cancelation request from main() to thread?

c multithreading signals posix

How can I use os.posix_fadvise to prevent file caching on Linux?

python linux posix mmap

Status of POSIX implementations

c posix

No "sqrtf" in math.h

When can a cond var be used to synchronize its own destruction/unmapping?

Receive an entire UDP datagram, regardless of size?

sockets udp posix

Linking to multiple libraries, one of which wraps a set of system calls

c linux linker posix ld

Is there an equivalent of O_TMPFILE for directories?

c linux posix

working with directories in POSIX with C

c unix directory posix

Mixing File Handles and Sockets in Winsock

posix winsock sockets

What are the best/popular libraries for developing CLI apps/scripts?

multithreading posix php pcntl

Send and receive IPv6 link-local multicast UDP datagrams in Python?

python udp posix ipv6 multicast

Guaranteeing mutex safety with async signals

Process connected to separate pty for stdout and stderr

linux posix pty