Renaud Germain
b4388ea823
copyedit: data structures chapter
2022-07-30 21:33:09 -04:00
Kian-Meng, Ang
2c15599cfb
Fix typos
2021-12-25 18:29:38 +08:00
Piyush Pangtey
e55da0f570
datastructures-2: typo fix
2021-05-26 11:45:21 +05:30
qinyu
01b1af59d9
linux-datastuctures-2.md:correct some descriptions
...
GFP_NOIO: "NOIO" is the point rather than "can't sleep"
__GFP_HIGHMEM: allocation can happens at either ZONE_NORMAL or ZONE_HIGHMEM
GFP_ATOMIC: allocation don't have to be in a "process"(e.g. in an interupt handler)
Signed-off-by: qinyu <chinyu0704@outlook.com>
2020-11-26 19:35:18 +08:00
qinyu
e48b51440a
linux-datastructures-2.md: fix minor typo
...
fix minor typo in linux-datastructures-2.md
Signed-off-by: qinyu <chinyu0704@outlook.com>
2020-11-26 17:03:21 +08:00
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
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
698f76a79e
modify the filename due to the filename conversion
2018-03-14 15:08:23 -04:00
Alexander Kuleshov
2a90ecc3f5
fix links in DataStructures/README.md
...
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-03-03 00:10:19 +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
Aaron Hill
17da4af718
Make all Github links reference a specific commit
...
Closes #480
2017-07-30 15:56:26 -04:00
proninyaroslav
90f50c2ac5
Change README links as relative
2017-01-07 10:53:22 +03:00
Dongliang Mu
299ec26e55
fix two small typo
2016-08-29 18:52:05 -04:00
Mack Stump
3fda046617
fix typos
2016-05-19 10:46:26 -04:00
0xAX
f329d47863
Update radix-tree.md
2016-04-23 23:08:33 +06:00
0xAX
2d1aa8b9a7
Update bitmap.md
2016-03-12 20:05:26 +06:00
Chris Seto
6153b92ec2
Fix typo
2016-02-28 23:12:12 -05:00
0xAX
99138e0932
Update README.md
2016-02-28 20:16:33 +06:00
0xAX
d5c691d201
Create bitmap.md
2016-02-28 20:15:38 +06:00
Alexander Kuleshov
641e49679b
Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master
2015-10-10 23:30:31 +06:00
0xAX
67f7d0dbfc
Merge pull request #236 from MichaelAquilina/patch-2
...
Numerous grammatical fixes to dlist.md
2015-10-10 23:25:36 +06:00
Alexander Kuleshov
f1765137b8
Merge branch 'master' of https://github.com/hitmoon/linux-insides into hitmoon-master
2015-10-10 23:13:08 +06:00
mudongliang
a9a2297d98
fix small syntax problems, add new methods for list traverse in the last part
2015-10-05 23:41:10 +08:00
Michael Aquilina
b0673e7a06
Correct it's -> its
2015-10-04 23:06:16 +01:00
Michael Aquilina
a1d39790f0
Numerous grammatical fixes to dlist.md
2015-10-04 23:04:23 +01:00
andars
e42f98dadf
minor edits to DataStructures/radix-tree
2015-09-28 19:01:33 -06:00
zhaoxiaoqiang
535a082f79
fix a few grammatical problems and refine some sentences in DataStructures/radix-tree.md
2015-09-21 15:02:15 +08:00
zhaoxiaoqiang
8e543c0689
refine some statements in DataStructures/dlist.md
2015-09-18 15:57:46 +08:00
zhaoxiaoqiang
f0973b1fb8
fix the spell of 'priority' in DataStructures/README.md
2015-09-18 15:54:46 +08:00
Nikola Kotur
e8b9f62ee2
Update radix-tree.md
2015-08-18 22:14:26 +02:00
Ahsan Naqvi
4247570838
Fix sentence structure and typos.
2015-06-01 14:28:39 -04:00
0xAX
0fad4097de
Update README.md
2015-05-16 17:44:52 +06:00
0xAX
56e25adbe1
Create radix-tree.md
2015-05-16 17:44:05 +06:00
Simarpreet Singh
780ad24b3d
DataStructures: Fixing some typos and grammar issues
...
Signed-off-by: Simarpreet Singh <simar@linux.com>
2015-04-22 10:58:25 -04:00
Anton Davydov
984ef074ec
Fix typos in repository
2015-04-19 22:15:28 +03:00
Terrell Russell
035e47eb4a
grammar
2015-03-30 14:51:50 -04:00
Brian McKenna
7ac38fd433
Rename REAMDE.md to README.md
2015-03-22 19:06:34 -06:00
0xAX
a57b031a14
Create REAMDE.md
2015-03-22 12:12:05 +06:00
0xAX
f342804347
Doubly linked list updated
2015-03-21 23:38:51 +06:00
0xAX
742a7d6cfe
Doubly linked list description added
2015-03-21 13:31:47 +06:00