Extended per-file comments.
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 3 Oct 2016 04:20:44 +0000 (21:20 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 3 Oct 2016 04:20:44 +0000 (21:20 -0700)
This should make more clear what file contains code for what
purpose.

lib/buffer.c
lib/fuse.c
lib/fuse_loop.c
lib/fuse_loop_mt.c [changed mode: 0755->0644]
lib/fuse_lowlevel.c [changed mode: 0755->0644]
lib/fuse_opt.c
lib/fuse_signals.c [changed mode: 0755->0644]
lib/mount.c
lib/mount_bsd.c
lib/mount_util.c

index 17a595c2486eb6a77d97c4c5e0fd85d7f6892f82..85309ac2884b211d99db9b4093e178930ad047e8 100644 (file)
@@ -2,6 +2,9 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2010  Miklos Szeredi <miklos@szeredi.hu>
 
+  Functions for dealing with `struct fuse_buf` and `struct
+  fuse_bufvec`.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
index 0414f6be120cb827412daafe11b8aa00530653c4..efe32fb3d470706a58857a16168ac8eb9df91bb4 100644 (file)
@@ -2,6 +2,9 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Implementation of the high-level FUSE API on top of the low-level
+  API.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
index 6df4a6247c8fe48f4426851bb085fb8b3117ac85..84142845f7ea29f3237eedde74bc92de9e06e474 100644 (file)
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Implementation of the single-threaded FUSE session loop.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
old mode 100755 (executable)
new mode 100644 (file)
index f482962..1d9a5f0
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Implementation of the multi-threaded FUSE session loop.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB.
 */
old mode 100755 (executable)
new mode 100644 (file)
index 2597c39..8ccc733
@@ -2,6 +2,9 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Implementation of (most of) the low-level FUSE API. The session loop
+  functions are implemented in separate files.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
index bd7a6eec247033d6184c93f075ae999ae9a002d9..3d4a3ddfed5034e1bb98423b7b181882d22f2ebd 100644 (file)
@@ -2,6 +2,9 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Implementation of option parsing routines (dealing with `struct
+  fuse_args`).
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
old mode 100755 (executable)
new mode 100644 (file)
index 9fa787c..2261b7b
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Utility functions for setting signal handlers.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB
 */
index 50010958f47857e16122c08a6d4af35663927f11..5c892f64bbbb83d094a6c2ce58e5f850eca2c4c1 100644 (file)
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Architecture specific file system mounting (Linux).
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB.
 */
index 4dce8c4ded167fcf6b262f2c1425570a1d08b779..4703d94bfe667e191e0d981fd559d63301c40cf1 100644 (file)
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2005-2008 Csaba Henk <csaba.henk@creo.hu>
 
+  Architecture specific file system mounting (FreeBSD).
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB.
 */
index ad9d38c6c87d68ccbd7f3fb11a78e1871fffdade..a23ab0b6b1afa3b775837bc5953d6acc2b0e14b7 100644 (file)
@@ -2,6 +2,8 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
 
+  Architecture-independent mounting code.
+
   This program can be distributed under the terms of the GNU LGPLv2.
   See the file COPYING.LIB.
 */