summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-292-1/+3
| | | | | * libfs/src/nfsclient/src/xdr_mbuf.c (xdrmbuf_setup): Cast addr to uintptr_t instead of size_t.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-292-2/+4
| | | | | * librpc/src/xdr/xdr_mem.c (xdr_memcreate): Cast addr to uintptr_t instead of size_t.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-293-1/+30
| | | | | * libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t. * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-282-3/+7
| | | | * libfs/src/rfs/rtems-rfs-rtems.c: Use size_t for node_len.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-282-1/+6
| | | | | * umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-283-1/+16
| | | | | | | * au1x00/include/au1x00.h: Add prototypes for mips_default_isr, assert_sw_irq, negate_sw_irq. * au1x00/vectorisrs/vectorisrs.c: Remove prototype of mips_default_isr.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-1/+3
| | | | | * libnetworking/libc/gethostnamadr.c: Try to make crazy address arithmetic more portable.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-1/+3
| | | | | * libfs/src/nfsclient/src/xdr_mbuf.c: Use void* arithmetic instead of u_long arithmetic.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-2/+5
| | | | | | * libnetworking/netinet/raw_ip.c, libnetworking/netinet/udp_usrreq.c: Cast mbufs to uintptr_t instead of u_long.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-3/+9
| | | | | | * libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c: Use uint32_t instead of int as ioctl cmd arg.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-2/+4
| | | | | * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Use size_t instead of int for pathnamelen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-2/+5
| | | | | | * libfs/src/rfs/rtems-rfs-rtems.c: Use size_t instead of int for pathlen. Use %zi to print pathlen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-1/+3
| | | | | * libcsupport/include/rtems/libio.h: Use size_t instead of int for pathnamelen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-5/+6
| | | | | * libcsupport/include/rtems/libio_.h, libcsupport/src/eval.c: Use size_t instead of int for pathnamelen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-2/+4
| | | | | * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_eval.c: Use size_t instead of int for pathnamelen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-3/+5
| | | | | * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_eval.c: Use size_t instead of int for pathnamelen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-2/+4
| | | | | * libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c: Use size_t instead of int for pathlen.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-11/+16
| | | | | * libfs/src/nfsclient/src/nfs.c: Use uint32_t instead of u_int_t for readarg and writearg.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-7/+21
| | | | * libfs/src/nfsclient/src/nfs.c: Introduce union nfs_evalpath_arg.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-6/+9
| | | | | | * 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 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-4/+8
| | | | * librpc/src/xdr/xdr_mem.c: Cosmetics from freebsd.
* Regenerate.Ralf Corsepius2010-05-271-8/+8
|
* gcc-core-4.5.0-rtems4.11-20100526.diff.Ralf Corsepius2010-05-271-1/+1
|
* Bump GCC_RPMREL.Ralf Corsepius2010-05-271-1/+1
|
* New.Ralf Corsepius2010-05-271-0/+376
|
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-3/+6
| | | | | | * libfs/src/nfsclient/src/rpcio.c: Cast pointers to uintptr_t instead of long. xids are uint32_t not u_long.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-2/+7
| | | | | * 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 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-273-22/+27
| | | | | * 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 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-3/+11
| | | | * librpc/src/rpc/rtems_portmapper.c: Reflect changes to librpc.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-2710-72/+79
| | | | | | | | | * 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 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-2/+4
| | | | | * libnetworking/sys/socketvar.h (struct sockbuf): Use void* instead of caddr_t.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-3/+6
| | | | | * libfs/src/nfsclient/src/rpcio.c: Use address to rpciod in calls to rxWakeupCB.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-2/+4
| | | | | * libnetworking/sys/socket.h (struct sockwakeup): Use void* instead of caddr_t.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-4/+8
| | | | * librpc/include/rpc/xdr.h: Cosmetics from freebsd.
* 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-262-22/+26
| | | | * librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.
* 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-262-36/+59
| | | | | * librpc/src/rpc/clnt_tcp.c: Partial merger from freebsd (Fix strict-aliasing).
* 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-262-10/+18
| | | | | * librpc/src/rpc/clnt_raw.c: Partial merger from freebsd (Improved 16 bit compatibility; Fix strict-aliasing).
* 2010-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-252-10/+26
| | | | | * librpc/src/rpc/rpc_prot.c: Partial merger from freebsd (Improved 64 bit compatibility; bug fix).
* 2010-05-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-253-0/+11
| | | | * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
* 2010-05-24 Peter Dufault <dufault@hda.com>Joel Sherrill2010-05-242-10/+14
| | | | | PR 1530/bsps * mpc55xx/edma/edma.c: Eliminate use of recently removed macros.
* 2010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-246-33/+54
| | | | | | | * 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.
* Regenerate.Ralf Corsepius2010-05-242-2/+2
|
* Regenerate.Ralf Corsepius2010-05-241-2/+2
|
* Add freebsd8.0/x86_64.Ralf Corsepius2010-05-241-1/+2
| | | | Rename netbsd5.0.2/amd64 into netbsd5.0.2/x86_64.
* Add x86_64.Ralf Corsepius2010-05-241-1/+1
|
* New.Ralf Corsepius2010-05-249-0/+1336
|
* Regenerate.Ralf Corsepius2010-05-241-2/+2
|
* Remove (Renamed into x86_64.)Ralf Corsepius2010-05-249-1240/+0
|
* Rename amd64 into x86_64.Ralf Corsepius2010-05-241-1/+1
|
* New.Ralf Corsepius2010-05-249-0/+1240
|