summaryrefslogtreecommitdiff
path: root/share/examples
AgeCommit message (Expand)Author
2007-06-21Initial import of icfs, a case-insensitive/retentive file system.agc
2007-06-21Record the root directory at initialisation time.agc
2007-06-20fix typo from previous rototill, makes this work againpooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-06-05make getopt() actually accept -t alsopooka
2007-05-21Another day, another file system.agc
2007-05-21Adapt to new signature for virtdir_add().agc
2007-05-21Add a size parameter to virtdir_add, so that binary information can beagc
2007-05-19Add a function to return the virtual offset in the virtdir_t tree.agc
2007-05-18Use SETBACK_NOREF instead of SETBACK_INACT to control node removal.pooka
2007-05-18"support" vop_poll enough for testing purposes. In short, yield everypooka
2007-05-17reflect changes in fs mount: use puffs_mount() instead ofpooka
2007-05-17Adapt to changes with mounting file systems.pooka
2007-05-16Add a new, trivial file system, pcifs, which shows the devices on aagc
2007-05-07Unmount frequently requires some test code, so define it here aspooka
2007-05-07Default to inactive-on-demand, use inactive setback to request inactivepooka
2007-04-24allow to mount nullfs types only from directoriespooka
2007-04-22mount with write-through page cache if command line -t is givenpooka
2007-04-20remove assertion now done in libpuffspooka
2007-04-18Take advantage of the new functionality in virtdir_add() to createagc
2007-04-18When adding virtual directory entries, check the path to see thatagc
2007-04-17Don't allow duplicate directory entries to be created.agc
2007-04-17use PUFFS_STORE_DCOOKIEpooka
2007-04-16update usagepooka
2007-04-16lessen file handle size sanity checks: kernel does it already (mostly)pooka
2007-04-16adapt to kernel changes with file handlespooka
2007-04-15Add id3fs, a virtual file system, based on librefuse, for accessingagc
2007-04-15Add routines to manipulate virtual directory entries, for use withagc
2007-04-13Instead of keeping on adding parameters to puffs_mount(), make itpooka
2007-04-12Hide struct puffs_usermount from the rest of the world and providepooka
2007-04-11adapt to new readdir signature. no functional changepooka
2007-04-11support nfs exporting sysctlfs. it is now possible to manage thepooka
2007-04-11support nfs exporting dtfspooka
2007-04-10use dev_t from puffs_node instead of duplicating it intopooka
2007-04-10g/c leftoverspooka
2007-04-01Allocate file memory in blocks instead of one big chunk. Makespooka
2007-03-31Add a refuse-based "fanout" file system. This is more commonly known inagc
2007-03-22reflect libpuffs change of puffs_access argument unificationpooka
2007-03-21check puffs_access_{chmod,chown,times} in setattrpooka
2007-03-20add support for permissions and file ownershippooka
2007-03-11don't shrink file size when writing to the middle of an existing filepooka
2007-02-27* remove rogue headerpooka
2007-02-23Add dbfs, an example (re)fuse file system which mounts a Berkeleyagc
2007-02-16lookup in-core nodes in readdir() and provide the real inode forpooka
2007-02-15* introduce path comparison method for the sysctl MIB pathspooka
2007-02-15Use new libpuffs dotdot features to get rid of embedding the directorypooka
2007-02-15support reclaimpooka
2007-02-15do reclaimpooka
2007-02-15PUFFS_ISDOTDOT -> PCNISDOTDOTpooka
2007-01-30Even though the parent doesn't descend here, it's still convenient togdt