This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients Arfrever, benjamin.peterson, bob.ippolito, hynek, koobs, ned.deily, nicholas.riley
Date 2012-07-15.21:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342388787.12.0.572860183353.issue12978@psf.upfronthosting.co.za>
In-reply-to
Content
FreeBSD (at least on 7.x, 8.x and 9.x) has the following syscalls available in its API:

extattr_{get,set,list,delete}_{fd,file,link}

And also has: EXTATTR_MAXNAMELEN

http://www.freebsd.org/cgi/man.cgi?query=extattr&sektion=2&manpath=FreeBSD+9.0-RELEASE
History
Date User Action Args
2012-07-15 21:46:27koobssetrecipients: + koobs, nicholas.riley, bob.ippolito, benjamin.peterson, ned.deily, Arfrever, hynek
2012-07-15 21:46:27koobssetmessageid: <1342388787.12.0.572860183353.issue12978@psf.upfronthosting.co.za>
2012-07-15 21:46:26koobslinkissue12978 messages
2012-07-15 21:46:26koobscreate