Home
last modified time | relevance | path

Searched full:unix (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Define-prototype-for-safe_flock.patch9 src/osdep/unix/env_unix.c | 3 +++
10 src/osdep/unix/mbx.c | 2 ++
11 src/osdep/unix/os_lnx.h | 2 ++
12 src/osdep/unix/os_slx.h | 3 +++
13 src/osdep/unix/unix.c | 4 ++++
16 diff --git a/src/osdep/unix/env_unix.c b/src/osdep/unix/env_unix.c
18 --- a/src/osdep/unix/env_unix.c
19 +++ b/src/osdep/unix/env_unix.c
30 diff --git a/src/osdep/unix/mbx.c b/src/osdep/unix/mbx.c
32 --- a/src/osdep/unix/mbx.c
[all …]
H A D0001-Fix-Wincompatible-function-pointer-types.patch20 src/osdep/unix/mh.c | 8 ++++----
21 src/osdep/unix/mix.c | 12 ++++++------
22 src/osdep/unix/mx.c | 8 ++++----
23 src/osdep/unix/news.c | 8 ++++----
26 diff --git a/src/osdep/unix/mh.c b/src/osdep/unix/mh.c
28 --- a/src/osdep/unix/mh.c
29 +++ b/src/osdep/unix/mh.c
59 diff --git a/src/osdep/unix/mix.c b/src/osdep/unix/mix.c
61 --- a/src/osdep/unix/mix.c
62 +++ b/src/osdep/unix/mix.c
[all …]
H A Duw-imap-fix-incompatible-pointer-types.patch17 src/osdep/unix/mbx.c | 12 ++++++------
18 src/osdep/unix/mh.c | 2 +-
19 src/osdep/unix/mmdf.c | 10 +++++-----
20 src/osdep/unix/mtx.c | 16 ++++++++--------
21 src/osdep/unix/mx.c | 2 +-
22 src/osdep/unix/tenex.c | 16 ++++++++--------
23 src/osdep/unix/unix.c | 10 +++++-----
26 diff --git a/src/osdep/unix/mbx.c b/src/osdep/unix/mbx.c
28 --- a/src/osdep/unix/mbx.c
29 +++ b/src/osdep/unix/mbx.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch15 src/unix/linux_like/linux/musl/b32/arm/mod.rs | 3 ---
16 src/unix/linux_like/linux/musl/b32/hexagon.rs | 3 ---
17 src/unix/linux_like/linux/musl/b32/mips/mod.rs | 3 ---
18 src/unix/linux_like/linux/musl/b32/powerpc.rs | 3 ---
19 src/unix/linux_like/linux/musl/b32/x86/mod.rs | 3 ---
20 src/unix/linux_like/linux/musl/b64/aarch64/mod.rs | 3 ---
21 src/unix/linux_like/linux/musl/b64/mips64.rs | 3 ---
22 src/unix/linux_like/linux/musl/mod.rs | 4 ++++
25 diff --git a/src/unix/linux_like/linux/musl/b32/arm/mod.rs b/src/unix/linux_like/linux/musl/b32/arm…
27 --- a/src/unix/linux_like/linux/musl/b32/arm/mod.rs
[all …]
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch13 src/unix/linux_like/linux/musl/b32/arm/mod.rs | 1 -
14 src/unix/linux_like/linux/musl/b32/hexagon.rs | 1 -
15 src/unix/linux_like/linux/musl/b32/mips/mod.rs | 1 -
16 src/unix/linux_like/linux/musl/b32/powerpc.rs | 1 -
17 src/unix/linux_like/linux/musl/b32/x86/mod.rs | 1 -
18 src/unix/linux_like/linux/musl/b64/mod.rs | 2 --
19 src/unix/linux_like/linux/musl/mod.rs | 1 +
22 --- a/src/unix/linux_like/linux/musl/b32/arm/mod.rs
23 +++ b/src/unix/linux_like/linux/musl/b32/arm/mod.rs
32 --- a/src/unix/linux_like/linux/musl/b32/hexagon.rs
[all …]
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch16 src/unix/linux_like/linux/musl/b32/arm/mod.rs | 2 --
17 src/unix/linux_like/linux/musl/b32/hexagon.rs | 1 -
18 src/unix/linux_like/linux/musl/b32/mips/mod.rs | 2 --
19 src/unix/linux_like/linux/musl/b32/powerpc.rs | 2 --
20 src/unix/linux_like/linux/musl/b32/x86/mod.rs | 2 --
21 src/unix/linux_like/linux/musl/b64/mod.rs | 2 --
22 src/unix/linux_like/linux/musl/mod.rs | 1 +
25 --- a/src/unix/linux_like/linux/musl/b32/arm/mod.rs
26 +++ b/src/unix/linux_like/linux/musl/b32/arm/mod.rs
36 --- a/src/unix/linux_like/linux/musl/b32/hexagon.rs
[all …]
/openbmc/linux/net/unix/
H A DKconfig3 # Unix Domain Sockets
6 config UNIX config
7 bool "Unix domain sockets"
9 If you say Y here, you will include support for Unix domain sockets;
10 sockets are the standard Unix mechanism for establishing and
21 depends on UNIX
26 depends on UNIX
30 tristate "UNIX: socket monitoring interface"
31 depends on UNIX
34 Support for UNIX socket monitoring interface used by the ss tool.
H A DMakefile3 # Makefile for the Linux unix domain socket layer.
6 obj-$(CONFIG_UNIX) += unix.o
8 unix-y := af_unix.o garbage.o
9 unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o
10 unix-$(CONFIG_BPF_SYSCALL) += unix_bpf.o
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0012-eglibc-Resolve-__fpscr_values-on-SH4.patch12 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.2): Add __fpscr_values.
13 * sysdeps/unix/sysv/linux/sh/sysdep.S (___fpscr_values): New constant.
19 sysdeps/unix/sysv/linux/sh/Versions | 1 +
20 sysdeps/unix/sysv/linux/sh/sysdep.S | 11 +++++++++++
23 diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions
25 --- a/sysdeps/unix/sysv/linux/sh/Versions
26 +++ b/sysdeps/unix/sysv/linux/sh/Versions
35 diff --git a/sysdeps/unix/sysv/linux/sh/sysdep.S b/sysdeps/unix/sysv/linux/sh/sysdep.S
37 --- a/sysdeps/unix/sysv/linux/sh/sysdep.S
38 +++ b/sysdeps/unix/sysv/linux/sh/sysdep.S
[all …]
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch25 sysdeps/unix/sysv/linux/mips/configure | 4 ++--
26 sysdeps/unix/sysv/linux/mips/configure.ac | 4 ++--
27 sysdeps/unix/sysv/linux/powerpc/powerpc64/configure | 8 ++++----
28 sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac | 8 ++++----
33 mode change 100644 => 100755 sysdeps/unix/sysv/linux/mips/configure
34 mode change 100644 => 100755 sysdeps/unix/sysv/linux/powerpc/powerpc64/configure
178 diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure
182 --- a/sysdeps/unix/sysv/linux/mips/configure
183 +++ b/sysdeps/unix/sysv/linux/mips/configure
198 diff --git a/sysdeps/unix/sysv/linux/mips/configure.ac b/sysdeps/unix/sysv/linux/mips/configure.ac
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dalter-includedir.patch23 unix/Makefile.in | 2 +-
24 unix/configure.in | 4 ++--
25 unix/tcl.pc.in | 2 +-
28 diff --git a/unix/Makefile.in b/unix/Makefile.in
30 --- a/unix/Makefile.in
31 +++ b/unix/Makefile.in
41 diff --git a/unix/configure.in b/unix/configure.in
43 --- a/unix/configure.in
44 +++ b/unix/configure.in
63 diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
[all …]
H A Dtcl-add-soname.patch9 unix/Makefile.in | 5 ++++-
10 unix/tcl.m4 | 3 +++
13 diff --git a/unix/Makefile.in b/unix/Makefile.in
15 --- a/unix/Makefile.in
16 +++ b/unix/Makefile.in
29 diff --git a/unix/tcl.m4 b/unix/tcl.m4
31 --- a/unix/tcl.m4
32 +++ b/unix/tcl.m4
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0004-tcl-update-the-header-location.patch23 unix/Makefile.in | 2 +-
24 unix/configure.ac | 4 ++--
25 unix/tcl.pc.in | 2 +-
28 diff --git a/unix/Makefile.in b/unix/Makefile.in
30 --- a/unix/Makefile.in
31 +++ b/unix/Makefile.in
41 diff --git a/unix/configure.ac b/unix/configure.ac
43 --- a/unix/configure.ac
44 +++ b/unix/configure.ac
63 diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
[all …]
H A D0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch9 unix/Makefile.in | 5 ++++-
10 unix/tcl.m4 | 3 +++
13 diff --git a/unix/Makefile.in b/unix/Makefile.in
15 --- a/unix/Makefile.in
16 +++ b/unix/Makefile.in
29 diff --git a/unix/tcl.m4 b/unix/tcl.m4
31 --- a/unix/tcl.m4
32 +++ b/unix/tcl.m4
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Davoid-strip.patch3 unix/Makefile: remove hard coded strip commands
10 diff -ur unzip60.orig/unix/configure unzip60/unix/configure
11 --- unzip60.orig/unix/configure 2009-04-16 14:25:12.000000000 -0500
12 +++ unzip60/unix/configure 2011-06-21 11:23:36.822849960 -0500
22 diff -ur unzip60.orig/unix/Makefile unzip60/unix/Makefile
23 --- unzip60.orig/unix/Makefile 2009-01-18 16:41:18.000000000 -0600
24 +++ unzip60/unix/Makefile 2011-06-21 11:12:22.900003388 -0500
42 M = unix
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch13 Index: unzip-6.0/unix/unix.c
15 --- unzip-6.0.orig/unix/unix.c 2015-02-11 08:46:43.675324290 -0500
16 +++ unzip-6.0/unix/unix.c 2015-02-11 09:18:04.902081319 -0500
26 #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */
130 Index: unzip-6.0/unix/unxcfg.h
132 --- unzip-6.0.orig/unix/unxcfg.h 2015-02-11 08:46:43.675324290 -0500
133 +++ unzip-6.0/unix/unxcfg.h 2015-02-11 08:46:43.671324260 -0500
170 -2 just filenames but allow -h/-t/-z -l long Unix \"ls -l\" format\n\
173 +#ifndef UNIX
179 +#else /* UNIX */
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D083.out113 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
117 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
121 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
125 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
129 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
133 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
137 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
141 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
145 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
149 qemu-io: can't open device nbd+unix:///foo?socket=SOCK_DIR/nbd.sock
[all …]
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.h13 * The ivshmem server is a daemon that creates a unix socket in listen
15 * unix socket. For each client, the server will create some eventfd
46 * unix sockets.
50 int sock_fd; /**< connected unix sock */
60 * of the server unix socket and the list of connected peers.
63 char unix_sock_path[PATH_MAX]; /**< path to unix socket */
64 int sock_fd; /**< unix sock file descriptor */
79 * @unix_sock_path: The pointer to the unix socket file name
95 * Open the shm, then create and bind to the unix socket
106 * Close connections to all clients, close the unix socket and the
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dconfsearch.diff12 unix/configure | 1 +
13 unix/tcl.m4 | 2 ++
16 Index: a/unix/configure
18 --- a/unix/configure.orig
19 +++ b/unix/configure
28 Index: a/unix/tcl.m4
30 --- a/unix/tcl.m4.orig
31 +++ b/unix/tcl.m4
/openbmc/qemu/qapi/
H A Dsockets.json17 # @unix: unix socket
26 'data': [ 'ipv4', 'ipv6', 'unix', 'vsock', 'unknown' ] }
79 # Captures a socket address in the local ("Unix socket") namespace.
148 # @data: UNIX domain socket address
190 'unix': 'UnixSocketAddressWrapper',
204 # @unix: Unix domain socket
213 'data': [ 'inet', 'unix', 'vsock', 'fd' ] }
229 'unix': 'UnixSocketAddress',
/openbmc/qemu/tests/qtest/
H A Dnetdev-socket.c200 "-netdev stream,id=st0,server=true,addr.type=unix," in test_stream_unix_reconnect()
206 "-netdev stream,server=false,id=st0,addr.type=unix," in test_stream_unix_reconnect()
222 "-netdev stream,id=st0,server=true,addr.type=unix," in test_stream_unix_reconnect()
282 "addr.type=unix,addr.path=%s,", in test_stream_unix()
289 "addr.type=unix,addr.path=%s", in test_stream_unix()
292 expect = g_strdup_printf("st0: index=0,type=stream,unix:%s\r\n", path); in test_stream_unix()
313 "addr.type=unix,addr.path=%s," in test_stream_unix_abstract()
321 "addr.type=unix,addr.path=%s,addr.abstract=on", in test_stream_unix_abstract()
324 expect = g_strdup_printf("st0: index=0,type=stream,unix:%s\r\n", path); in test_stream_unix_abstract()
349 EXPECT_STATE(qts0, "st0: index=0,type=stream,unix:\r\n", 0); in test_stream_fd()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCaldera1UNIX Operating Systems that operate on the 16-Bit PDP-11 CPU and early versions of the 32-Bit UNIX
3 32-bit 32V UNIX
4 16 bit UNIX Versions 1, 2, 3, 4, 5, 6, 7
/openbmc/qemu/tests/qapi-schema/
H A Dreserved-command-q.json2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'command': 'unix' }
5 { 'command': 'q-unix' }
H A Dreserved-enum-q.json2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }
H A Dreserved-member-q.json2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }

12345678910>>...34