42 Commits (172c32679837fa3dcb03a0d0b4bfe4e150a874f3)

Author SHA1 Message Date
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux 2 years ago
Renaud Germain b4388ea823 copyedit: data structures chapter 2 years ago
Renaud Germain c2ecc331a0 capitalize Linux everywhere 2 years ago
Kian-Meng, Ang 2c15599cfb Fix typos 3 years ago
Piyush Pangtey e55da0f570
datastructures-2: typo fix 3 years ago
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>
4 years ago
qinyu e48b51440a linux-datastructures-2.md: fix minor typo
fix minor typo in linux-datastructures-2.md
Signed-off-by: qinyu <chinyu0704@outlook.com>
4 years ago
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>
4 years ago
Dongliang Mu 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 7 years ago
Dongliang Mu 698f76a79e modify the filename due to the filename conversion 7 years ago
Alexander Kuleshov 2a90ecc3f5
fix links in DataStructures/README.md
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
proninyaroslav 90f50c2ac5 Change README links as relative 8 years ago
Dongliang Mu 299ec26e55 fix two small typo 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
0xAX f329d47863 Update radix-tree.md 9 years ago
0xAX 2d1aa8b9a7 Update bitmap.md 9 years ago
Chris Seto 6153b92ec2 Fix typo 9 years ago
0xAX 99138e0932 Update README.md 9 years ago
0xAX d5c691d201 Create bitmap.md 9 years ago
Alexander Kuleshov 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master 9 years ago
0xAX 67f7d0dbfc Merge pull request #236 from MichaelAquilina/patch-2
Numerous grammatical fixes to dlist.md
9 years ago
Alexander Kuleshov f1765137b8 Merge branch 'master' of https://github.com/hitmoon/linux-insides into hitmoon-master 9 years ago
mudongliang a9a2297d98 fix small syntax problems, add new methods for list traverse in the last part 9 years ago
Michael Aquilina b0673e7a06 Correct it's -> its 9 years ago
Michael Aquilina a1d39790f0 Numerous grammatical fixes to dlist.md 9 years ago
andars e42f98dadf minor edits to DataStructures/radix-tree 9 years ago
zhaoxiaoqiang 535a082f79 fix a few grammatical problems and refine some sentences in DataStructures/radix-tree.md 9 years ago
zhaoxiaoqiang 8e543c0689 refine some statements in DataStructures/dlist.md 9 years ago
zhaoxiaoqiang f0973b1fb8 fix the spell of 'priority' in DataStructures/README.md 9 years ago
Nikola Kotur e8b9f62ee2 Update radix-tree.md 9 years ago
Ahsan Naqvi 4247570838 Fix sentence structure and typos. 9 years ago
0xAX 0fad4097de Update README.md 9 years ago
0xAX 56e25adbe1 Create radix-tree.md 9 years ago
Simarpreet Singh 780ad24b3d DataStructures: Fixing some typos and grammar issues
Signed-off-by: Simarpreet Singh <simar@linux.com>
10 years ago
Anton Davydov 984ef074ec Fix typos in repository 10 years ago
Terrell Russell 035e47eb4a grammar 10 years ago
Brian McKenna 7ac38fd433 Rename REAMDE.md to README.md 10 years ago
0xAX a57b031a14 Create REAMDE.md 10 years ago
0xAX f342804347 Doubly linked list updated 10 years ago
0xAX 742a7d6cfe Doubly linked list description added 10 years ago