| Age | Commit message (Expand) | Author |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | - Use cdev_tty(). | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-02 | Fix the linux32 emulations of fcntl() locking. | dsl |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 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-11-16 | Cleanup. Remove a few linux syscalls definitions, now identical to | njoly |
| 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-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Acquire proclist_lock across the calls to p_find() and pg_find(). | dsl |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-25 | Replace homegrown tests for FIFO (... & S_IFIFO) by S_ISFIFO. The old code | pavel |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-16 | Add *xattr functions (they all return EOPNOTSUPP). | fvdl |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-03-10 | Add nanosecond handling on the stat and stat64 code for the i386. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-12-12 | Fix comments slighly | abs |
| 2004-08-13 | on Linux, unlink() fails with EISDIR if the target is directory, | jdolecek |
| 2003-08-09 | fix linux_sys_p{read|write}() to actually call correct syscall after | jdolecek |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | properly FILE_USE/FILE_UNUSE descriptor in linux_sys_fcntl() | jdolecek |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-02-27 | make compat_linux struct file interlock friendly. | yamt |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-17 | Use the already-filled-in-but-not-used native syscall args in | simonb |
| 2002-12-11 | linux_sys_mknod(): if creating device file (i.e. !fifo case), mask | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-05-13 | Remove an unreachable "break" after a return statement. | simonb |
| 2002-04-10 | implement getdents64; my full java tree builds now. | christos |
| 2002-03-24 | add explicit comment a FILE_USE() is not needed here | jdolecek |
| 2002-03-24 | Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different way | jdolecek |