1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-04 00:02:33 +00:00
linux-insides/SysCall
Weber Zhang a012eda0af Fix up one mistake
`/proc/pid/systemcall` -> `/proc/${pid}/syscall`
2019-04-17 19:42:41 +03:00
..
linux-syscall-1.md Fix up one mistake 2019-04-17 19:42:41 +03:00
linux-syscall-2.md modify broken links related with Thoery, Data structure, Misc and so on 2018-08-05 12:45:37 +03:00
linux-syscall-3.md modify broken links related with Thoery, Data structure, Misc and so on 2018-08-05 12:45:37 +03:00
linux-syscall-4.md modify broken links related with Thoery, Data structure, Misc and so on 2018-08-05 12:45:37 +03:00
linux-syscall-5.md fix broken links related with 'sync, syscall, timer' 2018-08-05 12:19:49 +03:00
linux-syscall-6.md Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-08-05 11:05:43 +03:00
README.md fix broken links 2018-08-05 12:21:38 +03:00

System calls

This chapter describes the system call concept in the linux kernel.