summaryrefslogtreecommitdiff
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-263-3/+3
* MFC: rev 1.35-36(use sys/conf/kmod.mk to make /sys self contained)David E. O'Brien2000-07-071-1/+4
* 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
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).Peter Wemm1998-11-112-14/+2
* We need to install the linux shell script or the lkm version willJordan K. Hubbard1998-11-101-4/+4
* Build linux_genassym static, this should help aout-to-elf buildsPeter Wemm1998-11-051-2/+2
* Do not overwrite the lkm versions of the install scripts for now. linuxPeter Wemm1998-11-051-4/+4
* Update to use kldload, no temporary files!Peter Wemm1998-11-052-10/+14
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-162-92/+5
* Unregister the glibc2 brand at module unload time.Alexander Langer1998-10-111-6/+23
* Add support for glibc consumers using the new ld-linux.so.2 linker.Mike Smith1998-09-171-3/+4
* Load linux emulator lkm only when not already loaded. This avoidsMartin Cracauer1998-09-072-4/+18
* Added a `build-tools' target for internal tools. (linux_genassym mayBruce Evans1998-07-071-2/+4
* Fixed missing options headers. Options that affect LKMs shouldn'tBruce Evans1998-07-011-3/+6
* Fixed a race to build the `@' and `machine' symlinks early enoughBruce Evans1998-03-191-2/+2
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-061-6/+3
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-041-3/+6
* Don't handle the `machine' symlink or related include paths here.Bruce Evans1998-02-011-8/+3
* Handle COMPAT_43 define -> option change.Eivind Eklund1997-12-161-4/+7
* Merge 1.8.2.1 into -current.Jordan K. Hubbard1997-05-011-2/+2
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-2/+3
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-225-5/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-5/+5
* Add a man page for linux(8) (loads the Linux emulator kernel module).Mike Pritchard1997-01-102-2/+47
* Prepare kernel to take advantage of "branded" ELF binaries.Søren Schmidt1996-10-161-4/+4
* `struct linker_set execsw_set' was declared as const and pointers in itBruce Evans1996-09-031-2/+2
* Fixed the `machine' link. It pointed to the wrong place, and was createdBruce Evans1996-06-251-6/+9
* linux_interp now moved into sys/i386/linux/linux_sysvec.c, but stillPeter Wemm1996-03-101-6/+2
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-102-3/+15
* Update the linux lkm to use the new file list and build routine.Peter Wemm1996-03-021-5/+25
* Add missing ${DESTDIR} to afterinstall: target.Rodney W. Grimes1996-01-271-2/+2
* No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etcPeter Wemm1996-01-081-7/+3
* Add opt_sysvipc.h rules similar as in ibcs2 MakefileAndrey A. Chernov1996-01-061-2/+6
* Added SYSVSHM defineSøren Schmidt1995-12-291-2/+2
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans1995-11-141-3/+5