Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: virt: user_mode_linux.rst: fix URL references

Several URLs are pointing to outdated places.

Update the references for the URLs whose contents still exists,
removing the others.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

authored by

Mauro Carvalho Chehab and committed by
Paolo Bonzini
c09708cc 72f8a49d

+29 -42
+29 -42
Documentation/virt/uml/user_mode_linux.rst
··· 321 321 as modules, especially filesystems and network protocols and filters, 322 322 so most symbols which need to be exported probably already are. 323 323 However, if you do find symbols that need exporting, let us 324 - <http://user-mode-linux.sourceforge.net/> know, and 324 + know at http://user-mode-linux.sourceforge.net/, and 325 325 they'll be "taken care of". 326 326 327 327 ··· 383 383 384 384 385 385 You will need a filesystem to boot UML from. There are a number 386 - available for download from here <http://user-mode- 387 - linux.sourceforge.net/> . There are also several tools 388 - <http://user-mode-linux.sourceforge.net/> which can be 386 + available for download from http://user-mode-linux.sourceforge.net. 387 + There are also several tools at 388 + http://user-mode-linux.sourceforge.net/ which can be 389 389 used to generate UML-compatible filesystem images from media. 390 390 The kernel will boot up and present you with a login prompt. 391 391 ··· 464 464 465 465 Here are some examples of UML in action: 466 466 467 - - A login session <http://user-mode-linux.sourceforge.net/login.html> 467 + - A login session http://user-mode-linux.sourceforge.net/old/login.html 468 468 469 - - A virtual network <http://user-mode-linux.sourceforge.net/net.html> 470 - 469 + - A virtual network http://user-mode-linux.sourceforge.net/old/net.html 471 470 472 471 473 472 ··· 1131 1132 1132 1133 1133 1134 1134 - 1135 - Harald's original README is here <http://user-mode-linux.source- 1136 - forge.net/> and explains these in detail, as well as 1137 - some other issues. 1138 - 1139 1135 There is also a related point-to-point only "ucast" transport. 1140 1136 This is useful when your network does not support multicast, and 1141 1137 all network connections are simple point to point links. ··· 1213 1219 make sure that /usr/src/linux points to the headers for the running 1214 1220 kernel. 1215 1221 1216 - These were pointed out by Tim Robinson <timro at trkr dot net> in 1217 - <http://www.geocrawler.com/> name="this uml-user post"> . 1222 + These were pointed out by Tim Robinson <timro at trkr dot net> in the past. 1218 1223 1219 1224 1220 1225 ··· 1907 1914 1908 1915 uml_moo is installed with the UML deb and RPM. If you didn't install 1909 1916 UML from one of those packages, you can also get it from the UML 1910 - utilities <http://user-mode-linux.sourceforge.net/ 1911 - utilities> tar file in tools/moo. 1917 + utilities http://user-mode-linux.sourceforge.net/utilities tar file 1918 + in tools/moo. 1912 1919 1913 1920 1914 1921 ··· 3702 3709 3703 3710 3704 3711 This is a syslogd bug. There's a race between a parent process 3705 - installing a signal handler and its child sending the signal. See 3706 - this uml-devel post <http://www.geocrawler.com/lists/3/Source- 3707 - Forge/709/0/6612801> for the details. 3712 + installing a signal handler and its child sending the signal. 3708 3713 3709 3714 3710 3715 3711 3716 13.8. TUN/TAP networking doesn't work on a 2.4 host 3712 3717 ---------------------------------------------------- 3713 3718 3714 - There are a couple of problems which were 3715 - <http://www.geocrawler.com/lists/3/SourceForge/597/0/> name="pointed 3716 - out"> by Tim Robinson <timro at trkr dot net> 3719 + There are a couple of problems which were reported by 3720 + Tim Robinson <timro at trkr dot net> 3717 3721 3718 3722 - It doesn't work on hosts running 2.4.7 (or thereabouts) or earlier. 3719 3723 The fix is to upgrade to something more recent and then read the ··· 3753 3763 3754 3764 3755 3765 Documentation on IP Masquerading, and SNAT, can be found at 3756 - www.netfilter.org <http://www.netfilter.org> . 3766 + http://www.netfilter.org. 3757 3767 3758 3768 3759 3769 If you can reach the local net, but not the outside Internet, then ··· 4103 4113 4104 4114 Rusty Russell <rusty at linuxcare.com.au> - 4105 4115 4106 - - wrote the HOWTO <http://user-mode- 4107 - linux.sourceforge.net/UserModeLinux-HOWTO.html> 4116 + - wrote the HOWTO 4117 + http://user-mode-linux.sourceforge.net/old/UserModeLinux-HOWTO.html 4108 4118 4109 4119 - prodded me into making this project official and putting it on 4110 4120 SourceForge 4111 4121 4112 - - came up with the way cool UML logo <http://user-mode- 4113 - linux.sourceforge.net/uml-small.png> 4122 + - came up with the way cool UML logo 4123 + http://user-mode-linux.sourceforge.net/uml-small.png 4114 4124 4115 4125 - redid the config process 4116 4126 ··· 4138 4148 Jim Leu <jleu at mindspring.com> - Wrote the virtual ethernet driver 4139 4149 and associated usermode tools 4140 4150 4141 - Lars Brinkhoff <http://lars.nocrew.org/> - Contributed the ptrace 4142 - proxy from his own project <http://a386.nocrew.org/> to allow easier 4143 - kernel debugging 4151 + Lars Brinkhoff http://lars.nocrew.org/ - Contributed the ptrace 4152 + proxy from his own project to allow easier kernel debugging 4144 4153 4145 4154 4146 4155 Andrea Arcangeli <andrea at suse.de> - Redid some of the early boot 4147 4156 code so that it would work on machines with Large File Support 4148 4157 4149 4158 4150 - Chris Emerson <http://www.chiark.greenend.org.uk/~cemerson/> - Did 4151 - the first UML port to Linux/ppc 4159 + Chris Emerson - Did the first UML port to Linux/ppc 4152 4160 4153 4161 4154 4162 Harald Welte <laforge at gnumonks.org> - Wrote the multicast ··· 4161 4173 wrote the iomem emulation support 4162 4174 4163 4175 4164 - Henrik Nordstrom <http://hem.passagen.se/hno/> - Provided a variety 4176 + Henrik Nordstrom http://hem.passagen.se/hno/ - Provided a variety 4165 4177 of patches, fixes, and clues 4166 4178 4167 4179 ··· 4196 4208 submitted patches for the slip transport and lots of other things. 4197 4209 4198 4210 4199 - David Coulson <http://davidcoulson.net> - 4211 + David Coulson http://davidcoulson.net - 4200 4212 4201 - - Set up the usermodelinux.org <http://usermodelinux.org> site, 4213 + - Set up the http://usermodelinux.org site, 4202 4214 which is a great way of keeping the UML user community on top of 4203 4215 UML goings-on. 4204 4216 4205 4217 - Site documentation and updates 4206 4218 4207 4219 - Nifty little UML management daemon UMLd 4208 - <http://uml.openconsultancy.com/umld/> 4209 4220 4210 4221 - Lots of testing and bug reports 4211 4222 ··· 4377 4390 work with RH 6.2. 4378 4391 4379 4392 Michael Jennings <mikejen at hevanet.com> sent in some material which 4380 - is now gracing the top of the index page <http://user-mode- 4381 - linux.sourceforge.net/> of this site. 4393 + is now gracing the top of the index page 4394 + http://user-mode-linux.sourceforge.net/ of this site. 4382 4395 4383 - SGI <http://www.sgi.com> (and more specifically Ralf Baechle <ralf at 4384 - uni-koblenz.de> ) gave me an account on oss.sgi.com 4385 - <http://www.oss.sgi.com> . The bandwidth there made it possible to 4396 + SGI (and more specifically Ralf Baechle <ralf at 4397 + uni-koblenz.de> ) gave me an account on oss.sgi.com. 4398 + The bandwidth there made it possible to 4386 4399 produce most of the filesystems available on the project download 4387 4400 page. 4388 4401 ··· 4399 4412 4400 4413 Chris Reahard built a specialized root filesystem for running a DNS 4401 4414 server jailed inside UML. It's available from the download 4402 - <http://user-mode-linux.sourceforge.net/dl-sf.html> page in the Jail 4415 + http://user-mode-linux.sourceforge.net/old/dl-sf.html page in the Jail 4403 4416 Filesystems section.