Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in systems-programming

linux execvp ; ls cannot access |, No such file or directory

Segmentation fault after the call of pthread_join()

Why is sequentially reading a large file row by row with mmap and madvise sequential slower than fgets?

c mmap systems-programming

Directly Jump to another C++ function

How to get information from device manager?

mkfifo() error ---> "Error creating the named pipe.: File exists"

Cannot step into system call source code

Using sigaction(), c

How to programmatically really clean Delete files?

Confused with output of fork system call [duplicate]

How to take advantage of the VDSO object with your own programming language?

Is it possible to implement a small Disk OS in C or C++?

Fork implementation

how standard specify atomic write to regular file(not pipe or fifo)?

Is it possible to uniquely identify dynamically imported functions by their name?

working of fork in c language [closed]

c fork systems-programming

Call "main" function programmatically in Windows

How to make thread in C without using POSIX library <pthread.h> [closed]

How can I run a list of commands in parallel?

Zombie processes