aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+19
| | | | | | | | | | by moving bits that are MI out into headers in compat/linux. Reviewed by: Chagin Dmitry dmitry | gmail MFC after: 2 weeks Notes: svn path=/head/; revision=246085
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-191-0/+2
| | | | | | | | | | Properly support: - AT_EACCESS for faccessat(), - AT_SYMLINK_FOLLOW for linkat(). Notes: svn path=/head/; revision=227693
* Implement the linux syscallsKonstantin Belousov2008-04-081-0/+36
openat, mkdirat, mknodat, fchownat, futimesat, fstatat, unlinkat, renameat, linkat, symlinkat, readlinkat, fchmodat, faccessat. Submitted by: rdivacky Sponsored by: Google Summer of Code 2007 Tested by: pho Notes: svn path=/head/; revision=177997