aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* - Add the new files to the linux module.Alexander Leidinger2006-08-151-13/+18
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-1/+1
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-4/+1
* opt_vmpage.h is no longer needed here because it is not included byAlan Cox2006-01-261-1/+1
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
* Move MAINTAINER documentation to MAINTAINERSWarner Losh2005-06-041-2/+0
* o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh2003-11-191-1/+1
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-2/+5
* opt_kstack_pages.h is not needed anymore. It would have been a Bad ThingPeter Wemm2002-09-081-2/+1
* Unbreak the modules build:Thomas Moestl2002-09-071-1/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+2
* Hook up the new linux_ptrace implementation.Marcel Moolenaar2002-05-191-1/+1
* (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,Dag-Erling Smørgrav2002-02-221-0/+8
* genassym depends on the presence of common variables, disable the useMike Smith2002-01-101-1/+1
* Pass maintainership over to emulation@FreeBSD.org. It has been fun,Marcel Moolenaar2001-11-181-1/+1
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-5/+5
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin2001-08-291-2/+2
* Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm2001-02-041-1/+0
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outPeter Wemm2001-01-071-1/+1
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-10/+10
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-16/+2
* Fix dependency for auto-generated files. This commit isMarcel Moolenaar2000-12-021-1/+1
* Fix breakage for parallel builds.Marcel Moolenaar2000-11-051-0/+1
* Retire linux(8). Using shell scripts to load kernel loadable modules isSheldon Hearn2000-11-023-74/+0
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-2/+2
* Allow the building of the syscall bits at compile time.David E. O'Brien2000-11-011-1/+14
* Don't install manpages.David E. O'Brien2000-10-081-3/+0
* Only install secondary components if the destination directory exists.David E. O'Brien2000-10-041-0/+4
* Since AlphaLinux is the weirdest Linux of all, probably best to do theDavid E. O'Brien2000-09-061-1/+1
* Two sys/compat/linux sources aren't applicable on the Alpha at this time.David E. O'Brien2000-09-061-2/+6
* Connect the new sources in /sys/compat/linux and the new fileMarcel Moolenaar2000-08-221-4/+3
* Use the genassym script here too. The linux and svr4 modules were broken.Bruce Evans2000-06-031-1/+4
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need forBruce Evans2000-01-091-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-8/+3
* Add a run of Linux ldconfig.Martin Cracauer1999-12-131-1/+10
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-5/+1
* Replace 'i386' with '${MACHINE_ARCH}' in preparation of the developmentMarcel Moolenaar1999-11-121-1/+1
* Install linux.sh in /usr/sbin and not in /usr/bin.Marcel Moolenaar1999-09-031-1/+1
* Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.Marcel Moolenaar1999-08-281-1/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-2/+2
* Sort xrefs.Mike Pritchard1999-08-191-3/+3
* "Linux emulator" -> "Linux image activator"Nik Clayton1999-08-041-4/+4
* Reference kld(4).Guy Helmer1999-04-231-2/+2
* Update for the man page. 4.0 is using KLD's not LKM's.Nick Hibma1999-02-221-5/+7
* Compile the linux module with the same flags as the kernel.Julian Elischer1999-01-261-2/+2
* Install scripts without .sh suffix.Jordan K. Hubbard1998-11-121-2/+2