NetBSD/lib/libpuffs
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
TODO
callcontext.c Deal with __MACHINE_STACK_GROWS_UP machines. 2011-12-06 21:15:39 +00:00
creds.c Use puffs_access() return value in the VA_UTIMES_NULL case. 2012-03-15 12:49:36 +00:00
dispatcher.c - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
flush.c
framebuf.c Fix error reporting in puffs_framev_enqueue_waitevent and callers. 2011-12-19 15:36:26 +00:00
null.c Rollback previous change as it breaks autmates tests 2011-11-25 15:02:02 +00:00
opdump.c Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
paths.c
pnode.c - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
puffs.3 - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
puffs.c fix crashes caused by using the results of getcontext() 2011-11-14 01:27:42 +00:00
puffs.h - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
puffs_cc.3
puffs_cred.3
puffs_flush.3
puffs_framebuf.3
puffs_node.3
puffs_ops.3 - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
puffs_path.3
puffs_priv.h - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry 2012-04-18 00:57:21 +00:00
puffsdump.h Export the opid -> opstr tables (for outside debugging use). 2010-07-11 12:29:08 +00:00
requests.c
shlib_version
subr.c Support rest of file types in vtype -> s_ifmt 2011-02-17 17:55:36 +00:00
suspend.c