You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
README.md corrected typos 7 years ago
syscall-1.md Сделать все ссылки Github ссылками на конкретный коммит 7 years ago
syscall-2.md Сделать все ссылки Github ссылками на конкретный коммит 7 years ago
syscall-3.md Clarify: vDSO is linked automatically with glibc 7 years ago
syscall-4.md corrected typos 7 years ago
syscall-5.md Сделать все ссылки Github ссылками на конкретный коммит 7 years ago
syscall-6.md Сделать все ссылки Github ссылками на конкретный коммит 7 years ago

README.md

System calls

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