Commit Graph

39 Commits

Author SHA1 Message Date
Sebastian Fricke
2cff4abf08 Gitbook Links: replace old links with new ones
The old links didn't point to valid locations.
Replace the old links with the new links and test those changes with a
small script: https://github.com/initBasti/markdown_link_check .

______________________________________________________________

In order to find and replace the links, I used the following commands:

grep -rwohP '.' -e "\(https\:\/\/0xax.gitbooks.io\/\S*\)" > links.txt
(Find all links recursivly in the project directories and print out the
 only the matches links)

Within links.txt:
Remove the '(' & ')' => :%s/\(//g  and :%s/\)//g
Remove duplicates => :sort u

Test if the links work with:
python3 md_link_check.py --pattern 0xax.gitbook --output-file bad.txt
(https://github.com/initBasti/markdown_link_check)

Create replace commands:
:%s/.*/grep -rl & '.' | xargs sed -i 's#&##g'
Enter replacement URL between the 2nd & 3rd '#'
Execute commands: :w !sh

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-05-31 17:23:17 +02:00
Bruno Meneguele
cdbc603fbd concepts/initcalls: add module_init macro information
While reading about initcalls around the web and kernel source code I found
that the information of what happens to __init functions not explicitly set to
any initcall list pretty useful. With this patch such information is added.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
2020-02-21 17:03:12 -03:00
Bruno Meneguele
cbc004adde concepts/initcalls: rewording and typo corrections
This patch handle different typos present in the initcall section of the book.
It also reword some paragraphs in order to get it clearer to the reader.
Some example codes were also added in order to help the reader to understand
smaller concepts, like the way initcalls callbacks are named in the object
file.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
2020-02-21 16:12:43 -03:00
Marco Torsello
82aaf56611 Corrected escaping on two URLs
Corrected escaping on two Wikipedia URLs
2019-09-26 00:44:00 +02:00
Alexander Kuleshov
5880a60e6e update links 2018-05-20 00:04:32 +06:00
Alexander Kuleshov
e896e56c86
s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
Dongliang Mu
49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 2018-03-22 19:50:44 -04:00
Dongliang Mu
4704d82b25 fix broken links related with 'sync, syscall, timer' 2018-03-22 00:48:13 -04:00
Dongliang Mu
f159c63e0c Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
Alexander Kuleshov
9a5bbd33d1 fix links in Concepts/README.md 2018-03-03 00:09:32 +06:00
Joshua Murphy
6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30
Jeremy Wong
360efa83bd fix typo of "subsys" 2017-10-23 00:05:41 +11:00
Alexander Kuleshov
2b43267b23 Merge branch 'master' of github.com:0xAX/linux-insides 2017-10-11 00:25:28 +06:00
Alexander Kuleshov
7b3bade127 update SUMMARY.md 2017-10-11 00:24:22 +06:00
Alexander Kuleshov
b984247630 return notification_chains.md back 2017-10-11 00:23:04 +06:00
dimtass
16bcb10254 Simple typo fix 2017-09-23 17:57:21 +01:00
Aaron Hill
17da4af718
Make all Github links reference a specific commit
Closes #480
2017-07-30 15:56:26 -04:00
Dou Liyang
5a0ab7481d fix a typo
s/consuider/consider
2017-02-28 09:32:30 +08:00
proninyaroslav
90f50c2ac5 Change README links as relative 2017-01-07 10:53:22 +03:00
Alexander Kuleshov
a1c01ff077 Merge branch 'patch-1' of https://github.com/incrediblesound/linux-insides into incrediblesound-patch-1 2016-10-29 23:26:58 +06:00
Alexander Kuleshov
5b1fbd83cc Add more information about cpumasks 2016-10-17 00:50:34 +06:00
Kavindra Nikhurpa
28a39fe665 More fixes and corrected contributors.md
Signed-off-by: Kavindra Nikhurpa <kavindra.nikhurpa@hotmail.com>
2016-07-03 12:19:09 +05:30
Mack Stump
3fda046617 fix typos 2016-05-19 10:46:26 -04:00
Piyush Pangtey
bc1144ea67 Concpets: initcall: Fixed typos and other errors.
Signed-off-by: Piyush Pangtey <gokuvsvegita@gmail.com>
2016-04-04 11:46:37 +05:30
Abhinav Upadhyay
f3840c6c2b Fix few typos. 2016-04-04 00:39:59 +05:30
James H Edwards
4a4358cfc2 Update initcall.md
Change a single misspelled word
Original line "Acutally the main point of the `initcall` mechanism is"
New line "Actually the main point of the `initcall` mechanism is"

Change: Acutally changed to Actually
There are no other changes
2016-04-03 11:47:05 -07:00
0xAX
29ad8faec6 Update initcall.md 2016-04-03 20:27:47 +06:00
0xAX
5306bca105 Update README.md 2016-04-03 20:27:00 +06:00
0xAX
a5df9e00d3 Create initcall.md 2016-04-03 20:24:56 +06:00
Dave Willmer
8da68308db Minor typos and grammatical fixes 2015-08-30 21:28:52 +01:00
Dave Willmer
a5b4ec093b Minor typos and grammatical fixes 2015-08-30 20:55:30 +01:00
0xAX
e3837c7c05 Update cpumask.md 2015-05-21 22:34:26 +06:00
Alexander Kuleshov
6c140e6b0c percpu part finished 2015-05-08 22:46:32 +06:00
LYF610400210
6a3d259c21 Update per-cpu.md
Grammar Fix.
2015-05-05 21:43:21 +08:00
Anton Davydov
984ef074ec Fix typos in repository 2015-04-19 22:15:28 +03:00
0xAX
5f19a5066f Update README.md 2015-04-05 19:53:50 +06:00
0xAX
2b39084719 Create cpumask.md 2015-04-05 19:52:31 +06:00
0xAX
b37916efd9 Create README.md 2015-04-05 13:09:51 +06:00
0xAX
db4111a750 conecpts directory added 2015-04-05 13:06:40 +06:00