Home
last modified time | relevance | path

Searched refs:binfmt_misc (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/games/libretro-hatari/hatari-561c07e/tools/
H A Dhatari-tos-register.sh18 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
19 (set -e; mount none /proc/sys/fs/binfmt_misc -t binfmt_misc)
21 if [ -e /proc/sys/fs/binfmt_misc/$name ] ; then
26 regfile=/proc/sys/fs/binfmt_misc/register
36 if [ -e /proc/sys/fs/binfmt_misc/$name ] ; then
37 echo -1 > /proc/sys/fs/binfmt_misc/$name
/dports/emulators/hatari/hatari-2.2.1/tools/
H A Dhatari-tos-register.sh27 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
28 (set -e; mount none /proc/sys/fs/binfmt_misc -t binfmt_misc)
30 if [ -e /proc/sys/fs/binfmt_misc/$name ] ; then
35 regfile=/proc/sys/fs/binfmt_misc/register
45 if [ -e /proc/sys/fs/binfmt_misc/$name ] ; then
46 echo -1 > /proc/sys/fs/binfmt_misc/$name
/dports/misc/adios2/ADIOS2-2.7.1/scripts/ci/images/emu-el7/
H A Dregister.sh5 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
12 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
13 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
38 …find /proc/sys/fs/binfmt_misc -type f -name 'qemu-*' -exec sh -c 'echo "Resetting {}"; echo -1 > {…
42 …find /proc/sys/fs/binfmt_misc -type f -name "qemu-${TARGET}*" -exec sh -c 'echo "Resetting {}"; ec…
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
227 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
228 if ! /sbin/modprobe binfmt_misc ; then
232 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
233 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
238 qemu_check_access /proc/sys/fs/binfmt_misc/register
275 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/sysutils/kubectl/kubernetes-1.22.2/third_party/multiarch/qemu-user-static/register/
H A Dregister.sh6 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
13 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
14 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
20 find /proc/sys/fs/binfmt_misc -type f -name 'qemu-*' -exec sh -c 'echo -1 > {}' \;
H A Dqemu-binfmt-conf.sh183 Configure binfmt_misc to use qemu interpreter
231 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
232 if ! /sbin/modprobe binfmt_misc ; then
236 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
237 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
242 qemu_check_access /proc/sys/fs/binfmt_misc/register
279 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/
H A Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
14 First you must mount binfmt_misc::
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
58 Legacy behavior of binfmt_misc is to overwrite
68 Legacy behavior of binfmt_misc is to pass the full path
82 is run with binfmt_misc.
84 The usual behaviour of binfmt_misc is to spawn the
101 ``mount -t binfmt_misc none /proc/sys/fs/binfmt_misc`` command, or you can add
102 a line ``none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0`` to your
131 or 1 (to enable) to ``/proc/sys/fs/binfmt_misc/status`` or
[all …]
H A Dmono.rst29 cannot be easily supported with binfmt_misc.
30 Read the file ``binfmt_misc.txt`` in this directory to know
39 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
40 /sbin/modprobe binfmt_misc
43 # binfmt_misc module is loaded into the kernel
47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
51 if [ -e /proc/sys/fs/binfmt_misc/register ]; then
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
57 echo "No binfmt_misc support"
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/
H A Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
14 First you must mount binfmt_misc::
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
58 Legacy behavior of binfmt_misc is to overwrite
68 Legacy behavior of binfmt_misc is to pass the full path
82 is run with binfmt_misc.
84 The usual behaviour of binfmt_misc is to spawn the
101 ``mount -t binfmt_misc none /proc/sys/fs/binfmt_misc`` command, or you can add
102 a line ``none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0`` to your
131 or 1 (to enable) to ``/proc/sys/fs/binfmt_misc/status`` or
[all …]
H A Dmono.rst29 cannot be easily supported with binfmt_misc.
30 Read the file ``binfmt_misc.txt`` in this directory to know
39 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
40 /sbin/modprobe binfmt_misc
43 # binfmt_misc module is loaded into the kernel
47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
51 if [ -e /proc/sys/fs/binfmt_misc/register ]; then
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
57 echo "No binfmt_misc support"
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/
H A Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
14 First you must mount binfmt_misc::
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
58 Legacy behavior of binfmt_misc is to overwrite
68 Legacy behavior of binfmt_misc is to pass the full path
82 is run with binfmt_misc.
84 The usual behaviour of binfmt_misc is to spawn the
101 ``mount -t binfmt_misc none /proc/sys/fs/binfmt_misc`` command, or you can add
102 a line ``none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0`` to your
131 or 1 (to enable) to ``/proc/sys/fs/binfmt_misc/status`` or
[all …]
H A Dmono.rst29 cannot be easily supported with binfmt_misc.
30 Read the file ``binfmt_misc.txt`` in this directory to know
39 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
40 /sbin/modprobe binfmt_misc
43 # binfmt_misc module is loaded into the kernel
47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
51 if [ -e /proc/sys/fs/binfmt_misc/register ]; then
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
57 echo "No binfmt_misc support"
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
226 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
227 if ! /sbin/modprobe binfmt_misc ; then
231 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
232 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
237 qemu_check_access /proc/sys/fs/binfmt_misc/register
274 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
226 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
227 if ! /sbin/modprobe binfmt_misc ; then
231 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
232 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
237 qemu_check_access /proc/sys/fs/binfmt_misc/register
274 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
226 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
227 if ! /sbin/modprobe binfmt_misc ; then
231 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
232 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
237 qemu_check_access /proc/sys/fs/binfmt_misc/register
274 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Dqemu-binfmt-conf.sh174 Configure binfmt_misc to use qemu interpreter
222 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
223 if ! /sbin/modprobe binfmt_misc ; then
227 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
228 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
233 qemu_check_access /proc/sys/fs/binfmt_misc/register
270 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
226 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
227 if ! /sbin/modprobe binfmt_misc ; then
231 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
232 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
237 qemu_check_access /proc/sys/fs/binfmt_misc/register
274 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dqemu-binfmt-conf.sh183 Configure binfmt_misc to use qemu interpreter
232 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
233 if ! /sbin/modprobe binfmt_misc ; then
237 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
238 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
243 qemu_check_access /proc/sys/fs/binfmt_misc/register
283 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dqemu-binfmt-conf.sh183 Configure binfmt_misc to use qemu interpreter
232 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
233 if ! /sbin/modprobe binfmt_misc ; then
237 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
238 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
243 qemu_check_access /proc/sys/fs/binfmt_misc/register
283 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dqemu-binfmt-conf.sh178 Configure binfmt_misc to use qemu interpreter
226 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
227 if ! /sbin/modprobe binfmt_misc ; then
231 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
232 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
237 qemu_check_access /proc/sys/fs/binfmt_misc/register
274 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dqemu-binfmt-conf.sh183 Configure binfmt_misc to use qemu interpreter
232 if [ ! -d /proc/sys/fs/binfmt_misc ]; then
233 if ! /sbin/modprobe binfmt_misc ; then
237 if [ ! -f /proc/sys/fs/binfmt_misc/register ]; then
238 if ! mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc ; then
243 qemu_check_access /proc/sys/fs/binfmt_misc/register
283 qemu_generate_register > /proc/sys/fs/binfmt_misc/register
/dports/security/cowrie/cowrie-2.2.0/honeyfs/proc/
H A Dmounts10 systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=…
14 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
/dports/graphics/gimp-app/gimp-2.10.30/data/interpreters/
H A Ddefault.interp4 # It is matched against #! syntax and the binfmt_misc syntax
7 # The following is the same syntax as Linux binfmt_misc
8 # See Documentation/binfmt_misc.txt in the Linux kernel sources for
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/generic/mount/
H A Dlinux8 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
/dports/devel/util-linux/util-linux-2.36/tests/expected/column/
H A Dtable-right25 0:37 /proc/sys/fs/binfmt_misc autofs systemd-1
29 0:39 /proc/sys/fs/binfmt_misc binfmt_misc binfmt_misc

12345678910>>...13