aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux/linux.8
Commit message (Collapse)AuthorAgeFilesLines
* Retire linux(8). Using shell scripts to load kernel loadable modules isSheldon Hearn2000-11-021-47/+0
| | | | | | | | | | | | | | | | | out of fashion. This particular case, unlike joy(8) and friends which are just plain silly, did more than just load a kernel loadable module. However, /etc/rc and the linux_base port were adjusted a while back to cope with the absence of this script. The only outstanding reason to hang on to it would have been for the linux(8) manual page, which clued folks into the existence of the Linuxulator. A new linux(4) was introduced a while back. It does a much better job. This script just isn't useful any more. Notes: svn path=/head/; revision=68243
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Sort xrefs.Mike Pritchard1999-08-191-3/+3
| | | | | | | Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50028
* "Linux emulator" -> "Linux image activator"Nik Clayton1999-08-041-4/+4
| | | | | | | | PR: docs/12882 Submitted by: des Notes: svn path=/head/; revision=49414
* Reference kld(4).Guy Helmer1999-04-231-2/+2
| | | | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=45954
* Update for the man page. 4.0 is using KLD's not LKM's.Nick Hibma1999-02-221-5/+7
| | | | Notes: svn path=/head/; revision=44209
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add a man page for linux(8) (loads the Linux emulator kernel module).Mike Pritchard1997-01-101-0/+45
Notes: svn path=/head/; revision=21480