Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2003 20:49:31 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <200306040349.h543nVCv045807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@apple.com>
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.150     +6 -0      src/sys/kern/syscalls.master



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306040349.h543nVCv045807>