1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Radek Dostál
f71365fbbe Delete "and last"
This chapter is no longer last one from syscalls. Currently "Limits on
resources in Linux" is the last chapter.

Signed-off-by: Radek Dostál <rd@radekdostal.com>
2017-09-05 22:59:00 +02:00
Radek Dostál
b420e581fe Fix Wikipedia links containing ()
Based on: https://stackoverflow.com/questions/13824669/how-do-you-write-a-link-containing-a-closing-bracket-in-markdown-syntax

Signed-off-by: Radek Dostál <rd@radekdostal.com>
2017-09-05 22:48:58 +02:00
0xAX
974c45019d Merge branch 'master' into master 2017-09-02 23:58:13 +06: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
Chandan Rai
fc5cdbb0e7 corrected typos 2017-08-02 00:12:24 +05:30
Aaron Hill
17da4af718
Make all Github links reference a specific commit
Closes #480
2017-07-30 15:56:26 -04:00
int3rrupt
9979317453 Update sentence grammar
Remove "never" from end of sentence and change "can't exceed to "can never exceed"
2017-07-30 08:24:36 -07:00
Jakub Wilk
307605b854 SysCall/syscall-6: Fix typos 2017-07-30 14:14:45 +02:00
0xAX
6e6835c76b Update README.md 2017-07-30 13:49:13 +06:00
0xAX
8b4faeac4b Create syscall-6.md 2017-07-30 13:47:57 +06:00
Alexander Kuleshov
30600495c4
fix articles 2017-07-08 00:22:46 +06:00
Alexander Kuleshov
78bae37004 fix typos 2017-01-29 20:02:07 +06:00
Alexander Kuleshov
50d386c21e add syscall-5.md 2017-01-29 20:00:25 +06:00
proninyaroslav
90f50c2ac5 Change README links as relative 2017-01-07 10:53:22 +03:00
Alexander Kuleshov
f17d1f8d91 Merge branch 'fix-typo-syscall-2' of https://github.com/yunomae/linux-insides into yunomae-fix-typo-syscall-2 2016-10-29 23:36:46 +06:00
spacewander
f937425e1c update SysCall/syscall-3 and SysCall/syscall-4 2016-10-29 23:16:37 +06:00
Devon Harvey
4c398be16a Fix typo in syscall-1.md 2016-08-01 18:19:02 -04:00
Mack Stump
3fda046617 fix typos 2016-05-19 10:46:26 -04:00
Yoshihiro YUNOMAE
f057964f98 Fix typo 2016-05-03 16:33:09 +09:00
null
194d0c83e3 Fixing links in System Calls chapter to point to the right sub-pages 2016-04-06 16:43:53 -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
spacewander
12a4961bd8 update Timers 2016-02-02 16:35:29 +08:00
spacewander
c417f5f37c update SysCall/syscall-1 and SysCall/syscall-2 2016-01-20 20:00:37 +08:00
0xAX
474ef13229 Update syscall-1.md 2015-10-25 18:38:39 +06:00
mudongliang
a591d092b9 modify 'internals' to 'insides' 2015-10-16 21:56:04 +08:00
mhudgins
0c540f47b0 minor syscall-1 grammar and sentence fixes 2015-10-13 14:25:26 -07:00
0xAX
03d4ecdb41 Merge pull request #241 from simar7/patch-3
Update syscall-3.md
2015-10-10 23:32:57 +06:00
Alexander Kuleshov
aed0d33515 Merge branch 'patch-1' of https://github.com/ubershmekel/linux-insides into ubershmekel-patch-1 2015-10-10 23:08:28 +06:00
Simarpreet Singh
310fa78807 Update syscall-3.md
Fixing some typos.
2015-10-08 13:01:15 -07:00
Alexander Kuleshov
7a963eb034 Added first part about timers 2015-09-27 20:12:06 +06:00
Peter VandeHaar
a130429a49 syscall-1.md: Fix a couple grammar mistakes.
(By the way, thank you for making this!)
2015-09-16 22:01:22 -04: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
65f927c81d Merge pull request #208 from d4l3k/patch-1
Fix a typo "structur" -> "structure"
2015-09-15 13:40:51 +06:00
0xAX
c4da05f9ef Merge pull request #207 from hristozov/patch-1
Fix a small typo "learnd" -> "learned".
2015-09-15 13:40:36 +06:00
Tristan Rice
9cbd2c97f0 Fix a typo "structur" -> "structure" 2015-09-14 12:29:34 -07:00
Georgi Hristozov
707a1e3316 Fix a typo "learnd" -> "learned". 2015-09-14 09:02:36 +03:00
Joar Wandborg
3abb9b6082 "and etc" => "etc"
"etc" stands for "et cetera", "et" means "and".

Sidenote: & also stands for "et", so "etc" may be written as "&c".
2015-09-13 21:25:57 +02:00
Herman Junge
fe75144008 Update syscall-4.md
programm -> program
2015-09-13 14:36:42 -03:00
0xAX
67f7aa86ae Update syscall-4.md 2015-09-13 20:21:10 +06:00
0xAX
93bd634bb2 Update README.md 2015-09-13 20:15:57 +06:00
0xAX
f445b8f41a Update syscall-4.md 2015-09-13 20:14:32 +06:00
0xAX
936d39ccff Update syscall-4.md 2015-09-13 20:13:32 +06:00
0xAX
32f8cdb47c Create syscall-4.md 2015-09-13 20:12:35 +06:00
Tom Scanlon
184e4a0f62 Fix spelling error 2015-09-12 08:06:23 -07:00
0xAX
89b67c5dc8 Update syscall-1.md 2015-09-11 23:11:13 +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