freebsd-dev/sys/fs/pseudofs
Robert Watson 74237f55b0 Part I: Update extended attribute API and ABI:
o Modify the system call syntax for extattr_{get,set}_{fd,file}() so
  as not to use the scatter gather API (which appeared not to be used
  by any consumers, and be less portable), rather, accepts 'data'
  and 'nbytes' in the style of other simple read/write interfaces.
  This changes the API and ABI.

o Modify system call semantics so that extattr_get_{fd,file}() return
  a size_t.  When performing a read, the number of bytes read will
  be returned, unless the data pointer is NULL, in which case the
  number of bytes of data are returned.  This changes the API only.

o Modify the VOP_GETEXTATTR() vnode operation to accept a *size_t
  argument so as to return the size, if desirable.  If set to NULL,
  the size will not be returned.

o Update various filesystems (pseodofs, ufs) to DTRT.

These changes should make extended attributes more useful and more
portable.  More commits to rebuild the system call files, as well
as update userland utilities to follow.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
2002-02-10 04:43:22 +00:00
..
pseudofs_fileno.c Reduce the number of #include dependencies by declaring some of the structs 2001-11-03 03:07:09 +00:00
pseudofs_internal.h [the previous commit to pseudofs_vncache.c got the wrong log message] 2001-10-01 04:26:33 +00:00
pseudofs_vncache.c Staticise pfs_vncache, it's not used anywhere else. 2002-01-08 11:15:57 +00:00
pseudofs_vnops.c Part I: Update extended attribute API and ABI: 2002-02-10 04:43:22 +00:00
pseudofs.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
pseudofs.h Part I: Update extended attribute API and ABI: 2002-02-10 04:43:22 +00:00