Commit Graph

13418 Commits

Author SHA1 Message Date
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
Ralf Corsepius
3c4c5e0854 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/ppp-comp.h: Eliminate __P(). Cosmetics from
	  FreeBSD.
2007-03-27 16:15:00 +00:00
Ralf Corsepius
768fe4ec49 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/machine/in_cksum.h: Eliminate __P().
2007-03-27 15:50:06 +00:00
Ralf Corsepius
23af1d40ed 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/chap.c,
	pppd/chap_ms.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c,
	pppd/ipcp.c, pppd/lcp.c, pppd/options.c, pppd/rtemsmain.c,
	pppd/sys-rtems.c, pppd/upap.c, pppd/utils.c:
	Eliminate __P().
2007-03-27 15:47:48 +00:00
Ralf Corsepius
d08e825b9b Eliminate __P(). 2007-03-27 15:47:35 +00:00
Ralf Corsepius
0f0b5e876e 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/scandir.c: Eliminate __P().
2007-03-27 15:44:14 +00:00
Ralf Corsepius
a52a20fc01 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/chap.h, pppd/chap_ms.h, pppd/fsm.h, pppd/ipcp.h,
	pppd/lcp.h, pppd/magic.h, pppd/md4.h, pppd/pppd.h, pppd/upap.h:
	Eliminate __P().
2007-03-27 10:22:55 +00:00
Ralf Corsepius
5078ee3233 Eliminate __P(). 2007-03-27 10:22:16 +00:00
Ralf Corsepius
6b4010d6f1 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/ip_mroute.c: Eliminate __P().
2007-03-27 10:18:16 +00:00
Ralf Corsepius
c95ac2f3cc 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/ip_mroute.h: Partial update from FreeBSD.
2007-03-27 10:17:09 +00:00
Ralf Corsepius
d48955eaad 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
	  being used to compile "tools").
2007-03-27 06:13:04 +00:00
Ralf Corsepius
92de627004 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use MKDIR_P instead of mkdir_p.
2007-03-27 06:10:16 +00:00
Ralf Corsepius
e6a59370c1 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/raw_cb.c: Sync with FreeBSD.
2007-03-27 04:24:41 +00:00
Joel Sherrill
f588903f12 2007-03-26 Joel Sherrill <joel@OARcorp.com>
* sp35/priinv.c: Remove warning.
2007-03-26 22:58:09 +00:00
Joel Sherrill
0061ef98db 2007-03-26 Joel Sherrill <joel@OARcorp.com>
PR 1231/cpukit
	* posix/src/adasupp.c, posix/src/clockgetcpuclockid.c,
	posix/src/clockgetenableattr.c, posix/src/clockgetres.c,
	posix/src/clockgettime.c, posix/src/clocksetenableattr.c,
	posix/src/mutex.c, posix/src/mutexattrdestroy.c,
	posix/src/mutexattrgetprioceiling.c,
	posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c,
	posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c,
	posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c,
	posix/src/mutexdefaultattributes.c, posix/src/mutexdestroy.c,
	posix/src/mutexgetprioceiling.c, posix/src/mutexlock.c,
	posix/src/mutexlocksupp.c, posix/src/mutexmp.c,
	posix/src/mutexsetprioceiling.c, posix/src/mutextimedlock.c,
	posix/src/mutextrylock.c, posix/src/mutexunlock.c,
	posix/src/nanosleep.c, posix/src/posixintervaltotimespec.c,
	posix/src/posixtimespecsubtract.c,
	posix/src/posixtimespectointerval.c,
	posix/src/psignalclearprocesssignals.c,
	posix/src/psignalclearsignals.c,
	posix/src/psignalsetprocesssignals.c,
	posix/src/psignalunblockthread.c, posix/src/ptimer.c,
	posix/src/ptimer1.c, posix/src/sched.c, posix/src/time.c: Remove
	unneeded includes of assert.h
2007-03-26 22:56:12 +00:00
Joel Sherrill
9d52e6923f 2007-03-26 Joel Sherrill <joel@OARcorp.com>
* libcsupport/include/rtems/assoc.h: Pick up the include file
	changes associated with the file splitting.
2007-03-26 22:53:45 +00:00
Joel Sherrill
359322ad45 2007-03-26 Joel Sherrill <joel@OARcorp.com>
* libcsupport/Makefile.am: Pick up the Makefile changes associated
	with the file splitting.
2007-03-26 22:51:52 +00:00