summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_fcntl.c
AgeCommit message (Expand)Author
2014-05-17Fix fadvise64 syscalls. Unlike our, linux fadvise syscall do notnjoly
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2008-12-29s/syscallcarg/syscallarg/ in comments.njoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-02-04Use the same function to implement linux32_sys_fcntl() and linux_sys_fcntl64().dsl
2008-02-02Fix the linux32 emulations of fcntl() locking.dsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-02-09Merge newlock2 to head.ad
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu