Home | History | Annotate | Download | only in libpuffs
History log of /src/lib/libpuffs/puffsdump.h
RevisionDateAuthorComments
 1.15  11-Jul-2010  pooka Export the opid -> opstr tables (for outside debugging use).
 1.14  07-Jan-2010  pooka Dump contents of struct vattr -- i never remember which members
the kernel passes when, so this helps tapping that info.
 1.13  07-Jan-2010  pooka * make indentation a little less ridiculous
* note that interfaces provided by <puffsdump.h> are not stable and
are to be used only for debug builds
* remove a few unimplemented/used dump interfaces
 1.12  06-Apr-2009  pooka dump readdir offset
 1.11  06-Apr-2009  pooka * dump op-specific return info before the generic one
* dump readdir response values
 1.10  12-Aug-2008  pooka branches: 1.10.6;
Replace void * by puffs_cookie_t where appropriate. No functional change.
 1.9  27-Jan-2008  pooka branches: 1.9.6;
For operations with a target (remove, rmdir, link), print the
target cookie.
 1.8  25-Dec-2007  pooka * dump r/w return resid
* fix RV dump order to be more logical
 1.7  09-Dec-2007  pooka print newnode cookie value for operations which create nodes
 1.6  29-Nov-2007  pooka print mode in open
 1.5  22-Aug-2007  pooka branches: 1.5.2;
Dump lookup/componentname specific info in opdump.
(sigh, I guess I guess I'll never do opdump properly at this rate)
 1.4  07-Aug-2007  pooka dump further info for read/write
 1.3  06-Jun-2007  pooka Move puffs to a two clause license where it already isn't so. And
as agc pointed out, even files with the third clause were already
effectively two clause because of a slight bug in the language...
 1.2  18-Feb-2007  pooka dump return values for operations
 1.1  22-Oct-2006  pooka add libpuffs - the userspace programming interface for puffs

This work was initially started and completed for Google SoC 2005
and tweaked to work a bit better in the past few weeks. While
being far from complete, it is functional enough to be able and
stable to host a fairly general-purpose in-memory file system in
userspace. Even so, puffs should be considered experimental and
no binary compatibility for interfaces or crash-freedom or zero
security implications should be relied upon just yet.

The GSoC project was mentored by William Studenmund and the final
review for the code was done by Christos.
 1.5.2.2  23-Mar-2008  matt sync with HEAD
 1.5.2.1  09-Jan-2008  matt sync with HEAD
 1.9.6.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.10.6.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed