summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file64.c
AgeCommit message (Expand)Author
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-01-28copy the terminating NUL (njoly)christos
2017-01-13fix typochristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2013-12-27Add struct linux_stat64 definition for alpha, and enable syscalls thatnjoly
2013-11-18implement the *at() syscalls.chs
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2011-09-01Make linux_sys_getdents64 fails with ENOTDIR instead of EINVAL, when fdnjoly
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-05-15pad -> PADpooka
2008-06-24Replace references to getsock/getvnode.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-02Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.cdsl
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-12-04Remove all the __Pdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2005-12-11merge ktrace-lwp.christos
2005-08-1964 bit inode changes.christos
2005-05-29- sprinkle const.christos
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-04-19PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS withchristos
2005-03-10Add nanosecond handling on the stat and stat64 code for the i386.christos
2005-02-26nuke trailing whitespaceperry
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-20linux_sys_getdents64(): remove the oldcall bug workaround cruft,jdolecek
2002-05-20linux_sys_getdents64(): make the d_off member point to next entry, ratherjdolecek
2002-05-19On archs with broken linux struct stat64 st_ino, rename linux_stat64'sjdolecek
2002-05-13Make COMPAT_LINUX compile again on Alpha. linux_getdents64 moved butmatt
2002-05-13Remove an unreachable "return error;".simonb
2002-05-12hook in remaining 64bit fs syscallsjdolecek
2002-05-10Remove check for size of field "d_off" in Linux "dirent" structure becausetron
2002-05-10Move implementation of linux_sys_getdents64() to source file fortron
2002-03-22gc debugging printfs.christos