Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
616f6f9f
Commit
616f6f9f
authored
Sep 04, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Remove all the silly 'NET4.x' init messages.
parent
609db23a
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2 additions
and
30 deletions
+2
-30
net/appletalk/ddp.c
net/appletalk/ddp.c
+1
-4
net/ax25/af_ax25.c
net/ax25/af_ax25.c
+0
-3
net/bridge/br.c
net/bridge/br.c
+0
-2
net/ipv4/af_inet.c
net/ipv4/af_inet.c
+0
-2
net/ipv6/af_inet6.c
net/ipv6/af_inet6.c
+0
-2
net/ipx/af_ipx.c
net/ipx/af_ipx.c
+0
-5
net/lapb/lapb_iface.c
net/lapb/lapb_iface.c
+0
-3
net/llc/af_llc.c
net/llc/af_llc.c
+0
-5
net/llc/llc_main.c
net/llc/llc_main.c
+1
-1
net/unix/af_unix.c
net/unix/af_unix.c
+0
-3
No files found.
net/appletalk/ddp.c
View file @
616f6f9f
...
...
@@ -1888,8 +1888,6 @@ EXPORT_SYMBOL(aarp_send_ddp);
EXPORT_SYMBOL
(
atrtr_get_dev
);
EXPORT_SYMBOL
(
atalk_find_dev_addr
);
static
char
atalk_banner
[]
__initdata
=
KERN_INFO
"NET4: AppleTalk 0.20 for Linux NET4.0
\n
"
;
static
char
atalk_err_snap
[]
__initdata
=
KERN_CRIT
"Unable to register DDP with SNAP.
\n
"
;
...
...
@@ -1908,7 +1906,6 @@ static int __init atalk_init(void)
aarp_proto_init
();
atalk_proc_init
();
atalk_register_sysctl
();
printk
(
atalk_banner
);
return
0
;
}
module_init
(
atalk_init
);
...
...
@@ -1939,5 +1936,5 @@ module_exit(atalk_exit);
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Alan Cox <Alan.Cox@linux.org>"
);
MODULE_DESCRIPTION
(
"AppleTalk 0.20
for Linux NET4.0
\n
"
);
MODULE_DESCRIPTION
(
"AppleTalk 0.20
\n
"
);
MODULE_ALIAS_NETPROTO
(
PF_APPLETALK
);
net/ax25/af_ax25.c
View file @
616f6f9f
...
...
@@ -2003,8 +2003,6 @@ EXPORT_SYMBOL(asc2ax);
EXPORT_SYMBOL
(
null_ax25_address
);
EXPORT_SYMBOL
(
ax25_display_timer
);
static
char
banner
[]
__initdata
=
KERN_INFO
"NET4: G4KLX/GW4PTS AX.25 for Linux. Version 0.37 for Linux NET4.0
\n
"
;
static
int
__init
ax25_init
(
void
)
{
sock_register
(
&
ax25_family_ops
);
...
...
@@ -2016,7 +2014,6 @@ static int __init ax25_init(void)
proc_net_fops_create
(
"ax25"
,
S_IRUGO
,
&
ax25_info_fops
);
proc_net_fops_create
(
"ax25_calls"
,
S_IRUGO
,
&
ax25_uid_fops
);
printk
(
banner
);
return
0
;
}
module_init
(
ax25_init
);
...
...
net/bridge/br.c
View file @
616f6f9f
...
...
@@ -32,8 +32,6 @@ int (*br_should_route_hook) (struct sk_buff **pskb) = NULL;
static
int
__init
br_init
(
void
)
{
printk
(
KERN_INFO
"NET4: Ethernet Bridge 008 for NET4.0
\n
"
);
#if defined(CONFIG_INET) && defined(CONFIG_NETFILTER)
if
(
br_netfilter_init
())
return
1
;
...
...
net/ipv4/af_inet.c
View file @
616f6f9f
...
...
@@ -1097,8 +1097,6 @@ static int __init inet_init(void)
struct
inet_protosw
*
q
;
struct
list_head
*
r
;
printk
(
KERN_INFO
"NET4: Linux TCP/IP 1.0 for NET4.0
\n
"
);
if
(
sizeof
(
struct
inet_skb_parm
)
>
sizeof
(
dummy_skb
->
cb
))
{
printk
(
KERN_CRIT
"%s: panic
\n
"
,
__FUNCTION__
);
return
-
EINVAL
;
...
...
net/ipv6/af_inet6.c
View file @
616f6f9f
...
...
@@ -723,8 +723,6 @@ static int __init inet6_init(void)
#endif
#endif
printk
(
KERN_INFO
"IPv6 v0.8 for NET4.0
\n
"
);
if
(
sizeof
(
struct
inet6_skb_parm
)
>
sizeof
(
dummy_skb
->
cb
))
{
printk
(
KERN_CRIT
"inet6_proto_init: size fault
\n
"
);
...
...
net/ipx/af_ipx.c
View file @
616f6f9f
...
...
@@ -1940,10 +1940,6 @@ extern void destroy_8023_client(struct datalink_proto *);
static
unsigned
char
ipx_8022_type
=
0xE0
;
static
unsigned
char
ipx_snap_id
[
5
]
=
{
0x0
,
0x0
,
0x0
,
0x81
,
0x37
};
static
char
ipx_banner
[]
__initdata
=
KERN_INFO
"NET4: Linux IPX 0.51 for NET4.0
\n
"
KERN_INFO
"IPX Portions Copyright (c) 1995 Caldera, Inc.
\n
"
\
KERN_INFO
"IPX Portions Copyright (c) 2000-2003 Conectiva, Inc.
\n
"
;
static
char
ipx_EII_err_msg
[]
__initdata
=
KERN_CRIT
"IPX: Unable to register with Ethernet II
\n
"
;
static
char
ipx_8023_err_msg
[]
__initdata
=
...
...
@@ -1980,7 +1976,6 @@ static int __init ipx_init(void)
register_netdevice_notifier
(
&
ipx_dev_notifier
);
ipx_register_sysctl
();
ipx_proc_init
();
printk
(
ipx_banner
);
return
0
;
}
...
...
net/lapb/lapb_iface.c
View file @
616f6f9f
...
...
@@ -435,11 +435,8 @@ EXPORT_SYMBOL(lapb_disconnect_request);
EXPORT_SYMBOL
(
lapb_data_request
);
EXPORT_SYMBOL
(
lapb_data_received
);
static
char
banner
[]
__initdata
=
KERN_INFO
"NET4: LAPB for Linux. Version 0.01 for NET4.0
\n
"
;
static
int
__init
lapb_init
(
void
)
{
printk
(
banner
);
return
0
;
}
...
...
net/llc/af_llc.c
View file @
616f6f9f
...
...
@@ -1042,15 +1042,10 @@ static struct proto_ops llc_ui_ops = {
.
sendpage
=
sock_no_sendpage
,
};
static
char
llc_ui_banner
[]
__initdata
=
KERN_INFO
"NET4.0 IEEE 802.2 BSD sockets, Jay Schulist, 2001, "
"Arnaldo C. Melo, 2002-2003
\n
"
;
int
__init
llc_ui_init
(
void
)
{
llc_ui_sap_last_autoport
=
LLC_SAP_DYN_START
;
sock_register
(
&
llc_ui_family_ops
);
printk
(
llc_ui_banner
);
return
0
;
}
...
...
net/llc/llc_main.c
View file @
616f6f9f
...
...
@@ -603,5 +603,5 @@ module_exit(llc_exit);
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Procom, 1997, Arnaldo C. Melo, Jay Schullist, 2001-2003"
);
MODULE_DESCRIPTION
(
"LLC 2.0,
NET4.0
IEEE 802.2 extended support"
);
MODULE_DESCRIPTION
(
"LLC 2.0, IEEE 802.2 extended support"
);
MODULE_ALIAS_NETPROTO
(
PF_LLC
);
net/unix/af_unix.c
View file @
616f6f9f
...
...
@@ -1976,13 +1976,10 @@ static inline void unix_sysctl_register(void) {}
static
inline
void
unix_sysctl_unregister
(
void
)
{}
#endif
static
char
banner
[]
__initdata
=
KERN_INFO
"NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
\n
"
;
static
int
__init
af_unix_init
(
void
)
{
struct
sk_buff
*
dummy_skb
;
printk
(
banner
);
if
(
sizeof
(
struct
unix_skb_parms
)
>
sizeof
(
dummy_skb
->
cb
))
{
printk
(
KERN_CRIT
"%s: panic
\n
"
,
__FUNCTION__
);
return
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment