summaryrefslogtreecommitdiff
path: root/lib/libpuffs
AgeCommit message (Expand)Author
2015-11-12consistency fixes.christos
2015-11-09fix return typechristos
2015-06-17fix error messageschristos
2015-02-16filesystem -> file systemwiz
2015-02-16Sort sections.wiz
2015-02-16Bump date for previous.wiz
2015-02-15Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSEmanu
2014-12-22Do not warn about relative path because of trailing slashmanu
2014-10-31Bump date for previous. Remove trailing space.wiz
2014-10-31libpuffs support for fallocate and fdiscard operationsmanu
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-16Bump date for previous.wiz
2014-08-16Add an open2 method, like open but with an additionnal oflags usedmanu
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-11-06revert previous, will turn off globally.christos
2013-11-06XXX: gcc initialization (mc68k gcc-4.5.x gcc-4.8.x)christos
2013-07-20Use Mt for email addresses.wiz
2013-01-23Assert equality, not assignment, in puffs__fsframe_cmp.riastradh
2012-08-16Bump date for previous.wiz
2012-08-16Whitespace fixes. Bump date for previous.wiz
2012-08-16Fix regression that has been introduced when the lookup/reclaim racemanu
2012-08-10Use more markup. New sentence, new line. Bump date for previous.wiz
2012-08-10Add PUFFS_KFLAG_CACHE_DOTDOT so that vnodes hold a reference on theirmanu
2012-08-10Fix race condition between (create|mknod|mkdir|symlino) and reclaim, justmanu
2012-07-28Kill extra Fc macro.njoly
2012-07-21- Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes.manu
2012-06-27Bump date for previous, remove trailing whitespace.wiz
2012-06-27Pass the FAF flag to handlers:manu
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-04-18Bump date for previous.wiz
2012-04-18- When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carrymanu
2012-04-08Split file system.wiz
2012-04-08Add PUFFS_KFLAG_CACHE_FS_TTL flag to puffs_init(3) to use name andmanu
2012-03-21These directories default to WARNS?=5matt
2012-03-15Use puffs_access() return value in the VA_UTIMES_NULL case.njoly
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-12-26Remove obsolete puffs_suspend(3) xref.njoly
2011-12-19Fix error reporting in puffs_framev_enqueue_waitevent and callers.riastradh
2011-12-06Deal with __MACHINE_STACK_GROWS_UP machines.skrll
2011-11-25Rollback previous change as it breaks autmates testsmanu
2011-11-24Documentation fixmanu
2011-11-24Remove files specified in pcn.manu
2011-11-24Remove pnode of overwritten file.manu
2011-11-14fix crashes caused by using the results of getcontext()chs
2011-11-02puffs_cc_yield: fix a cc leak. PR/44679yamt
2011-08-29Use __deadjoerg
2011-07-04Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell themanu
2011-06-27From Evgeniy Ivanov: puffs_node_readdir() should set eofflag to one, whenmanu
2011-06-24Commit fix for misc/45029.manu
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg