1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-15 20:48:57 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Georgii Staroselskii
339539f9b7 syscall-3.md: fix typos
- delete a comma
- s/receiving/received
- s/Both function/Both functions
- s/vsyscal/vsyscall
2017-09-17 02:55:20 +03:00
Cornelius Diekmann
a87d46fd66 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-08-10 14:55:35 +02:00
Cornelius Diekmann
4b0704fecf Minor language improvement
There are multiple different system calls. Starting the introduction in plural gives a better bridge to the examples "like to read or to write to a file, to open a socket" ...
2017-08-10 14:15:14 +02:00
Aaron Hill
17da4af718
Make all Github links reference a specific commit
Closes #480
2017-07-30 15:56:26 -04:00
Alexander Kuleshov
30600495c4
fix articles 2017-07-08 00:22:46 +06:00
spacewander
f937425e1c update SysCall/syscall-3 and SysCall/syscall-4 2016-10-29 23:16:37 +06:00
Mack Stump
3fda046617 fix typos 2016-05-19 10:46:26 -04:00
null
48dce4baf4 Fixing spelling mistake 2016-04-06 16:39:56 -04:00
Dmitriy Olshevskiy
76785c23b6 fix typos: misc and syscall chapters 2016-04-01 20:09:18 +03:00
mudongliang
a591d092b9 modify 'internals' to 'insides' 2015-10-16 21:56:04 +08:00
Simarpreet Singh
310fa78807 Update syscall-3.md
Fixing some typos.
2015-10-08 13:01:15 -07:00
Alexander Kuleshov
28cf8f8298 Merge branch 'patch-1' of https://github.com/zhanxw/linux-insides into zhanxw-patch-1 2015-09-16 17:24:46 +06:00
0xAX
df149cbf9d Merge pull request #194 from jjrob13/patch-2
Grammatical and spelling fixes.
2015-09-09 22:57:19 +06:00
zhanxw
9f7987415d Update syscall-3.md 2015-09-06 12:53:53 -05:00
John Robertson
2ea6be1292 Grammatical and spelling fixes. 2015-09-06 09:08:29 -07:00
John Robertson
fc0f78f420 Grammatical fixes to first paragraph. 2015-09-06 08:46:31 -07:00
0xAX
678bd35d9d Create syscall-3.md 2015-09-06 20:16:05 +06:00