summaryrefslogtreecommitdiff
path: root/sys/modules/linux
AgeCommit message (Expand)Author
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-12-13Add a run of Linux ldconfig.Martin Cracauer
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
1999-08-28Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.Marcel Moolenaar
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-27Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar
1999-08-19Sort xrefs.Mike Pritchard
1999-08-04"Linux emulator" -> "Linux image activator"Nik Clayton
1999-04-23Reference kld(4).Guy Helmer
1999-02-22Update for the man page. 4.0 is using KLD's not LKM's.Nick Hibma
1999-01-26Compile the linux module with the same flags as the kernel.Julian Elischer
1998-11-12Install scripts without .sh suffix.Jordan K. Hubbard
1998-11-11Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).Peter Wemm
1998-11-10We need to install the linux shell script or the lkm version willJordan K. Hubbard
1998-11-05Build linux_genassym static, this should help aout-to-elf buildsPeter Wemm
1998-11-05Do not overwrite the lkm versions of the install scripts for now. linuxPeter Wemm
1998-11-05Update to use kldload, no temporary files!Peter Wemm
1998-10-16Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm
1998-10-11Unregister the glibc2 brand at module unload time.Alexander Langer
1998-09-17Add support for glibc consumers using the new ld-linux.so.2 linker.Mike Smith