Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Actual implementation of EOF different from -1

c posix language-lawyer eof

pread; threadsafe or not?

c multithreading posix

mmap() and locking files

c locking posix mmap

Prevent RAM from paging to swap area (mlock)

python memory posix ram

Win32 mkdir vs _mkdir

c++ winapi posix

How and when should I use _POSIX_C_SOURCE in C programs?

How to keep newline intact in a sed command used in Makefile (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