about summary refs log tree commit diff
path: root/src/linux/xattr.c
Commit message (Collapse)AuthorAgeFilesLines
* add missing xattr functionsRich Felker2012-08-151-0/+15
| | | | not sure why these were originally omitted..
* add extended attributes syscallsRich Felker2012-07-231-0/+47
based on patch by orc and Isaac Dunham, with some fixes.