Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How thread-safe is V4L2?

c++ c thread-safety posix v4l2

CreateRemoteThread in Linux

linux pthreads posix ptrace

Resource limits on Windows?

How to use strerror_l with current locale?

c linux posix libc strerror

Equivalent of open_memstream for MSVC

c visual-c++ posix

What happens if a signal handler is invoked while at a cancellation point?

How to check wheter POSIX ACL is enabled for a given path

bash unix acl posix

Detach child process from parent

unix posix child-process

What is different functions: `malloc()` and `kmalloc()`?

how to determine if pipe can be written

linux perl posix named-pipes

Designing a Queue to be a shared memory

c memory posix shared-memory

Do test operators -a and -o short circuit?

shell posix sh

How do I receive raw, layer 2 packets in C/C++?

c++ c sockets posix vxworks

What use is a truncated coredump?

linux gdb posix x86-64 coredump

Cannot create more than 10 mqueues

python c posix mqueue

How POSIX compliant is "/path/file/.."?

bash sh posix cd ash

Using pthread condition variable with rwlock

Detect if stdout is redirected to a pipe (not to a file, character device, terminal, or socket)?

linux unix posix sh

What's the semantic difference between ERANGE and EOVERFLOW?

c posix semantics errno

How to convert from UTC to local time in C?