Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.12.1/net/unix/
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
25 tristate "UNIX: socket monitoring interface"
26 depends on UNIX
29 Support for UNIX socket monitoring interface used by the ss tool.
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
/linux-6.12.1/Documentation/admin-guide/cifs/
Dusage.rst143 Unix Extensions standard (e.g. almost any version of Samba ie version
146 not have a server that supports the Unix extensions for CIFS (such as Samba
147 2.2.5 or later). To enable the Unix CIFS Extensions in the Samba server, add
150 unix extensions = yes
153 are also useful (on the Samba server) when the majority of clients are Unix or
177 which may not be what you want, although if the CIFS Unix extensions are
199 later, but only for remote clients using the CIFS Unix extensions, and will
267 configured for Unix Extensions (and the client has not disabled
296 which do support the CIFS Unix extensions, such as a
302 the server supports the Unix Extensions then the uid
[all …]
Dauthors.rst16 side of the original CIFS Unix extensions and reviewing and implementing
19 for proving years ago that very good smb/cifs clients could be done on Unix-like
/linux-6.12.1/fs/sysv/
DKconfig7 SCO, Xenix and Coherent are commercial Unix systems for Intel
13 that they contain binaries from those other Unix systems; in order
16 UnixWare, Dell Unix and System V programs under Linux. It is
22 If you only intend to mount files from some other Unix over the
/linux-6.12.1/fs/fat/
DKconfig13 other Unix files.
28 available for Unix and DOS ("man tar" or "info tar").
51 other Unix files.
69 used by Windows 95, Windows 98, Windows NT 4.0, and the Unix
/linux-6.12.1/tools/testing/selftests/net/af_unix/
Dscm_rights.c30 .name = "UNIX ", in FIXTURE_VARIANT_ADD()
38 .name = "UNIX-STREAM ", in FIXTURE_VARIANT_ADD()
46 .name = "UNIX-STREAM ", in FIXTURE_VARIANT_ADD()
54 .name = "UNIX-STREAM ", in FIXTURE_VARIANT_ADD()
62 .name = "UNIX-STREAM ", in FIXTURE_VARIANT_ADD()
/linux-6.12.1/fs/adfs/
Dinode.c169 * Convert an ADFS time to Unix time. ADFS has a 40-bit centi-second time
171 * of time to convert from RISC OS epoch to Unix epoch.
177 /* 01 Jan 1970 00:00:00 (Unix epoch) as nanoseconds since in adfs_adfs2unix_time()
197 /* convert from RISC OS to Unix epoch */ in adfs_adfs2unix_time()
212 /* Convert an Unix time to ADFS time for an entry that is already stamped. */
218 /* convert from Unix to RISC OS epoch */ in adfs_unix2adfs_time()
/linux-6.12.1/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst106 - **connect_unix** call to connect(2) for a unix socket (since 6.7)
109 …- **sendmsg_unix** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected unix socket (sinc…
112 …- **recvmsg_unix** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected unix socket (si…
118 - **getpeername_unix** call to getpeername(2) for a unix socket (since 6.7)
121 - **getsockname_unix** call to getsockname(2) for a unix socket (since 6.7)
/linux-6.12.1/Documentation/filesystems/smb/
Dcifsroot.rst22 A CIFS root mount currently requires the use of SMB1+UNIX Extensions
38 To enable SMB1+UNIX extensions you will need to set these global
43 unix extension = yes # default
/linux-6.12.1/tools/testing/selftests/proc/
Dsetns-dcache.c20 * FIXME /proc/net/unix is under CONFIG_UNIX which can be disabled.
102 (void)open("/proc/net/unix", O_RDONLY); in main()
116 fd = open("/proc/net/unix", O_RDONLY); in main()
/linux-6.12.1/Documentation/security/
Dcredentials.rst37 In a standard UNIX filesystem, for instance, this will be defined by the
44 the same set as in (2) - in standard UNIX files, for instance, this is the
100 A traditional UNIX file, for example, includes a permissions mask that
104 in question). UNIX file permissions do not allow the arbitrary
127 1. Traditional UNIX credentials.
155 These are manipulated implicitly by changes to the traditional UNIX
183 that don't fit into the other standard UNIX credentials. They are for
234 * UNIX UID, GID, mode;
238 * UNIX exec privilege escalation bits (SUID/SGID);
/linux-6.12.1/net/9p/
DKconfig22 imply UNIX
25 This builds support for transports over TCP, Unix sockets and
/linux-6.12.1/net/bluetooth/
Dlib.c58 * it to an equivalent Unix/standard errno value.
62 * If the bt error code is known, an equivalent Unix errno value
161 * @err: Unix/standard errno value to be converted
163 * This function converts a standard/Unix errno value to an
/linux-6.12.1/fs/isofs/
DKconfig8 Unix systems. The so-called Rock-Ridge extensions which allow for
9 long Unix filenames and symbolic links are also supported by this
/linux-6.12.1/sound/mips/
Dhal2.h42 /* 3=Unix Timer */
59 /* If IAR_TYPE_M=Unix Timer: */
60 /* 1=Unix Timer */
179 /* Unix timer, 64 bit */
/linux-6.12.1/security/tomoyo/
Dnetwork.c18 /* Structure for holding unix domain socket's address. */
159 * "enum tomoyo_mac_index" for unix domain socket.
356 * @family: Name of socket family ("inet" or "unix").
398 * tomoyo_audit_unix_log - Audit UNIX network log.
406 return tomoyo_audit_net_log(r, "unix", r->param.unix_network.protocol, in tomoyo_audit_unix_log()
442 * tomoyo_check_unix_acl - Check permission for unix domain socket operation.
538 * tomoyo_unix_entry - Check permission for UNIX network operation.
585 * tomoyo_check_unix_address - Check permission for unix domain socket's operation.
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_iter_unix.c24 SEC("iter/unix")
55 /* The name of the abstract UNIX domain socket starts in dump_unix()
/linux-6.12.1/arch/sh/boards/mach-dreamcast/
Drtc.c17 seconds) to get the standard Unix Epoch when getting the time, and add
31 * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch.
/linux-6.12.1/tools/testing/selftests/landlock/
Dcommon.h158 /* Receives an FD from a UNIX socket. Returns the received FD, or -errno. */
193 /* Sends an FD on a UNIX socket. Returns 0 on success or -errno. */
263 "_selftests-landlock-abstract-unix-tid%d-index%d", sys_gettid(), in set_unix_address()
/linux-6.12.1/drivers/net/slip/
DKconfig12 other local Unix box or if you want to configure your Linux box as a
30 some Internet connected Unix computer. Read
/linux-6.12.1/Documentation/filesystems/
Dcoda.rst144 ``rmdir``, ``chmod`` in a Unix ontext. Similar calls exist in the Win32
293 The Unix implementation of this mechanism has been through the
360 Unix the CodaCred has proven sufficient to implement good security
704 under Unix.
711 This create call differs from the Unix one in that it is not invoked
714 under Unix. There should be no flags argument; this is used in open
960 for Unix and Windows systems. For Unix systems the Coda FS Driver is
1078 srcname and destname are 0 terminated strings. Strings in Unix
1263 Allows mounting multiple Coda "filesystems" on one Unix mount point.
1628 1. The message queues should have open and close routines. On Unix
/linux-6.12.1/Documentation/admin-guide/gpio/
Dgpio-aggregator.rst14 devices. Access control to these devices is provided by standard UNIX file
20 using standard UNIX file ownership and permissions. Furthermore, this
/linux-6.12.1/arch/mips/include/asm/sn/sn0/
Dkldir.h47 * | UNIX DEBUG Version |
50 * | (For UNIX Debug only) |
53 * | (For UNIX Debug only) |
59 * | UNIX NON-DEBUG Version |
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_format.h716 * seconds and nanoseconds; time zero is the Unix epoch, Jan 1 00:00:00 UTC
717 * 1970, which means that the timestamp epoch is the same as the Unix epoch.
719 * constrain the incore timestamps on a Unix system. Note that we actually
751 * corresponds (after conversion to a Unix timestamp) with the traditional
758 * corresponds (after conversion to a Unix timestamp) with an incore timestamp
768 * 32-bit timestamp can represent when using the Unix epoch as a reference.
769 * Hence the Unix epoch is at a fixed offset into the supported bigtime
774 * to/from unix and bigtime timestamps.
776 * The following conversion factor converts a seconds counter from the Unix
781 /* Convert a timestamp from the Unix epoch to the bigtime epoch. */
[all …]

12345678910>>...13