summaryrefslogtreecommitdiff
path: root/src/linux/xattr.c
AgeCommit message (Collapse)AuthorLines
2012-08-15add missing xattr functionsRich Felker-0/+15
not sure why these were originally omitted..
2012-07-23add extended attributes syscallsRich Felker-0/+47
based on patch by orc and Isaac Dunham, with some fixes.