NetBSD/lib/libpuffs
pooka a947a86fee support:
a) readdir cookies and eofflag
b) file handle routines.

   File handle routines are REALLY ugly and are not stable, i.e.
   the file handle will be lost if the file server goes byebye.
   They probably should be redone to not use getfh(), but for nullfs
   I wanted to make them the same as when the file system is accessed
   without the null layer.  Well, turns out it doesn't pass anyway
   since the kernel adds the fsid tags for fhandle_t.  Anyway, it's
   useful for some limited hacking purposes, so I'll commit this
   since it works .. kinda.
2008-11-26 14:02:23 +00:00
..
Makefile Part 3/n of extensive changes to message handling: 2007-12-04 21:24:10 +00:00
TODO stuff 2007-07-19 07:48:10 +00:00
callcontext.c clear cached puffs_cc's in puffs_exit() 2008-08-11 16:23:37 +00:00
creds.c Now that "l" is gone both as an argument to operations and from 2007-12-08 19:57:02 +00:00
dispatcher.c Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +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 double free when i/o descriptor is violently closed. Bug was 2008-09-04 15:30:36 +00:00
null.c support: 2008-11-26 14:02:23 +00:00
opdump.c Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +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 Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
puffs.3 note that puffs_daemon() must be called *before* puffs_mount() 2008-11-14 13:27:24 +00:00
puffs.c Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
puffs.h Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
puffs_cc.3 Punctuation markup nit. 2008-05-25 19:38:21 +00:00
puffs_cred.3 Fix a typo that has migrated across files. 2007-12-01 19:18:49 +00:00
puffs_flush.3 Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
puffs_framebuf.3 Drop trailing whitespace. 2008-09-06 15:43:27 +00:00
puffs_node.3 Fix a typo that has migrated across files. 2007-12-01 19:18:49 +00:00
puffs_ops.3 i'm almost certain that puffs_cooie_t is supposed to be puffs_cookie_t 2008-11-25 11:49:08 +00:00
puffs_path.3 Flesh this out a bit more. Unfortunately it's still unfinished, 2007-12-27 18:50:42 +00:00
puffs_priv.h clear cached puffs_cc's in puffs_exit() 2008-08-11 16:23:37 +00:00
puffs_suspend.3 Fix spellos. 2007-01-28 07:58:05 +00:00
puffsdump.h Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +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
subr.c Replace void * by puffs_cookie_t where appropriate. No functional change. 2008-08-12 19:44:39 +00:00
suspend.c fix request size 2007-11-17 17:12:11 +00:00