Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Faking date/time of child process

unix posix

What is the effect of changing system time on sleeping threads?

posix sleep bsd clock

Guarantees on sizeof(int) in Single UNIX or POSIX

unix posix sizeof

Will the Java Garbage Collector stop my POSIX threads created from JNI calls?

How to get list of open posix shared memory segments in FreeBSD

c posix shared-memory freebsd

In C++, what is the fastest way to load a large binary (1GB-4GB) file into memory?

c++ linux posix

Prototype of recv()

c sockets posix

Why does pthread_cond_timedwait doc talk about an "unavoidable race"?

c++ multithreading posix

Scheduling events at microsecond granularity in POSIX

c timer posix real-time poisson

How can I avoid this error with setenv in C?

c gcc posix irix

posix_fadvise(WILLNEED) makes IO slower?

Human readable, recursive, sorted list of largest files

linux shell unix posix

POSIX: Pipe syscall in FreeBSD vs Linux

linux posix pipe freebsd

Calling a Perl fork from within a BEGIN block

perl posix fork

when pthread_attr_t is not NULL?

How to check if a file descriptor has any data available?

c posix

JS regexp (?<!X)A

javascript regex posix

How to determine if a path is inside a directory? (POSIX)

c posix

What's the best way to embed a Unicode character in a POSIX shell script?

Why does difftime() return a double?

c posix