| Age | Commit message (Expand) | Author |
| 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 |
| 1999-09-03 | Install linux.sh in /usr/sbin and not in /usr/bin. | Marcel Moolenaar |
| 1999-08-28 | Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines. | Marcel Moolenaar |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-27 | Add sysctl variables for the Linuxulator. These reside under `compat.linux' as | Marcel Moolenaar |
| 1999-08-19 | Sort xrefs. | Mike Pritchard |
| 1999-08-04 | "Linux emulator" -> "Linux image activator" | Nik Clayton |
| 1999-04-23 | Reference kld(4). | Guy Helmer |
| 1999-02-22 | Update for the man page. 4.0 is using KLD's not LKM's. | Nick Hibma |
| 1999-01-26 | Compile the linux module with the same flags as the kernel. | Julian Elischer |
| 1998-11-12 | Install scripts without .sh suffix. | Jordan K. Hubbard |
| 1998-11-11 | Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy). | Peter Wemm |
| 1998-11-10 | We need to install the linux shell script or the lkm version will | Jordan K. Hubbard |
| 1998-11-05 | Build linux_genassym static, this should help aout-to-elf builds | Peter Wemm |
| 1998-11-05 | Do not overwrite the lkm versions of the install scripts for now. linux | Peter Wemm |
| 1998-11-05 | Update to use kldload, no temporary files! | Peter Wemm |
| 1998-10-16 | Sample initial set of kld-ified modules. Not all have been completely | Peter Wemm |
| 1998-10-11 | Unregister the glibc2 brand at module unload time. | Alexander Langer |
| 1998-09-17 | Add support for glibc consumers using the new ld-linux.so.2 linker. | Mike Smith |