Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Warning with nftw

c linux unix posix

make main program wait for threads to finish

c++ pthreads posix

How do I perform low level I/O on a Linux device file in Python?

python linux posix

How to determine if a file descriptor is seekable?

c posix file-descriptor

pthread functions "_np" suffix

posix pthreads glibc

Set a timeout for reading stdin

c posix

What would it take to make Windows a POSIX compliant operating system out of the box?

What does #define _POSIX_SOURCE mean?

c macros posix

How to use "sigaltstack" in signal handler program?

c posix signals

POSIX sh EBNF grammar

parsing posix grammar sh ebnf

Using Struct Stat()

c++ struct posix

BASH: send SIGTSTP signal (ctrl+z)

linux bash unix posix

How to know if a Linux system call is restartable or not?

c linux posix system-calls

Speedup conversion of 2 million rows of date strings to POSIX.ct

r posix time-series xts posixct

How do I write file modification dates programmatically in POSIX?

c unix file posix

How to handle execvp(...) errors after fork()?

c++ linux posix exec fork

strdup dumping core on passing NULL

How can I get the username of the person executing my program?

c++ linux winapi posix

If fclose(0) is called, does this close stdin?

c++ c posix stdin

Understanding discrepancy between POSIX and Linux/glibc sched_* functions

c linux posix scheduling