summaryrefslogtreecommitdiff
path: root/lib/libpuffs/null.c
AgeCommit message (Expand)Author
2009-10-18include some headers we usepooka
2009-01-08Cast a value to time_t (not unsigned) when comparing to timespec tv_seclukem
2008-11-26support:pooka
2008-08-12Replace void * by puffs_cookie_t where appropriate. No functional change.pooka
2007-11-30Rototill.pooka
2007-11-27Remove "puffs_cid" from the puffs interface following l-removalpooka
2007-11-05Call puffs_genfs_reclaim directly instead of through an extra jumpgate.pooka
2007-07-01Instead of requesting various pieces of information from node-creatingpooka
2007-07-01Instead of supplying a plain pid, supply an abstract struct puffs_cid *,pooka
2007-06-25fold in common code for node creation. no functional change.pooka
2007-06-24Since we locate in-memory nodes based on the inode number, stat apooka
2007-06-24Introduce puffs_null_setops(), which initializes the ops vector withpooka
2007-06-24Introduce puffs_pn_remove() to signal that a node has been deletedpooka
2007-06-24don't return errno from a function which returns an fd - there'spooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-04-12Hide struct puffs_usermount from the rest of the world and providepooka
2007-04-11* support nodetofh and fhtonode callbackspooka
2007-03-16va->va_mode doesn't contain the full argument to the mknod() system call,pooka
2007-03-16return errno instead of -1 if file is not present in lookuppooka
2007-03-13Create in-memory nodes only per unique inode, not unique pathname.pooka
2007-02-15Readlink should place the length of the link (without terminatingpooka
2007-02-15use puffs_path_walkcmp() instead of a homegrown comparison routinepooka
2007-02-15* get rid of the holy kernel-given ISDOTDOT, and instead define apooka
2007-01-27If we can't set the attributes when making the directory, use rmdir toagc
2007-01-15Checkpoint some more work in progress: for the benefit those filepooka
2007-01-11implement fsyncpooka
2007-01-11* do the l-variations of syscalls, since some nodes are symlinkspooka
2007-01-11Add preliminary code for a nullfs layer, which can be used to mountpooka