| Age | Commit message (Expand) | Author |
| 2007-10-28 | Use puffs prepost ops for setting pid/lwpid instead of separate | pooka |
| 2007-10-23 | revert 1.77, MULTITHREADED_REFUSE has problems | pooka |
| 2007-10-21 | Get rid of MULTITHREADED_REFUSE for context queries. We can simply | pooka |
| 2007-10-21 | Use new puffs features to provide correct caller info instead of | pooka |
| 2007-10-06 | Use a two clause license for all the code I contributed. | xtraeme |
| 2007-09-24 | Add refuse paper to SEE ALSO | pooka |
| 2007-08-25 | Now that we don't dump operations by default, might as well detach | pooka |
| 2007-08-12 | In case a file system doesn't provide st_blksize, default to DEV_BSIZE. | pooka |
| 2007-07-18 | get rid of DBG= | pooka |
| 2007-07-18 | Don't stay on the foreground and dump operations by default. | pooka |
| 2007-07-17 | * add mntfromname parameter to puffs_init() | pooka |
| 2007-07-01 | adapt: **newnode etc. pointers -> struct puffs_newinfo | pooka |
| 2007-07-01 | adapt: pid -> const struct puffs_cid * | pooka |
| 2007-07-01 | adapt: pcn->pcn_cred is now a pointer | pooka |
| 2007-06-24 | Actually, keep PUFFS_KFLAG_NOCACHE and -o cache around as shorthand | pooka |
| 2007-06-24 | PUFFS_KFLAG_NOCACHE became two, so introduce the command line options | pooka |
| 2007-06-12 | Use pthread_[gs]etspecific to store a pointer to the fuse_context | agc |
| 2007-06-12 | Minor cleanup - change uses of malloc, memset to calloc. | agc |
| 2007-06-12 | Re-work the way the SET_FUSE_CONTEXT* macros are done, following | agc |
| 2007-06-11 | # use puffs_cred_getuid(3) and puffs_cred_getgid(3) | agc |
| 2007-06-11 | Set the uid, gid and pid wherever possible (i.e. where known). This gets | agc |
| 2007-06-09 | Make Nm match Dt. This makes it easier to guess what the man page is | wiz |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-24 | After we've malloc'd an area of storage, zero out this storage, "just in | agc |
| 2007-05-17 | Calling puffs_exit() in fuse_{exit,unmount}() is wrong, as those | pooka |
| 2007-05-17 | create hash for the root path object | pooka |
| 2007-05-17 | initialize refusenode contents to 0 | pooka |
| 2007-05-17 | reflect changes in fs mount: use puffs_mount() instead of | pooka |
| 2007-05-17 | More fixes: | christos |
| 2007-05-16 | Add the $NetBSD$ tag, it's easier to know what revision you have. | xtraeme |
| 2007-05-16 | - Always check strdup return. For now we are lazy and bail instead of cleaning | christos |
| 2007-05-16 | The FUSE_USE_VERSION is the definition which the user sets, and which | agc |
| 2007-05-16 | Enable puffs_fakecc. FUSE file systems don't use continuations anyway, | pooka |
| 2007-05-15 | When parsing arguments for the directory to mount, search backwards from | agc |
| 2007-05-15 | Fuse version 2.6 (and above) has a 4 argument version of fuse_main(), | agc |
| 2007-05-15 | When puffs_mount fails, display the name of the directory which wasn't | agc |
| 2007-05-03 | ...and include fuse_opt.h in the correct place. | agc |
| 2007-05-03 | Implement fuse_setup(), and fuse_teardown() - necessary for the python | agc |
| 2007-05-03 | FUSE includes fuse_opt.h from fuse.h, albeit indirectly, via fuse_common.h. | agc |
| 2007-05-02 | In case a fuse fs hands an stbuf with an inode number 0 to the | pooka |
| 2007-05-01 | use PUFFS_FLAG_HASHPATH | pooka |
| 2007-04-17 | The error return code from fuse_opt_add_arg() and fuse_opt_insert_arg() is | agc |
| 2007-04-17 | Forgot to move the prototype in a comment to the correct place. | xtraeme |
| 2007-04-17 | Sync comments with reality. | xtraeme |
| 2007-04-17 | Wrap long lines. | xtraeme |
| 2007-04-16 | Flesh out the args management a bit more: | agc |
| 2007-04-13 | Instead of keeping on adding parameters to puffs_mount(), make it | pooka |
| 2007-04-12 | Hide struct puffs_usermount from the rest of the world and provide | pooka |
| 2007-04-11 | adapt to new readdir signature. no functional change | pooka |
| 2007-03-16 | use puffs_addvtype2mode() in puffs_fuse_node_mknod() | pooka |