gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / admin-guide / sysctl / abi.rst
blob599bcde7f0b7d86f917df5e9a849240c10321529
1 ================================
2 Documentation for /proc/sys/abi/
3 ================================
5 kernel version 2.6.0.test2
7 Copyright (c) 2003,  Fabian Frederick <ffrederick@users.sourceforge.net>
9 For general info: index.rst.
11 ------------------------------------------------------------------------------
13 This path is binary emulation relevant aka personality types aka abi.
14 When a process is executed, it's linked to an exec_domain whose
15 personality is defined using values available from /proc/sys/abi.
16 You can find further details about abi in include/linux/personality.h.
18 Here are the files featuring in 2.6 kernel:
20 - defhandler_coff
21 - defhandler_elf
22 - defhandler_lcall7
23 - defhandler_libcso
24 - fake_utsname
25 - trace
27 defhandler_coff
28 ---------------
30 defined value:
31         PER_SCOSVR3::
33                 0x0003 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE
35 defhandler_elf
36 --------------
38 defined value:
39         PER_LINUX::
41                 0
43 defhandler_lcall7
44 -----------------
46 defined value :
47         PER_SVR4::
49                 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
51 defhandler_libsco
52 -----------------
54 defined value:
55         PER_SVR4::
57                 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
59 fake_utsname
60 ------------
62 Unused
64 trace
65 -----
67 Unused