| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r273683 | neel | 2014-12-30 | 1 | -0/+1 |
* | MFC r271743: | bz | 2014-09-23 | 1 | -0/+1 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 1 | -1/+1 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 1 | -1/+1 |
* | Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler. | rdivacky | 2013-08-27 | 1 | -4/+0 |
* | Add missing dependency to linux${SFX}_genassym.c | eadler | 2013-06-17 | 1 | -1/+1 |
* | Fix make depend | uqs | 2012-05-06 | 1 | -2/+2 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -5/+4 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 1 | -0/+5 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -4/+4 |
* | Bring USB fixes for linux(4). | wkoszek | 2010-05-24 | 1 | -1/+1 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -1/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+1 |
* | Remove opt_mac.h generation for various kernel modules that no longer | rwatson | 2009-06-06 | 1 | -1/+1 |
* | Move opt_apic.h closer to the "XXX: for assym.s" comment. | des | 2009-05-26 | 1 | -1/+4 |
* | opt_apic.h is i386-only. | des | 2009-05-26 | 1 | -2/+2 |
* | Add preliminary KTR(9) support to the linux emulation layer. | dchagin | 2009-05-07 | 1 | -0/+3 |
* | Fix a few problems related to building modules in /sys/modules (not | n_hibma | 2009-02-12 | 1 | -1/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -1/+1 |
* | Per email to arch@ a little while ago (that was greeted with silence), | imp | 2008-09-01 | 1 | -1/+1 |
* | Fix the dependency for the linux_support.s, explicitely add linux_assym.h. | kib | 2007-05-23 | 1 | -1/+1 |
* | Move futex support code from <arch>/support.s into linux compat directory. | kib | 2007-05-23 | 1 | -2/+10 |
* | Backout the linux aio stuff. Several problems where identified and the | netchild | 2006-10-29 | 1 | -1/+1 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 1 | -5/+7 |
* | - Add the new files to the linux module. | netchild | 2006-08-15 | 1 | -13/+18 |
* | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | ambrisko | 2006-05-05 | 1 | -1/+1 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 1 | -4/+1 |
* | opt_vmpage.h is no longer needed here because it is not included by | alc | 2006-01-26 | 1 | -1/+1 |
* | Let modules use the kernel's opt_*.h files if built along with | yar | 2005-10-14 | 1 | -0/+2 |
* | Move MAINTAINER documentation to MAINTAINERS | imp | 2005-06-04 | 1 | -2/+0 |
* | o Remove @- from the ln and change it to a -sf. This was bogus, and | imp | 2003-11-19 | 1 | -1/+1 |
* | Add IPv6 support for Linuxlator. | ume | 2003-02-03 | 1 | -2/+5 |
* | opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing | peter | 2002-09-08 | 1 | -2/+1 |
* | Unbreak the modules build: | tmm | 2002-09-07 | 1 | -1/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+2 |
* | Hook up the new linux_ptrace implementation. | marcel | 2002-05-19 | 1 | -1/+1 |
* | (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete, | des | 2002-02-22 | 1 | -0/+8 |
* | genassym depends on the presence of common variables, disable the use | msmith | 2002-01-10 | 1 | -1/+1 |
* | Pass maintainership over to emulation@FreeBSD.org. It has been fun, | marcel | 2001-11-18 | 1 | -1/+1 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -5/+5 |
* | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | gallatin | 2001-08-29 | 1 | -2/+2 |
* | Zap obsolete (died with LKM) EXPORT_SYMS variable | peter | 2001-02-04 | 1 | -1/+0 |
* | It is unlikely that we'll be supporting old-style ZMAGIC linux a.out | peter | 2001-01-07 | 1 | -1/+1 |
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -10/+10 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 1 | -16/+2 |
* | Fix dependency for auto-generated files. This commit is | marcel | 2000-12-02 | 1 | -1/+1 |
* | Fix breakage for parallel builds. | marcel | 2000-11-05 | 1 | -0/+1 |
* | Retire linux(8). Using shell scripts to load kernel loadable modules is | sheldonh | 2000-11-02 | 3 | -74/+0 |
* | Support for the linux ipc syscalls on the alpha, where each one has | gallatin | 2000-11-01 | 1 | -2/+2 |