Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-20 | remove parameter names from public headers | Rich Felker | 1 | -2/+2 | |
inclusion of these names was unintentional and in most cases is a namespace violation. Daniel Sabogal tracked down and reported these. | |||||
2012-08-15 | add missing xattr functions | Rich Felker | 1 | -0/+3 | |
not sure why these were originally omitted.. | |||||
2012-07-23 | add extended attributes syscalls | Rich Felker | 1 | -0/+27 | |
based on patch by orc and Isaac Dunham, with some fixes. |