summaryrefslogtreecommitdiff
path: root/sys/modules/linux/Makefile
AgeCommit message (Expand)Author
2009-05-26Move opt_apic.h closer to the "XXX: for assym.s" comment.Dag-Erling Smørgrav
2009-05-26opt_apic.h is i386-only.Dag-Erling Smørgrav
2009-05-07Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin
2009-02-12Fix a few problems related to building modules in /sys/modules (notNick Hibma
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
2008-09-01Per email to arch@ a little while ago (that was greeted with silence),Warner Losh
2007-05-23Fix the dependency for the linux_support.s, explicitely add linux_assym.h.Konstantin Belousov
2007-05-23Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov
2006-10-29Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger
2006-10-15MFP4 (with some minor changes):Alexander Leidinger
2006-08-15- Add the new files to the linux module.Alexander Leidinger
2006-05-05Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko
2006-03-18Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger
2006-01-26opt_vmpage.h is no longer needed here because it is not included byAlan Cox
2005-10-14Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy
2005-06-04Move MAINTAINER documentation to MAINTAINERSWarner Losh
2003-11-19o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh
2003-02-03Add IPv6 support for Linuxlator.Hajimu UMEMOTO
2002-09-08opt_kstack_pages.h is not needed anymore. It would have been a Bad ThingPeter Wemm
2002-09-07Unbreak the modules build:Thomas Moestl
2002-08-01Introduce support for Mandatory Access Control and extensibleRobert Watson
2002-05-19Hook 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-10genassym depends on the presence of common variables, disable the useMike Smith
2001-11-18Pass maintainership over to emulation@FreeBSD.org. It has been fun,Marcel Moolenaar
2001-09-08Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar
2001-08-29Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin
2001-02-04Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm
2001-01-07It is unlikely that we'll be supporting old-style ZMAGIC linux a.outPeter Wemm
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-12-03Don't auto-generate the syscalls.Marcel Moolenaar
2000-12-02Fix dependency for auto-generated files. This commit isMarcel Moolenaar
2000-11-05Fix breakage for parallel builds.Marcel Moolenaar
2000-11-02Retire linux(8). Using shell scripts to load kernel loadable modules isSheldon Hearn
2000-11-01Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin
2000-11-01Allow the building of the syscall bits at compile time.David E. O'Brien
2000-10-08Don't install manpages.David E. O'Brien
2000-10-04Only install secondary components if the destination directory exists.David E. O'Brien
2000-09-06Since AlphaLinux is the weirdest Linux of all, probably best to do theDavid E. O'Brien
2000-09-06Two sys/compat/linux sources aren't applicable on the Alpha at this time.David E. O'Brien
2000-08-22Connect the new sources in /sys/compat/linux and the new fileMarcel Moolenaar
2000-06-03Use the genassym script here too. The linux and svr4 modules were broken.Bruce Evans
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
2000-01-09Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need forBruce Evans
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-23Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-11-12Replace 'i386' with '${MACHINE_ARCH}' in preparation of the developmentMarcel Moolenaar
1999-09-03Install linux.sh in /usr/sbin and not in /usr/bin.Marcel Moolenaar