Subject: Re: openat(2) and friends
To: None <tech-kern@netbsd.org>
From: Steinar Hamre <steinarh@pvv.ntnu.no>
List: tech-kern
Date: 03/02/2005 16:24:37
"Gordon Waidhofer" <gww@traakan.com> writes:

> The upshot is that I certainly support Solaris
> style subfiles. They aren't really "attributes".
> I strongly recommend renaming them to reflect
> their ultimate role as subfiles (opensf rather
> than openat).

openat(2) is not related to extended attributes of either variant.  It
is a variant of open(2) with support for paths realtive to directories
other than the current directory.

It seems the Solaris interface for extended attributes is named
attropen(3), but I don't know or care much about extended
attributes. (At the moment at least.)

        Steinar