summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* Hook up the new linux_ptrace implementation.marcel2002-05-191-1/+1
* (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,des2002-02-221-0/+8
* genassym depends on the presence of common variables, disable the usemsmith2002-01-101-1/+1
* Pass maintainership over to emulation@FreeBSD.org. It has been fun,marcel2001-11-181-1/+1
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-5/+5
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),gallatin2001-08-291-2/+2
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-041-1/+0
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outpeter2001-01-071-1/+1
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-10/+10
* Don't auto-generate the syscalls.marcel2000-12-031-16/+2
* Fix dependency for auto-generated files. This commit ismarcel2000-12-021-1/+1
* Fix breakage for parallel builds.marcel2000-11-051-0/+1
* Retire linux(8). Using shell scripts to load kernel loadable modules issheldonh2000-11-023-74/+0
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-011-2/+2
* Allow the building of the syscall bits at compile time.obrien2000-11-011-1/+14
* Don't install manpages.obrien2000-10-081-3/+0
* Only install secondary components if the destination directory exists.obrien2000-10-041-0/+4
* Since AlphaLinux is the weirdest Linux of all, probably best to do theobrien2000-09-061-1/+1
* Two sys/compat/linux sources aren't applicable on the Alpha at this time.obrien2000-09-061-2/+6
* Connect the new sources in /sys/compat/linux and the new filemarcel2000-08-221-4/+3
* Use the genassym script here too. The linux and svr4 modules were broken.bde2000-06-031-1/+4
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
* Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need forbde2000-01-091-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-8/+3
* Add a run of Linux ldconfig.cracauer1999-12-131-1/+10
* Removed special rules for building and cleaning device interface filesbde1999-11-281-5/+1
* Replace 'i386' with '${MACHINE_ARCH}' in preparation of the developmentmarcel1999-11-121-1/+1
* Install linux.sh in /usr/sbin and not in /usr/bin.marcel1999-09-031-1/+1
* Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.marcel1999-08-281-1/+4
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-2/+2
* Sort xrefs.mpp1999-08-191-3/+3
* "Linux emulator" -> "Linux image activator"nik1999-08-041-4/+4
* Reference kld(4).ghelmer1999-04-231-2/+2
* Update for the man page. 4.0 is using KLD's not LKM's.n_hibma1999-02-221-5/+7
* Compile the linux module with the same flags as the kernel.julian1999-01-261-2/+2
* Install scripts without .sh suffix.jkh1998-11-121-2/+2
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).peter1998-11-112-14/+2
* We need to install the linux shell script or the lkm version willjkh1998-11-101-4/+4
* Build linux_genassym static, this should help aout-to-elf buildspeter1998-11-051-2/+2
* Do not overwrite the lkm versions of the install scripts for now. linuxpeter1998-11-051-4/+4
* Update to use kldload, no temporary files!peter1998-11-052-10/+14
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-162-92/+5
* Unregister the glibc2 brand at module unload time.alex1998-10-111-6/+23
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-3/+4
* Load linux emulator lkm only when not already loaded. This avoidscracauer1998-09-072-4/+18
* Added a `build-tools' target for internal tools. (linux_genassym maybde1998-07-071-2/+4
* Fixed missing options headers. Options that affect LKMs shouldn'tbde1998-07-011-3/+6
OpenPOWER on IntegriCloud