summaryrefslogtreecommitdiff
path: root/share/examples/puffs
AgeCommit message (Expand)Author
2009-12-05Use puffs_kernerr_abort as the error handler.pooka
2009-12-04Remove no longer supported suspend code.pooka
2008-11-26puffs_setfhsize() in initpooka
2008-09-12fix more A0christos
2008-08-12Add -p for presenting the directory listing in the original case.pooka
2007-12-19use generic getattrpooka
2007-11-30Rototill.pooka
2007-11-27Remove "puffs_cid" from the puffs interface following l-removalpooka
2007-11-16use puffs_daemon() instead of daemon()pooka
2007-11-05Actually, daemonize the file servers before mounting. I might requirepooka
2007-11-05Pull the daemonizing code out of the library mainloop into the filepooka
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-05fix usage. from Karl Jenkinsonpooka
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-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-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-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-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