1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-18 14:08:09 +00:00
linux-insides/SysCall
Cornelius Diekmann 67820470cc Clarify: vDSO is linked automatically with glibc
Change is partly a verbatim copy of https://www.kernel.org/doc/Documentation/ABI/stable/vdso

Quote: "Programs that dynamically link to glibc will use the vDSO automatically. Otherwise, you can use the reference parser in tools/testing/selftests/vDSO/parse_vdso.c."

The old version of the book was slightly imprecise. It was unclear to me whether this is an optional or a default behavior.
2017-09-21 21:49:39 +03:00
..
README.md corrected typos 2017-09-21 21:45:09 +03:00
syscall-1.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-2.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-3.md Clarify: vDSO is linked automatically with glibc 2017-09-21 21:49:39 +03:00
syscall-4.md corrected typos 2017-09-21 21:45:09 +03:00
syscall-5.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-6.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00

System calls

This chapter describes the system call concept in the linux kernel.