| Age | Commit message (Expand) | Author |
| 2009-05-26 | Move opt_apic.h closer to the "XXX: for assym.s" comment. | Dag-Erling Smørgrav |
| 2009-05-26 | opt_apic.h is i386-only. | Dag-Erling Smørgrav |
| 2009-05-07 | Add preliminary KTR(9) support to the linux emulation layer. | Dmitry Chagin |
| 2009-02-12 | Fix a few problems related to building modules in /sys/modules (not | Nick Hibma |
| 2008-12-02 | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb |
| 2008-09-01 | Per email to arch@ a little while ago (that was greeted with silence), | Warner Losh |
| 2007-05-23 | Fix the dependency for the linux_support.s, explicitely add linux_assym.h. | Konstantin Belousov |
| 2007-05-23 | Move futex support code from <arch>/support.s into linux compat directory. | Konstantin Belousov |
| 2006-10-29 | Backout the linux aio stuff. Several problems where identified and the | Alexander Leidinger |
| 2006-10-15 | MFP4 (with some minor changes): | Alexander Leidinger |
| 2006-08-15 | - Add the new files to the linux module. | Alexander Leidinger |
| 2006-05-05 | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | Doug Ambrisko |
| 2006-03-18 | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger |
| 2006-01-26 | opt_vmpage.h is no longer needed here because it is not included by | Alan Cox |
| 2005-10-14 | Let modules use the kernel's opt_*.h files if built along with | Yaroslav Tykhiy |
| 2005-06-04 | Move MAINTAINER documentation to MAINTAINERS | Warner Losh |
| 2003-11-19 | o Remove @- from the ln and change it to a -sf. This was bogus, and | Warner Losh |
| 2003-02-03 | Add IPv6 support for Linuxlator. | Hajimu UMEMOTO |
| 2002-09-08 | opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing | Peter Wemm |
| 2002-09-07 | Unbreak the modules build: | Thomas Moestl |
| 2002-08-01 | Introduce support for Mandatory Access Control and extensible | Robert Watson |
| 2002-05-19 | Hook up the new linux_ptrace implementation. | Marcel Moolenaar |
| 2002-02-22 | (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete, | Dag-Erling Smørgrav |
| 2002-01-10 | genassym depends on the presence of common variables, disable the use | Mike Smith |
| 2001-11-18 | Pass maintainership over to emulation@FreeBSD.org. It has been fun, | Marcel Moolenaar |
| 2001-09-08 | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar |
| 2001-08-29 | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin |
| 2001-02-04 | Zap obsolete (died with LKM) EXPORT_SYMS variable | Peter Wemm |
| 2001-01-07 | It is unlikely that we'll be supporting old-style ZMAGIC linux a.out | Peter Wemm |
| 2001-01-06 | Use a consistent style and one much closer to the rest of /usr/src | David E. O'Brien |
| 2000-12-03 | Don't auto-generate the syscalls. | Marcel Moolenaar |
| 2000-12-02 | Fix dependency for auto-generated files. This commit is | Marcel Moolenaar |
| 2000-11-05 | Fix breakage for parallel builds. | Marcel Moolenaar |
| 2000-11-02 | Retire linux(8). Using shell scripts to load kernel loadable modules is | Sheldon Hearn |
| 2000-11-01 | Support for the linux ipc syscalls on the alpha, where each one has | Andrew Gallatin |
| 2000-11-01 | Allow the building of the syscall bits at compile time. | David E. O'Brien |
| 2000-10-08 | Don't install manpages. | David E. O'Brien |
| 2000-10-04 | Only install secondary components if the destination directory exists. | David E. O'Brien |
| 2000-09-06 | Since AlphaLinux is the weirdest Linux of all, probably best to do the | David E. O'Brien |
| 2000-09-06 | Two sys/compat/linux sources aren't applicable on the Alpha at this time. | David E. O'Brien |
| 2000-08-22 | Connect the new sources in /sys/compat/linux and the new file | Marcel Moolenaar |
| 2000-06-03 | Use the genassym script here too. The linux and svr4 modules were broken. | Bruce Evans |
| 2000-05-27 | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | Peter Wemm |
| 2000-05-04 | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | Peter Wemm |
| 2000-01-09 | Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need for | Bruce Evans |
| 1999-12-29 | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm |
| 1999-12-23 | Use genassym(1) and <sys/assym.h> to generate assembler symbols. | Marcel Moolenaar |
| 1999-12-13 | Add a run of Linux ldconfig. | Martin Cracauer |
| 1999-11-28 | Removed special rules for building and cleaning device interface files | Bruce Evans |
| 1999-11-12 | Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development | Marcel Moolenaar |