| Age | Commit message (Expand) | Author |
| 2017-06-04 | Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.h | Dmitry Chagin |
| 2017-05-28 | On success, getrandom() Linux system call returns the number of bytes that | Dmitry Chagin |
| 2017-05-28 | Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absolute | Dmitry Chagin |
| 2017-03-04 | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper |
| 2017-02-21 | Exclude -flto when building *genassym.o | Ed Maste |
| 2016-07-10 | Fix a copy/paste bug introduced during X86_64 Linuxulator work. | Dmitry Chagin |
| 2016-02-25 | pass -fPIC to the assembler, not linker | Ed Maste |
| 2015-05-25 | For objcopy, use --input-target and --output-target | Craig Rodrigues |
| 2015-05-24 | Rework signal code to allow using it by other modules, like linprocfs: | Dmitry Chagin |
| 2015-05-24 | Implement epoll family system calls. This is a tiny wrapper | Dmitry Chagin |
| 2015-05-24 | Refund the proc emuldata struct for future use. For now move flags from | Dmitry Chagin |
| 2015-05-24 | Introduce a new module linux_common.ko which is intended for the | Dmitry Chagin |
| 2015-05-24 | Implement vdso - virtual dynamic shared object. Through vdso Linux | Dmitry Chagin |
| 2014-11-06 | Retire the '@' symlink. It isn't really needed and causes more | Warner Losh |
| 2014-10-27 | Add foo_genassym.c files to DPSRCS so dependencies for them are generated. | John Baldwin |
| 2014-10-17 | move linux*_locore.s and linux*_support.s to SRCS, remove the OBJS | Warner Losh |
| 2014-09-18 | Implement most of timer_{create,settime,gettime,getoverrun,delete} | Bjoern A. Zeeb |
| 2014-08-04 | Move most of the 15 variations on generating opt_inet.h and | Warner Losh |
| 2013-11-25 | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao |
| 2013-09-18 | Revert r255672, it has some serious flaws, leaking file references etc. | Roman Divacky |
| 2013-09-18 | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | Roman Divacky |
| 2013-08-27 | Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler. | Roman Divacky |
| 2013-06-17 | Add missing dependency to linux${SFX}_genassym.c | Eitan Adler |
| 2012-05-06 | Fix make depend | Ulrich Spörlein |
| 2012-02-28 | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | Dimitry Andric |
| 2011-02-20 | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | Dimitry Andric |
| 2011-02-12 | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | Dmitry Chagin |
| 2010-08-23 | MFtbemd: | Warner Losh |
| 2010-05-24 | Bring USB fixes for linux(4). | Wojciech A. Koszek |
| 2010-03-11 | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn |
| 2009-06-08 | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb |
| 2009-06-06 | Remove opt_mac.h generation for various kernel modules that no longer | Robert Watson |
| 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 |