Commit Graph
20864 Commits
Author SHA1 Message Date
Ralf Corsepius f74499291b 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/nfs.c:
	Use uint32_t instead of u_int_t for readarg and writearg.
2010-05-27 16:17:44 +00:00
Ralf Corsepius bf0b23a48e 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/nfs.c: Introduce union nfs_evalpath_arg.
2010-05-27 14:20:10 +00:00
Ralf Corsepius d422a4d85a 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c:
	Revert to using u_long instead of rpcprog_t, rpcvers_t
	to stay bug-ward compatible to freebsd.
2010-05-27 12:39:33 +00:00
Ralf Corsepius 9cfe137c76 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/xdr/xdr_mem.c: Cosmetics from freebsd.
2010-05-27 12:37:41 +00:00
Ralf Corsepius fac48e7d9f Regenerate. 2010-05-27 11:10:45 +00:00
Ralf Corsepius de811043d4 gcc-core-4.5.0-rtems4.11-20100526.diff. 2010-05-27 11:10:23 +00:00
Ralf Corsepius 6f2619e606 Bump GCC_RPMREL. 2010-05-27 11:10:09 +00:00
Ralf Corsepius 3c70bbaa6d New. 2010-05-27 11:09:40 +00:00
Ralf Corsepius d132b92ae2 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/rpcio.c:
	Cast pointers to uintptr_t instead of long.
	xids are uint32_t not u_long.
2010-05-27 09:44:43 +00:00
Ralf Corsepius dadbcba959 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/nfs.c (NFS_MAKE_DEV_T_INO_HACK,
	NFS_MAKE_DEV_T): Cast "id"'s to rtems_device_minor_number.
2010-05-27 09:42:14 +00:00
Ralf Corsepius bc26d60720 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/rpcio.c, libfs/src/nfsclient/src/rpcio.h:
	Use rpcprog_t for "program args", use rpcvers_t for "version args".
2010-05-27 07:41:51 +00:00
Ralf Corsepius 9363800c34 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/rtems_portmapper.c: Reflect changes to librpc.
2010-05-27 07:37:32 +00:00
Ralf Corsepius 1f5986bf65 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/include/rpc/clnt.h, librpc/include/rpc/rpc_msg.h,
	librpc/src/rpc/clnt_generic.c, librpc/src/rpc/clnt_raw.c,
	librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c,
	librpc/src/rpc/pmap_clnt.c, librpc/src/rpc/pmap_getmaps.c
	librpc/src/rpc/pmap_getport.c:
	Partial merger from freebsd (portability fixes).
2010-05-27 07:36:24 +00:00
Ralf Corsepius 375c39a358 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/socketvar.h (struct sockbuf):
	Use void* instead of caddr_t.
2010-05-27 07:31:49 +00:00
Ralf Corsepius 0bf68a543b 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/rpcio.c:
	Use address to rpciod in calls to rxWakeupCB.
2010-05-27 04:14:17 +00:00
Ralf Corsepius e7583f67c6 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/socket.h (struct sockwakeup):
	Use void* instead of caddr_t.
2010-05-27 04:11:07 +00:00
Ralf Corsepius e018fe01ec 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/include/rpc/xdr.h: Cosmetics from freebsd.
2010-05-27 04:09:05 +00:00
Ralf Corsepius fa1019f1f1 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.
2010-05-26 06:23:58 +00:00
Ralf Corsepius f6b5ed2207 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_tcp.c: Partial merger from freebsd
	(Fix strict-aliasing).
2010-05-26 04:15:02 +00:00
Ralf Corsepius 862b24a9e9 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_raw.c: Partial merger from freebsd
	(Improved 16 bit compatibility; Fix strict-aliasing).
2010-05-26 03:41:49 +00:00
Ralf Corsepius d02ddd5512 2010-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/rpc_prot.c: Partial merger from freebsd
	(Improved 64 bit compatibility; bug fix).
2010-05-25 14:12:53 +00:00
Sebastian Huber 75d1585893 2010-05-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
2010-05-25 10:47:17 +00:00
Joel Sherrill b450e0c6e0 2010-05-24 Peter Dufault <dufault@hda.com>
PR 1530/bsps
	* mpc55xx/edma/edma.c: Eliminate use of recently removed macros.
