-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. kpatch is deprecated, instead is supercmd 2. hook imporvoed 3. add…
… thread local interface for module 4. doc (#91) Co-authored-by: bmax <[email protected]>
- Loading branch information
Showing
73 changed files
with
2,905 additions
and
1,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PROJECT_NAME = "KernelPatch Document" | ||
OUTPUT_DIRECTORY = ./doc/api | ||
|
||
INPUT = \ | ||
./user/supercall.h \ | ||
./kernel/include/hook.h \ | ||
./kernel/patch/include/accctl.h \ | ||
./kernel/patch/include/taskext.h \ | ||
./kernel/patch/include/uapi/scdefs.h \ | ||
|
||
FILE_PATTERNS = *.h *.md | ||
|
||
RECURSIVE = YES | ||
GENERATE_LATEX = NO | ||
SOURCE_BROWSER = YES | ||
EXTRACT_ALL = YES | ||
EXTRACT_PRIVATE = YES | ||
EXTRACT_STATIC = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.