| Age | Commit message (Expand) | Author |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-01-28 | copy the terminating NUL (njoly) | christos |
| 2017-01-13 | fix typo | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2013-12-27 | Add struct linux_stat64 definition for alpha, and enable syscalls that | njoly |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-09-01 | Make linux_sys_getdents64 fails with ENOTDIR instead of EINVAL, when fd | njoly |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 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 |