Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Read/write files within a Linux kernel module

How to "hibernate" a process in Linux by storing its memory to disk and restoring it later?

linux linux-kernel

If threads share the same PID, how can they be identified?

What happens to an open file handle on Linux if the pointed file gets moved or deleted

What is the difference between vmalloc and kmalloc?

c linux-kernel kmalloc vmalloc

kernel stack and user space stack

What's the use of do while(0) when we define a macro? [duplicate]

c macros linux-kernel

What is ?= in Makefile

linux linux-kernel makefile

IOCTL Linux device driver [closed]

Writing programs to cope with I/O errors causing lost writes on Linux

c linux linux-kernel posix

What is the difference between the kernel space and the user space?

Measure time in Linux - time vs clock vs getrusage vs clock_gettime vs gettimeofday vs timespec_get?

c linux time linux-kernel

Finding which process was killed by Linux OOM killer [closed]

linux linux-kernel

Increasing the maximum number of TCP/IP connections in Linux

Why is Linux called a monolithic kernel?

What is the theoretical maximum number of open TCP connections that a modern Linux box can have

How is the Linux kernel tested ?

linux linux-kernel

Is bool a native C type?

c gcc linux-kernel boolean

How do the likely/unlikely macros in the Linux kernel work and what is their benefit?

What is ":-!!" in C code?

c linux macros linux-kernel