NetBSD/lib/libperfuse
manu 70d8192475 - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry
attribute and TTL fora newly created node. Instead extend puffs_newinfo
  and add puffs_newinfo_setva() and puffs_newinfo_setttl()
- Remove node_mk_common_final in libperfuse. It used to set uid/gid for
  a newly created vnode but has been made redundant along time ago since
  uid and gid are properly set in FUSE header.
- In libperfuse, check for corner case where opc = 0 on INACTIVE and   RECLAIM (how is it possible? Check for it to avoid a crash anyway)
- In libperfuse, make sure we unlimit RLIMIT_AS and RLIMIT_DATA so that
  we do notrun out of memory because the kernel is lazy at reclaiming vnodes.
- In libperfuse, cleanup style of perfuse_destroy_pn()
2012-04-18 00:57:21 +00:00
..
Makefile These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
debug.c Use C89 function definition 2012-03-21 10:10:36 +00:00
fuse.h Add a FUSE trace facility, with statistics collection. This should help 2011-12-28 17:33:52 +00:00
libperfuse.3 Small typo in macro (Xd -> Xr). 2011-05-10 12:14:37 +00:00
ops.c - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
perfuse.c - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
perfuse.h
perfuse_if.h Add a FUSE trace facility, with statistics collection. This should help 2011-12-28 17:33:52 +00:00
perfuse_priv.h - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
shlib_version
subr.c - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00