summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file64.c
AgeCommit message (Expand)Author
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