summaryrefslogtreecommitdiff
path: root/share/examples
AgeCommit message (Expand)Author
2007-10-11add testing option -l, which causes the flush of the page cache ofpooka
2007-10-11when removing file, free last block alsopooka
2007-09-27dtfs memsets all allocated block content to 0 immediately, so topooka
2007-09-11Fix xref, sort SEE ALSO. Add RCS Id.wiz
2007-09-11Generalise the tests for OBJDIR and non-OBJDIR buildsagc
2007-09-11Generalise the tests for objdir builds, as well as noneagc
2007-09-05fix usage. from Karl Jenkinsonpooka
2007-08-29Modify the NetBSD emulation of the FreeBSD __DECONST macro to includeagc
2007-08-28Add a new refuse-based file system called ian - the Internet Access Node.agc
2007-08-28Makefile for new ian file systemagc
2007-08-20If we're writing to a file, make sure the version we're writing is inagc
2007-08-15Nuke PUFFSLOOKUP_FOO and move to NAMEI_FOOpooka
2007-08-15sysctlfs was moved to basepooka
2007-08-09move sysctlfs from examples to basepooka
2007-08-09require standard mount_foo bar /path usage, where bar is ignored herepooka
2007-08-09* require standard mount_foo bar /path usage, where bar is ignored herepooka
2007-07-27implement node_mmap and allow to specify accepted mappings on command linepooka
2007-07-22Match code with comment (can't really remember doing it often thatpooka
2007-07-22missed one place to set dirent namelen - unmiss itpooka
2007-07-19Oops, the cookies for nfs of course represent the *next* directorypooka
2007-07-19-m for setting maxreqlenpooka
2007-07-17With fullpath support we need to check name lengths also, otherwisepooka
2007-07-17nuke accidental debug printfpooka
2007-07-17Use "sysctlfs" as the type name instead of the mountpath.pooka
2007-07-17* add mntfromname parameter to puffs_init()pooka
2007-07-05Change the entry for ptmx to use the netbsd ptm driver.dsl
2007-07-01dtfs -f for PUFFS_KFLAG_LOOKUP_FULLPNBUFpooka
2007-07-01adapt: **newnode etc. pointers -> struct puffs_newinfopooka
2007-07-01adapt: pid -> const struct puffs_cid *pooka
2007-07-01adapt: pcn->pcn_cred is now a pointerpooka
2007-06-24Actually, keep PUFFS_KFLAG_NOCACHE and -o cache around as shorthandpooka
2007-06-24PUFFS_KFLAG_NOCACHE became two, so introduce the command line optionspooka
2007-06-24Just to demonstrate namemod a bit further, make this flip the casepooka
2007-06-24cast tolower() arg to unsigned charpooka
2007-06-24use puffs_null_setops()pooka
2007-06-24fix this also, had a similar rototill-typo as rot13fspooka
2007-06-24I wasn't going to add any more silly examples, but I'll bite forpooka
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