summaryrefslogtreecommitdiff
path: root/lib/libpuffs
AgeCommit message (Expand)Author
2010-01-12Add convenience routine puffs_unmountonsignal(), which does exactly that.pooka
2010-01-07Use typecast instead of ULL for a less whiny lint on LP64.pooka
2010-01-07Rewrite puffs_exit() in terms of the PUFFSOP_UNMOUNT kernel request.pooka
2010-01-07Be slightly more forgiving about unknown operation types.pooka
2010-01-07Set high bit on server->kernel requests to better differentiatepooka
2010-01-07Dump contents of struct vattr -- i never remember which memberspooka
2010-01-07* make indentation a little less ridiculouspooka
2010-01-04fix typographypooka
2009-12-05Add an error handler which syslogs but does not abort() and make itpooka
2009-12-05Remove suspension support from here too.pooka
2009-11-22s/the the/the/mbalmer
2009-11-20In getgroups(), copy only up to the number of supplementary groupspooka
2009-10-18bump minor for puffs_setmntinfo()pooka
2009-10-18include some headers we usepooka
2009-10-18Make it possible to supply parameters to puffs_init() later (butpooka
2009-10-17Dispatch puffs_node_abortop().pooka
2009-10-17Add some comments on how to act when major is bumped the next time.pooka
2009-05-13No Pp needed before El.wiz
2009-04-11New sentence, new line.wiz
2009-04-11Fix markup.joerg
2009-04-11Fix missing quote.joerg
2009-04-06dump readdir offsetpooka
2009-04-06* dump op-specific return info before the generic onepooka
2009-02-20Remove the paragraph saying interfaces will change without warning.pooka
2009-01-11bump shared libraries.christos
2009-01-08fix some sign comparison warningslukem
2009-01-08Cast a value to time_t (not unsigned) when comparing to timespec tv_seclukem
2008-12-28fix for dev_t 64 bits.christos
2008-12-13Actually we need 'long int' to avoif a stupid 'truncating long to int'dsl
2008-12-13Change type of 'n' to 'int' so that it can be printed with %d.dsl
2008-12-12Close write-end of daemonpipe in reader to get EOF if the writerpooka
2008-12-12Add puffs_cancel(), which allows to back down after puffs_init()pooka
2008-12-12add:pooka
2008-11-26support:pooka
2008-11-25i'm almost certain that puffs_cooie_t is supposed to be puffs_cookie_tpooka
2008-11-14note that puffs_daemon() must be called *before* puffs_mount()pooka
2008-11-14fix typographical snafupooka
2008-09-06Drop trailing whitespace.wiz
2008-09-06Add AsiaBSDCon 2008 paper to SEE ALSO.pooka
2008-09-04Fix double free when i/o descriptor is violently closed. Bug waspooka
2008-08-12Replace void * by puffs_cookie_t where appropriate. No functional change.pooka
2008-08-11clear cached puffs_cc's in puffs_exit()pooka
2008-08-11* make sure we come out of mainloop in the main context. otherwise inpooka
2008-05-25Punctuation markup nit.wiz
2008-05-25Remove trailing whitespace.wiz
2008-03-20Reserve enough memory for ops which return more than they receive.pooka
2008-01-29When reading a request from the kernel, only allocate as much memorypooka
2008-01-29whoops, bump date - pretty significant changepooka
2008-01-29Fix a weirdosity in the framebuf gotfb interface: hand bufferpooka
2008-01-28Don't add asserts between testing and commit - especially notpooka