Joel Sherrill
81b291532c
2007-03-28 Joel Sherrill <joel@OARcorp.com>
...
* mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict
marker.
2007-03-28 18:15:21 +00:00
Joel Sherrill
d7cefbf64b
2007-03-28 Joel Sherrill <joel@OARcorp.com>
...
* page.c: Redo print to not have cvs conflict marker.
2007-03-28 18:15:06 +00:00
Joel Sherrill
e4f62d96b1
2007-03-28 Joel Sherrill <joel@OARcorp.com>
...
PR 1233/bsps
* Makefile.am, console/console.c, console/debugputs.c: Move printk
support code into debug IO file so you do not get the entire console
driver when you do not want it.
2007-03-28 18:08:38 +00:00
Joel Sherrill
a185db71d8
2007-03-28 Joel Sherrill <joel@OARcorp.com>
...
PR 1232/bsps
* bsppost.c: It should not be a fatal error to not have a console.
2007-03-28 18:03:38 +00:00
Ralf Corsepius
e2a2369051
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* librpc/src/rpc/clnt_tcp.c (clnttcp_create):
Use uintptr_t for "disrupt". Remove bogus (long) cast.
2007-03-28 16:03:44 +00:00
Ralf Corsepius
6898ed445c
Regenerate.
2007-03-28 15:47:20 +00:00
Ralf Corsepius
c35e3fed83
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/ppp-comp.h: Remove (Unused).
* libnetworking/Makefile.am: Remove net/ppp-comp.h.
2007-03-28 15:46:53 +00:00
Ralf Corsepius
014255f85b
Remove (Unused).
2007-03-28 15:46:37 +00:00
Ralf Corsepius
1e4e5f2151
Remove net/ppp-comp.h.
2007-03-28 15:46:18 +00:00
Ralf Corsepius
6562ad3b54
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/buf.h: Remove (Unused).
* libnetworking/Makefile.am: Remove sys/buf.h.
2007-03-28 15:44:15 +00:00
Ralf Corsepius
e21508b5f3
Regenerate.
2007-03-28 15:44:02 +00:00
Ralf Corsepius
462fb6427c
Remove sys/buf.h.
2007-03-28 15:43:44 +00:00
Ralf Corsepius
87a87b014c
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/kern/kern_sysctl.c,
libnetworking/kern/uipc_socket2.c: Include <sys/queue.h> instead of
<sys/buf.h>.
2007-03-28 15:34:36 +00:00
Ralf Corsepius
816f422261
Include <sys/queue.h> instead of <sys/buf.h>.
2007-03-28 15:34:23 +00:00
Ralf Corsepius
a67c316ac8
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/include/sys/sockio.h: Partial update from
FreeBSD.
2007-03-28 15:31:39 +00:00
Ralf Corsepius
d3819b5687
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/ip_output.c: Use uint32_t optlen.
2007-03-28 05:36:54 +00:00
Ralf Corsepius
387cc207c9
Use uint32_t optlen.
2007-03-28 05:36:38 +00:00
Ralf Corsepius
de4b31785c
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/igmp.c: Eliminate __P().
* libnetworking/netinet/in.c: Eliminate __P().
* libnetworking/netinet/tcp_subr.c: Eliminate __P().
* libnetworking/netinet/in_pcb.c: Eliminate __P().
* libnetworking/netinet/ip_output.c: Eliminate __P().
2007-03-28 05:23:42 +00:00
Ralf Corsepius
e5d6315e20
Eliminate __P().
2007-03-28 05:23:18 +00:00
Ralf Corsepius
5c93ba2b42
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/protosw.h (pr_usrreqs.pru_attach,
pr_usrreqs.pru_control, pr_usrreqs.pru_rcvd, pr_usrreqs.pru_rcvoob):
Change int args to intptr_t because they are casted to pointers.
* libnetworking/netinet/tcp_usrreq.c,
libnetworking/kern/uipc_socket2.c: Reflect changes to sys/protosw.h.
2007-03-28 04:48:14 +00:00
Ralf Corsepius
d506dffaeb
Reflect changes to sys/protosw.h.
2007-03-28 04:48:01 +00:00
Ralf Corsepius
1a795c31f8
Change int args to intptr_t because they are casted to pointers.
2007-03-28 04:47:30 +00:00
Ralf Corsepius
fa768dff92
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of
"long", because long is not guaranteed to be castable to char*.
2007-03-28 04:43:04 +00:00
Ralf Corsepius
0b07d8724e
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/ip_input.c: Eliminate __P().
Change "int next" to "int32_t next" for 16bit targets.
2007-03-28 04:40:36 +00:00
Ralf Corsepius
d5fce8fe16
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/tcp_input.c: Eliminate __P().
2007-03-28 04:38:44 +00:00
Ralf Corsepius
239d981f8d
Eliminate __P().
2007-03-28 04:38:00 +00:00
Ralf Corsepius
a4ebe3022e
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/in_rmx.c: Eliminate __P().
2007-03-28 04:37:16 +00:00
Ralf Corsepius
bf09c64981
Update.
2007-03-28 03:42:07 +00:00
Ralf Corsepius
c31fbf5590
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/tcp_usrreq.c: Eliminate __P().
* libnetworking/netinet/udp_usrreq.c: Eliminate __P().
2007-03-28 03:08:35 +00:00
Ralf Corsepius
652f618231
Eliminate __P().
2007-03-28 03:08:08 +00:00
Ralf Corsepius
2c52cfbc10
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/nfs/bootp_subr.c: Eliminate __P().
* libnetworking/rtems/rtems_bsdnet_internal.h: Eliminate __P().
* libnetworking/kern/uipc_domain.c: Eliminate __P().
2007-03-28 02:43:37 +00:00
Ralf Corsepius
dcefab604e
Eliminate __P().
2007-03-28 02:42:47 +00:00
Ralf Corsepius
bd6dfc9a19
Regenerate.
2007-03-28 02:20:23 +00:00
Ralf Corsepius
0d150a4ce4
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/pppcompress.h, libnetworking/net/pppcompress.c:
Remove (Abandoned in FreeBSD).
* libnetworking/Makefile.am: Remove net/pppcompress.c,
net/pppcompress.h.
* libnetworking/net/if_ppp.c: Use net/slcompress.h instead of
net/pppcompress.h.
* libnetworking/net/slcompress.h: Cosmetics from FreeBSD.
* libnetworking/net/ppp_tty.c: Use net/slcompress.h instead of
net/pppcompress.h.
2007-03-28 02:19:18 +00:00
Ralf Corsepius
47a8868989
Use net/slcompress.h instead of net/pppcompress.h.
2007-03-28 02:19:04 +00:00
Ralf Corsepius
179c2c3357
Cosmetics from FreeBSD.
2007-03-28 02:16:27 +00:00
Ralf Corsepius
c85f596b78
Remove net/pppcompress.c, net/pppcompress.h.
2007-03-28 02:15:57 +00:00
Ralf Corsepius
a0a45be5fc
Remove (Abandoned in FreeBSD).
2007-03-28 02:15:38 +00:00
Ralf Corsepius
55fe04b96a
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/pppcompress.h: Eliminate __P().
2007-03-28 01:08:49 +00:00
Ralf Corsepius
d142d8c338
Eliminate __P().
2007-03-28 01:08:37 +00:00
Ralf Corsepius
e052fc942b
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/if_pppvar.h: Cosmetics from FreeBSD.
2007-03-28 01:06:36 +00:00
Ralf Corsepius
296f9c2e8b
Cosmetics from FreeBSD.
2007-03-28 01:06:21 +00:00
Ralf Corsepius
fb1d7c8393
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/if_llc.h: Update from FreeBSD.
2007-03-28 00:56:11 +00:00
Ralf Corsepius
83be736ab0
Update from FreeBSD.
2007-03-28 00:55:54 +00:00
Ralf Corsepius
867fd359b4
Include <net/ppp_comp.h>. Warn about using it.
2007-03-27 17:06:37 +00:00
Ralf Corsepius
d9270b51ff
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* pppd/ccp.c, pppd/options.c: Include <net/ppp_comp.h> instead of
<net/ppp-comp.h>.
2007-03-27 17:02:59 +00:00
Ralf Corsepius
ed92e28114
Include <net/ppp_comp.h> instead of <net/ppp-comp.h>.
2007-03-27 17:02:30 +00:00
Ralf Corsepius
e9b9de629c
Regenerate.
2007-03-27 16:50:42 +00:00
Ralf Corsepius
84e4905404
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/Makefile.am: Add net/ppp_comp.h.
2007-03-27 16:49:54 +00:00
Ralf Corsepius
0e253a0096
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/ppp_comp.h: New (copy of ppp-comp.h).
2007-03-27 16:48:46 +00:00