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
..
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 Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
framebuf.c Fix error reporting in puffs_framev_enqueue_waitevent and callers. 2011-12-19 15:36:26 +00:00
Makefile These directories default to WARNS?=5 2012-03-21 05:37:42 +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 Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
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_cc.3 New sentence, new line. 2009-04-11 16:48:53 +00:00
puffs_cred.3 Fix missing quote. 2009-04-11 15:36:22 +00:00
puffs_flush.3 Remove the paragraph saying interfaces will change without warning. 2009-02-20 14:26:56 +00:00
puffs_framebuf.3 fix a few pastos 2010-04-01 09:57:00 +00:00
puffs_node.3 No Pp needed before El. 2009-05-13 22:42:31 +00:00
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 Remove the paragraph saying interfaces will change without warning. 2009-02-20 14:26:56 +00:00
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
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
puffsdump.h Export the opid -> opstr tables (for outside debugging use). 2010-07-11 12:29:08 +00:00
requests.c When reading a request from the kernel, only allocate as much memory 2008-01-29 14:54:08 +00:00
shlib_version * support extended attributes 2010-05-21 10:50:52 +00:00
subr.c Support rest of file types in vtype -> s_ifmt 2011-02-17 17:55:36 +00:00
suspend.c Remove suspension support from here too. 2009-12-05 12:13:08 +00:00
TODO stuff 2007-07-19 07:48:10 +00:00