Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How do you find all matches in regexes with C?

c regex posix

Should I use "test" or "[" "]" in POSIX shell?

shell posix sh

What is the difference between POSIX reliable signals and POSIX real-time signals in Linux?

linux signals posix real-time

Getting Bad substitution error with a Shell Script on a mac?

macos shell terminal sh posix

Running Cygwin application as a Windows Service

What is the relationship between POSIX and the C language?

c linux posix

What is the best way to manage unix process from java?

java unix posix

C++/POSIX how to get a millisecond time-stamp the most efficient way?

c++ linux timestamp posix

Is there any way to associate a file descriptor with user defined data?

c sockets posix

Thread-specific data - why can't I just use a static map with thread IDs?

c++ multithreading posix

How is time slice divided among the pthreads in a process?

Are pthread attribute objects required to exist for the lifetime of the object that uses them?

pthreads posix

what is the difference between %p and %P in find command

bash find posix

shm_open() function is not creating the shared memory

c posix

Segmentation Fault and RAII

What is the difference between vm_insert_page() and remap_pfn_range()?

How to find holes in the address space?

How to replace pthread_create during linkage

c linux multithreading posix

wait() does not return after child received sigstop

c signals fork posix wait

When calling the exec*() family of functions, do the char* elements of argv all have to be unique?

c exec posix