Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-02-06 | libfuse: set close-on-exec flag on pipe file descriptors | Eric Wong | -1/+1 | |
The FUSE library may be used from any number of programs which may also fork() + execve(), so set the close-on-exec flag to avoid inadvertant leakage of pipe file descriptors. While we're at it, attempt to use pipe2() since this is within a (currently) Linux-only code path and pipe2() offers thread-safety. | ||||
2013-02-04 | Merge branch 'fuse_2_9_bugfix' | Miklos Szeredi | -0/+123 | |
2013-02-04 | libfuse: rename ./configure.in to ./configure.ac | Anatol Pomozov | -0/+124 | |
Next version of automake (1.14) removes support for the deprecated filename http://lists.gnu.org/archive/html/autotools-announce/2013-01/msg00000.html |