cvs commit: src/sys/kern syscalls.master

Robert Watson rwatson at FreeBSD.org
Tue Jun 3 20:49:33 PDT 2003


rwatson     2003/06/03 20:49:31 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Add system calls to explicitly list extended attributes on a
  file/directory/link, rather than using a less explicit hack on
  the extattr retrieval API:
  
    extattr_list_fd()
    extattr_list_file()
    extattr_list_link()
  
  The existing API was counter-intuitive, and poorly documented.
  The prototypes for these system calls are identical to
  extattr_get_*(), but without a specific attribute name to
  leave NULL.
  
  Pointed out by: Dominic Giampaolo <dbg at apple.com>
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.150     +6 -0      src/sys/kern/syscalls.master


More information about the cvs-all mailing list