forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the /proc/sys/ documentation files to ReST, using the README file as a template for an index.rst, adding the other files there via TOC markup. Despite being written on different times with different styles, try to make them somewhat coherent with a similar look and feel, ensuring that they'll look nice as both raw text file and as via the html output produced by the Sphinx build system. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
17 changed files
with
653 additions
and
484 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
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,67 @@ | ||
================================ | ||
Documentation for /proc/sys/abi/ | ||
================================ | ||
|
||
kernel version 2.6.0.test2 | ||
|
||
Copyright (c) 2003, Fabian Frederick <[email protected]> | ||
|
||
For general info: index.rst. | ||
|
||
------------------------------------------------------------------------------ | ||
|
||
This path is binary emulation relevant aka personality types aka abi. | ||
When a process is executed, it's linked to an exec_domain whose | ||
personality is defined using values available from /proc/sys/abi. | ||
You can find further details about abi in include/linux/personality.h. | ||
|
||
Here are the files featuring in 2.6 kernel: | ||
|
||
- defhandler_coff | ||
- defhandler_elf | ||
- defhandler_lcall7 | ||
- defhandler_libcso | ||
- fake_utsname | ||
- trace | ||
|
||
defhandler_coff | ||
--------------- | ||
|
||
defined value: | ||
PER_SCOSVR3:: | ||
|
||
0x0003 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE | ||
|
||
defhandler_elf | ||
-------------- | ||
|
||
defined value: | ||
PER_LINUX:: | ||
|
||
0 | ||
|
||
defhandler_lcall7 | ||
----------------- | ||
|
||
defined value : | ||
PER_SVR4:: | ||
|
||
0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO, | ||
|
||
defhandler_libsco | ||
----------------- | ||
|
||
defined value: | ||
PER_SVR4:: | ||
|
||
0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO, | ||
|
||
fake_utsname | ||
------------ | ||
|
||
Unused | ||
|
||
trace | ||
----- | ||
|
||
Unused |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.