index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
perfused
Age
Commit message (
Expand
)
Author
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2021-12-04
librefuse: Preparation of a proper API versioning; no more #ifdef woes in use...
pho
2021-08-08
perfused: use SOL_LOCAL
nia
2021-08-08
introduce a SOL_LOCAL for unix-domain socket level socket options
nia
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-07-06
perfused.8: fix typos
gutteridge
2019-04-17
fix typo
maya
2016-10-19
remove dup function
christos
2016-10-18
Make FUSE socket buffer tunable
manu
2016-01-23
Define _KERNTYPES for things that need it.
christos
2014-12-12
Survive if filesystem installs a signal handler
manu
2014-08-16
Remove a warning that happens when the filesystem cleanly exits. Just
manu
2012-09-06
Disable default build of debugging info.
riz
2012-07-21
- Fix same vnodes associated with multiple cookies
manu
2012-06-05
Add placeholder so that we can later add allbacks without breaking the ABI
manu
2012-02-04
Mark perfused_panic as dead. Canonical form of infinite loops is
joerg
2012-02-03
Make sure perfused exit when the filesystem crashed, so that unmount
manu
2012-01-30
- remove dup included files
christos
2012-01-29
New sentence, new line. Remove trailing whitespace.
wiz
2012-01-29
Improve FUSE trace facility
manu
2012-01-17
Rename perfuse_mount to not conflict with libperfuse. Mark it and
joerg
2011-12-28
Improve markup, remove tailing whitespace.
wiz
2011-12-28
Add a FUSE trace facility, with statistics collection. This should help
manu
2011-12-16
Sort sections. Remove trailing whitespace.
wiz
2011-12-16
Document a bug when processes hang on uvn_fp2. FWIW, hung process exhibit
manu
2011-10-30
Fix the confusion between nodeid and inode numbers
manu
2011-10-23
openlog with LOG_NDELAY so that pzerfused does not deadlock later
manu
2011-09-09
Serialize access to file size. We already have such a thing in the
manu
2011-08-30
Fast backward code to 1989 and use ANSI C consistently. Use __dead.
joerg
2011-08-09
Fix warning
manu
2011-08-02
Fix creds passed to FUSE when requests are done on behalf of the kernel.
manu
2011-05-30
Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs
manu
2011-05-26
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
joerg
2011-05-10
Fix prologue macros order.
njoly
2011-05-09
Enable the build of perfused and libperfuse
manu
2011-05-06
Display actual error from FUSE on failures
manu
2011-04-25
- fix warnings
manu
2010-10-11
Remove code supporting SOCK_STREAM, as SOCK_DGRAM works fine
manu
2010-10-11
Interm hack raising buffers for /dev/fuse socket used in the filesystem.
manu
2010-09-23
== file close operations ==
manu
2010-09-20
- Add debug santity checks
manu
2010-09-15
- Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to
manu
2010-09-07
- Do not checkfor peer credentials when perfused is autostarted and
manu
2010-09-06
Fix some typos in messages. Make usage match manpage.
wiz
2010-09-06
More LP64 fixes
manu
2010-09-01
Build fixes for LP64
manu
2010-08-27
Various fixes and improvements.
wiz
2010-08-27
- if perfused is not already started (cannot connect to /dev/fuse),
manu
2010-08-26
- open the file before doing fsync: glusterfs wants that.
manu
2010-08-25
perfused(8) creates a /dev/fuse socket and performs PUFFS to FUSE relaying.
manu