| Age | Commit message (Expand) | Author |
| 2008-12-29 | Fix stime(2) inverted copyin arguments. | njoly |
| 2008-10-03 | Compat linux/linux32 nice(2) fix. The syscall argument is an increment | njoly |
| 2008-07-15 | Use more timespecs internally. From Alexander Shishkin and me. | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | timer fixes for PR 37093: | ad |
| 2007-12-26 | Fix readdir syscall retval to return 1 (instead of getdents number of | njoly |
| 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-11-25 | Refactor time modification checks and place them in the secmodel code. | elad |
| 2007-11-07 | Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (except | njoly |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-23 | These now need sys/prot.h | dsl |
| 2007-05-12 | Change the compat sys_[fl]utime code to not use the stackgap. | dsl |
| 2007-04-30 | Include extra header (vfs_syscalls.h). | dsl |
| 2007-04-30 | Rework compat stat() and statvfs() code so that it no longer uses the stackgap. | dsl |
| 2007-04-23 | avoid zerodivide. | christos |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-14 | Fix compat linux statfs/fstatfs syscalls on amd64. | njoly |
| 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-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | don't allocate struct statvfs on stack as it's too large. | 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-12-05 | - make settime take timespec. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-10-07 | PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the | erh |
| 2004-09-24 | Since the implementation of bsd_to_linux_statfs64() is conditional, | he |
| 2004-09-20 | implement support for Linux statfs64() syscall - 64bit variant of statfs() | 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-03-05 | Reimplement linux_sys_setresgid() in terms of do_setresgid() | dsl |
| 2003-02-23 | Remember the allocated ptimer object so that it won't leak. | enami |
| 2003-02-19 | update emul alarm syscalls to recent timer changes | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-04-03 | Fix a cut and paste error in the emulation of getresgid(2): it returned | tron |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-08-29 | Emulation stackgap sanity checks, based partly on fixes from | sommerfeld |
| 2000-08-07 | Add #include <sys/proc.h>, since this file touches members of struct proc. | itohy |
| 2000-07-13 | Add a comment about the hzto() return value. | thorpej |