| Age | Commit message (Expand) | Author |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2017-02-12 | es_arglen is now in units of bytes, update the emulations accordingly. | chs |
| 2014-02-21 | Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, | maxv |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2013-11-18 | implement AT_RANDOM. | chs |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-08-15 | Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to | matt |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-25 | Add preliminary tls support for i386. Does not work yet. From FreeBSD. | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-02-15 | Fix Linux compat on amd64. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |
| 2006-08-07 | Add a new signature test for linux probe function. We look for a .debuglink | manu |
| 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-05-20 | Define linux_usertrap function, and set it in struct emul. For all | fvdl |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 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-04-09 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-21 | back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it also | jdolecek |
| 2002-11-15 | Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based ports | wdk |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-04-02 | rename sysctl_linux() to linux_sysctl() and hook it into emul_linux | jdolecek |
| 2002-03-21 | Don't bitch if we don't have support for a particular arch. This makes it | christos |
| 2002-03-20 | emulation specific sysctls. Also change the kernel date to nov 11 as requested | christos |
| 2002-01-14 | Crude first cut at ARMLinux binary compatibility. Successfully runs | bjh21 |
| 2001-09-22 | Enable Mips Linux emulation in header files | manu |
| 2001-07-29 | Adjust to the new copyargs() footprint. | christos |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-01-19 | Added Linux compatibility support for powerpc ports | manu |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 1998-12-15 | Added linux compat support on m68k ports. | itohy |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Attempt to fix the mess. | christos |
| 1998-10-01 | Move compat/linux/linux_exec.h to common. | erh |
| 1998-01-24 | Prototype new functions. | mycroft |
| 1996-09-26 | adapt ELF-using compat code to use new ELF definitions/code. At this point, | cgd |
| 1996-06-13 | - Pass the Elf32_Ehdr in the linux probe function, and use it! | christos |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-06-22 | * Changed to use generic ELF code from kern/exec_elf.c (which was taken | fvdl |