]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add some comments in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Sep 2023 18:36:28 +0000 (20:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Sep 2023 18:36:28 +0000 (20:36 +0200)
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el

index 71ef8215ab0350d366f2e4af4173463dce0a6e46..577760f806c33e5c91231071575296461ebc7467 100644 (file)
@@ -980,8 +980,8 @@ or `dbus-call-method-asynchronously'."
   (vec bus service path interface)
   "Return all properties of INTERFACE.
 The call will be traced by Tramp with trace level 6."
-     ;; Check, that interface exists at object path.  Retrieve properties.
   (declare (indent 1) (debug t))
+  ;; Check, that interface exists at object path.  Retrieve properties.
   `(when (member
          ,interface
          (tramp-dbus-function
index c42d9fd0529a87156bf730879353ec8f5c4f1677..eaf1298278f0c2a4d10b3df1b34d55f8c25abf3e 100644 (file)
@@ -4166,6 +4166,18 @@ This function expects to be in the right *tramp* buffer."
 ;; On hydra.nixos.org, the $PATH environment variable is too long to
 ;; send it.  This is likely not due to PATH_MAX, but PIPE_BUF.  We
 ;; check it, and use a temporary file in case of.  See Bug#33781.
+
+;; The PIPE_BUF in POSIX [1] can be as low as 512 [2]. Here are the values
+;; on various platforms:
+;;   - 512 on macOS, FreeBSD, NetBSD, OpenBSD, MirBSD, native Windows.
+;;   - 4 KiB on Linux, OSF/1, Cygwin, Haiku.
+;;   - 5 KiB on Solaris.
+;;   - 8 KiB on HP-UX, Plan9.
+;;   - 10 KiB on IRIX.
+;;   - 32 KiB on AIX, Minix.
+;; [1] https://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html
+;; [2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
+;; See Bug#65324.
 (defun tramp-set-remote-path (vec)
   "Set the remote environment PATH to existing directories.
 I.e., for each directory in `tramp-remote-path', it is tested