2010-05-24 15:19:40 +00:00
Joel Sherrill d17733ccd8 2010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,
	startup/bspstart.c: Rework initialization order so AMBA bus is
	scanned earlier. This lets us look for UARTs earlier and support
	printk as early as bsp_start() returning.
2010-05-24 15:05:19 +00:00
Ralf Corsepius b60473c432 Regenerate. 2010-05-24 07:43:03 +00:00
Ralf Corsepius 5eea54b5fc Regenerate. 2010-05-24 07:31:52 +00:00
Ralf Corsepius eec30bfd86 Add freebsd8.0/x86_64.
Rename netbsd5.0.2/amd64 into netbsd5.0.2/x86_64.
2010-05-24 07:30:23 +00:00
Ralf Corsepius e5bf3d72c9 Add x86_64. 2010-05-24 07:29:31 +00:00
Ralf Corsepius 40519d9f99 New. 2010-05-24 07:29:19 +00:00
Ralf Corsepius c5e831c8dc Regenerate. 2010-05-24 07:21:00 +00:00
Ralf Corsepius f26369ec61 Remove (Renamed into x86_64.) 2010-05-24 07:20:19 +00:00
Ralf Corsepius 25d2239c1d Rename amd64 into x86_64. 2010-05-24 07:19:34 +00:00
Ralf Corsepius 04563627fd New. 2010-05-24 07:19:16 +00:00
Ralf Corsepius 0e8f21d573 Update. 2010-05-24 04:19:09 +00:00
Ralf Corsepius 7f509b33c1 New. 2010-05-24 04:14:45 +00:00
Ralf Corsepius 465cd13eeb Add gdb. 2010-05-24 04:14:32 +00:00
Ralf Corsepius 16fef9bbce 2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1528/cpukit
	* libcsupport/src/malloc_boundary.c: Cast to intptr_t* instead of
	int32_t* for 16 bit target compliance.
2010-05-23 06:30:23 +00:00
Ralf Corsepius a4f9124168 2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Warning removal.
2010-05-23 05:47:27 +00:00
Ralf Corsepius f16a1458c6 2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/consolelite.c, network/xiltemac.c:
	Reflect prototypes having changed (Warning removal).
2010-05-23 05:42:35 +00:00
Ralf Corsepius f22c1544c5 2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c:
	Use pointer arithmetic instead of int32_t arithmetic for 16bit
	compatibility.
2010-05-22 16:51:05 +00:00
Ralf Corsepius 2ad5753419 2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/fts.c: Cast to uintptr_t instead of long for better
	16bit target compliance.
2010-05-22 16:48:41 +00:00
Ralf Corsepius eb5cd5b8b9 2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Use "16 bit int" arg
	in call to srand if "32 bit int" doesn't fit into "int".
2010-05-22 16:46:59 +00:00
Ralf Corsepius b5926be790 2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/flashdisk.c, libblock/src/nvdisk.c:
	Cast argp to uintptr_t temporary instead of uint32_t temporary
	(Avoid incompatible pointer casts on 16bit targets).
2010-05-22 16:43:09 +00:00
Ralf Corsepius 82034cbe40 2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: (Temporarily) Add -Werror=overflow,
	-Werror=pointer-to-int-cast, -Werror=int-to-pointer-cast.
2010-05-22 09:15:42 +00:00
Ralf Corsepius 57e060b54a Regenerate. 2010-05-22 03:32:34 +00:00
Ralf Corsepius be66b51634 GCC_RPMREL = 12. 2010-05-22 03:31:45 +00:00
Ralf Corsepius 1eacf6c2e5 Reflect fedora-13 shipping mpfr-2.4.2.
Ship mpfr-2.4.2.
2010-05-22 03:29:56 +00:00
Ralf Corsepius 015f757073 Abandon gcc-4.4.3.
gcc-core-4.5.0-rtems4.11-20100522.diff.
2010-05-22 03:28:26 +00:00
Ralf Corsepius 11391c4d0a Regenerate. 2010-05-22 02:52:26 +00:00
Ralf Corsepius 5c7a0675c9 el6 provides mpfr-2.4.1. Use gloog-devel on el6. 2010-05-22 02:51:11 +00:00