| Age | Commit message (Expand) | Author |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2009-05-15 | pad -> PAD | pooka |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-02 | Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-05-12 | Split the fcntl locking code out from its copyin/out. | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-10 | Update all the compat stuff to not use the 'stackgap' for processing | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-04-19 | PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with | christos |
| 2005-03-10 | Add nanosecond handling on the stat and stat64 code for the i386. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 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 |