Lines Matching full:linux
29 .Nm linux
30 .Nd Linux ABI support
32 To enable the Linux ABI at boot time, place the following line in
40 kernel module provides limited Linux ABI (application binary interface)
41 compatibility, making it possible to run many unmodified Linux applications
46 Linux to native system call translation
48 Linux-specific system calls
50 Special signal handling for Linux processes
54 Linux-specific virtual file systems
57 The path translation mechanism makes Linux processes look up file paths
61 .Pa /compat/linux )
64 For example, when a Linux process attempts to open
67 .Pa /compat/linux/etc/passwd ,
71 This is used to make sure Linux processes load Linux shared libraries
76 To install Linux shared libraries and system files into
77 .Pa /compat/linux ,
86 To avoid mounting Linux-specific filesystems at startup, add the following
99 .It Va compat.linux.debug
108 .It Va compat.linux.default_openfiles
109 Default soft openfiles resource limit for Linux applications.
112 .It Va compat.linux.emul_path
113 Path to the Linux run-time environment.
115 .Pa /compat/linux .
116 .It Va compat.linux.osname
117 Linux kernel operating system name.
118 Defaults to "Linux".
119 .It Va compat.linux.osrelease
120 Linux kernel operating system release.
122 because it may change the way Linux programs work.
125 .It Va compat.linux.oss_version
126 Linux Open Sound System version.
128 .It Va compat.linux.preserve_vstatus
129 When set to 1, it prevents Linux applications from resetting the
134 work for Linux executables.
136 .It Va compat.linux.setid_allowed
138 process image file when image is to be executed under Linux ABI.
139 When set to 0, new Linux images always use credentials of the program
145 does not emulate the Linux environment completely, and missed features
150 For example, when set to 0, Linux uname -m will return "x86_64" even if
151 uname itself is a i386 Linux executable. When set to 1, Linux i386
156 .Bl -tag -width /compat/linux/dev/shm -compact
157 .It Pa /compat/linux
158 Linux run-time environment
159 .It Pa /compat/linux/dev
162 .It Pa /compat/linux/dev/fd
167 .It Pa /compat/linux/dev/mqueue
170 .It Pa /compat/linux/dev/shm
173 .It Pa /compat/linux/proc
174 Linux process file system, see
176 .It Pa /compat/linux/sys
177 Linux kernel objects file system, see
190 Linux ABI support first appeared for i386 in
197 Support for some of the Linux-specific system calls and system call arguments