Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/
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 …]
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"
A Djava.rst25 cannot easily be supported with binfmt_misc.
26 Read the file 'binfmt_misc.txt' in this directory to know
29 3) Add the following configuration items to binfmt_misc
30 (you should really have read ``binfmt_misc.txt`` now):
74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java
167 * wrapper of the type supported by the binfmt_misc option in the Linux kernel.
370 # /usr/local/java/bin/jarwrapper - the wrapper for binfmt_misc/jar
421 heavily edited for binfmt_misc by Richard Günther
/linux/fs/
A Dbinfmt_misc.c181 static struct binfmt_misc *load_binfmt_misc(void) in load_binfmt_misc()
184 struct binfmt_misc *misc; in load_binfmt_misc()
189 misc = smp_load_acquire(&user_ns->binfmt_misc); in load_binfmt_misc()
207 struct binfmt_misc *misc; in load_misc_binary()
640 return inode->i_sb->s_user_ns->binfmt_misc; in i_binfmt_misc()
663 struct binfmt_misc *misc; in bm_evict_inode()
810 struct binfmt_misc *misc; in bm_register_write()
893 struct binfmt_misc *misc; in bm_status_read()
904 struct binfmt_misc *misc; in bm_status_write()
971 struct binfmt_misc *misc; in bm_fill_super()
[all …]
A DKconfig.binfmt164 To use binfmt_misc, you will need to mount it:
165 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
168 you have use for it; the module is called binfmt_misc. If you
A DMakefile35 obj-$(CONFIG_BINFMT_MISC) += binfmt_misc.o
/linux/include/linux/
A Duser_namespace.h71 struct binfmt_misc;
113 struct binfmt_misc *binfmt_misc; member
A Dbinfmts.h94 struct binfmt_misc { struct
100 extern struct binfmt_misc init_binfmt_misc; argument
/linux/kernel/
A Duser.c25 struct binfmt_misc init_binfmt_misc = {
81 .binfmt_misc = &init_binfmt_misc,
A Duser_namespace.c217 kfree(ns->binfmt_misc); in free_user_ns()
/linux/Documentation/admin-guide/sysctl/
A Dindex.rst73 binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
A Dfs.rst276 2. /proc/sys/fs/binfmt_misc
279 Documentation for the files in ``/proc/sys/fs/binfmt_misc`` is
/linux/
A DCREDITS1487 D: binfmt_misc

Completed in 24 milliseconds