| Age | Commit message (Expand) | Author |
| 2003-08-10 | add Linux compat arg wrapper for ftruncate64(), and change linux compat | jdolecek |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-05-20 | linux_sys_getdents64(): remove the oldcall bug workaround cruft, | jdolecek |
| 2002-05-20 | linux_sys_getdents64(): make the d_off member point to next entry, rather | jdolecek |
| 2002-05-19 | On archs with broken linux struct stat64 st_ino, rename linux_stat64's | jdolecek |
| 2002-05-13 | Make COMPAT_LINUX compile again on Alpha. linux_getdents64 moved but | matt |
| 2002-05-13 | Remove an unreachable "return error;". | simonb |
| 2002-05-12 | hook in remaining 64bit fs syscalls | jdolecek |
| 2002-05-10 | Remove check for size of field "d_off" in Linux "dirent" structure because | tron |
| 2002-05-10 | Move implementation of linux_sys_getdents64() to source file for | tron |
| 2002-03-22 | gc debugging printfs. | christos |
| 2002-03-22 | implement the locking calls for linux_file64. | christos |
| 2002-03-16 | make 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-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-10-14 | Fixed a minor problem so that it builds | manu |
| 2001-09-30 | Fixes my last commit: only mips really need fcntl64 to work now. i386 and | manu |
| 2001-09-30 | Added initial support for fcntl64 system call (file locking is not | manu |
| 2000-12-12 | add linux_sys_truncate64() | jdolecek |
| 2000-12-12 | add emulation of Linux truncate64(2), ftruncate64(2), *stat64(2) | jdolecek |