aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-1/+1
* Move opt_apic.h closer to the "XXX: for assym.s" comment.Dag-Erling Smørgrav2009-05-261-1/+4
* opt_apic.h is i386-only.Dag-Erling Smørgrav2009-05-261-2/+2
* Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin2009-05-071-0/+3
* Fix a few problems related to building modules in /sys/modules (notNick Hibma2009-02-121-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-011-1/+1
* Fix the dependency for the linux_support.s, explicitely add linux_assym.h.Konstantin Belousov2007-05-231-1/+1
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-2/+10
* Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger2006-10-291-1/+1
* MFP4 (with some minor changes):Alexander Leidinger2006-10-151-5/+7
* - 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