Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-20 | chmod: Use fchmodat if arch does not have the chmod syscall | Markos Chandras | |
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-04-02 | fchmodat: fix handling of flags | Mike Frysinger | |
The Linux syscall takes 3 args, not 4. We have to process flags in userspace ourselves. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger | |
Tested basic functionality with coreutils and things seem to work. At least gives us a basis to jump from. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |