Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83163
b: refs/heads/master
c: 0ba9d3f
h: refs/heads/master
i:
  83161: ef315ad
  83159: f3fd4e6
v: v3
  • Loading branch information
Karol Swietlicki authored and Linus Torvalds committed Feb 5, 2008
1 parent 383509b commit 44d58a2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20ede453af796bbaaf46a2bb0ee0bcc90ab505b3
refs/heads/master: 0ba9d3f91d213f6d07c84230a0b3e2b16a0bb176
2 changes: 1 addition & 1 deletion trunk/arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ config HPPFS
by removing or changing anything in /proc which gives away the
identity of a UML.

See <http://user-mode-linux.sf.net/hppfs.html> for more information.
See <http://user-mode-linux.sf.net/old/hppfs.html> for more information.

You only need this if you are setting up a UML honeypot. Otherwise,
it is safe to say 'N' here.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/Kconfig.char
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config SSL
lines on the UML that are usually made to show up on the host as
ttys or ptys.

See <http://user-mode-linux.sourceforge.net/input.html> for more
See <http://user-mode-linux.sourceforge.net/old/input.html> for more
information and command line examples of how to use this facility.

Unless you have a specific reason for disabling this, say Y.
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/um/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config GPROF
This allows profiling of a User-Mode Linux kernel with the gprof
utility.

See <http://user-mode-linux.sourceforge.net/gprof.html> for more
See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
details.

If you're involved in UML kernel development and want to use gprof,
Expand All @@ -22,7 +22,7 @@ config GCOV
This option allows developers to retrieve coverage data from a UML
session.

See <http://user-mode-linux.sourceforge.net/gprof.html> for more
See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
details.

If you're involved in UML kernel development and want to use gcov,
Expand Down
12 changes: 6 additions & 6 deletions trunk/arch/um/Kconfig.net
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config UML_NET

For more information, including explanations of the networking and
sample configurations, see
<http://user-mode-linux.sourceforge.net/networking.html>.
<http://user-mode-linux.sourceforge.net/old/networking.html>.

If you'd like to be able to enable networking in the User-Mode
linux environment, say Y; otherwise say N. Note that you must
Expand All @@ -38,7 +38,7 @@ config UML_NET_ETHERTAP
CONFIG_NETLINK_DEV configured as Y or M.

For more information, see
<http://user-mode-linux.sourceforge.net/networking.html> That site
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the UML command line to use to enable Ethertap
networking.

Expand Down Expand Up @@ -72,7 +72,7 @@ config UML_NET_SLIP
To use this, your host must support slip devices.

For more information, see
<http://user-mode-linux.sourceforge.net/networking.html>. That site
<http://user-mode-linux.sourceforge.net/old/networking.html>.
has examples of the UML command line to use to enable slip
networking, and details of a few quirks with it.

Expand All @@ -96,7 +96,7 @@ config UML_NET_DAEMON
networking daemon on the host.

For more information, see
<http://user-mode-linux.sourceforge.net/networking.html> That site
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the UML command line to use to enable Daemon
networking.

Expand Down Expand Up @@ -144,7 +144,7 @@ config UML_NET_MCAST
To use this, your host kernel(s) must support IP Multicasting.

For more information, see
<http://user-mode-linux.sourceforge.net/networking.html> That site
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the UML command line to use to enable Multicast
networking, and notes about the security of this approach.

Expand All @@ -165,7 +165,7 @@ config UML_NET_PCAP
installed in order to build the pcap transport into UML.

For more information, see
<http://user-mode-linux.sourceforge.net/networking.html> That site
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the UML command line to use to enable this option.

If you intend to use UML as a network monitor for the host, say
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/chan_user.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern void register_winch_irq(int fd, int tty_fd, int pid,
#define __channel_help(fn, prefix) \
__uml_help(fn, prefix "[0-9]*=<channel description>\n" \
" Attach a console or serial line to a host channel. See\n" \
" http://user-mode-linux.sourceforge.net/input.html for a complete\n" \
" http://user-mode-linux.sourceforge.net/old/input.html for a complete\n" \
" description of this switch.\n\n" \
);

Expand Down

0 comments on commit 44d58a2

Please sign in to comment.