summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Retire linux(8). Using shell scripts to load kernel loadable modules issheldonh2000-11-021-6/+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
* 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-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-2/+2
* 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-111-2/+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
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-5/+5
* 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
* Fixed a race to build the `@' and `machine' symlinks early enoughbde1998-03-191-2/+2
* Back out opt_diagnostic.h changes.eivind1998-02-061-6/+3
* Make the LKMs handle DIAGNOSTIC as a new-style option.eivind1998-02-041-3/+6
* Don't handle the `machine' symlink or related include paths here.bde1998-02-011-8/+3
* Handle COMPAT_43 define -> option change.eivind1997-12-161-4/+7
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add a man page for linux(8) (loads the Linux emulator kernel module).mpp1997-01-101-2/+2
* Fixed the `machine' link. It pointed to the wrong place, and was createdbde1996-06-251-6/+9
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-2/+2
* Update the linux lkm to use the new file list and build routine.peter1996-03-021-5/+25
* Add missing ${DESTDIR} to afterinstall: target.rgrimes1996-01-271-2/+2
* No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etcpeter1996-01-081-7/+3
* Add opt_sysvipc.h rules similar as in ibcs2 Makefileache1996-01-061-2/+6
* Added SYSVSHM definesos1995-12-291-2/+2
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+16
OpenPOWER on IntegriCloud