summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file64.c
AgeCommit message (Expand)Author
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
2002-03-22implement the locking calls for linux_file64.christos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-14Fixed a minor problem so that it buildsmanu
2001-09-30Fixes my last commit: only mips really need fcntl64 to work now. i386 andmanu
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
2000-12-12add linux_sys_truncate64()jdolecek
2000-12-12add emulation of Linux truncate64(2), ftruncate64(2), *stat64(2)jdolecek