summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-201-1/+1
| | | | * librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
* 2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-081-3/+1
| | | | | * librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft float should be IEEE format.
* Add missing initializers.Ralf Corsepius2008-12-231-0/+34
|
* #include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius2008-12-111-1/+1
|
* #include <rpc/types.h>.Ralf Corsepius2008-12-081-0/+2
|
* #include <rtems/bsd/sys/cdefs.h>.Ralf Corsepius2008-12-081-0/+3
|
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+1
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add Lattice Mico32 support.
* 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-051-1/+5
| | | | * librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.
* Stop using old-style function definitions.Ralf Corsepius2008-09-0119-195/+189
|
* Add missing prototypes.Ralf Corsepius2008-08-182-12/+16
|
* Cleanup.Ralf Corsepius2008-08-012-8/+8
|
* Misc. ansifications. Add prototypes.Ralf Corsepius2008-08-011-36/+36
|
* Misc. ansifications. Add prototypes.Ralf Corsepius2008-08-013-58/+59
|
* Misc. ansifications.Ralf Corsepius2008-08-011-3/+5
|
* Remove stray local decls. Misc. ansifications.Ralf Corsepius2008-08-011-7/+5
|
* Misc. ansifications.Ralf Corsepius2008-08-013-26/+26
|
* Remove stray clnt_perror().Ralf Corsepius2008-08-011-2/+0
|
* Add missing prototypes.Ralf Corsepius2008-08-011-7/+7
|
* Add missing prototypes.Ralf Corsepius2008-08-013-55/+52
|
* Add missing prototypes.Ralf Corsepius2008-08-012-22/+23
|
* Add missing prototypes.Ralf Corsepius2008-08-011-6/+6
|
* Add missing prototypes.Ralf Corsepius2008-08-011-3/+4
|
* Remove register vars.Ralf Corsepius2008-08-011-26/+26
|
* Misc. ansifications.Ralf Corsepius2008-08-011-36/+36
|
* Misc. ansifications.Ralf Corsepius2008-08-011-40/+40
|
* Cosmetics.Ralf Corsepius2008-08-011-1/+1
|
* Misc. ansifications.Ralf Corsepius2008-08-011-36/+36
|
* Misc. ansifications.Ralf Corsepius2008-08-011-14/+14
|
* Cosmetics.Ralf Corsepius2008-08-011-4/+10
|
* Cosmetics.Ralf Corsepius2008-08-011-2/+2
|
* Cosmetics.Ralf Corsepius2008-08-011-1/+2
|
* Misc. ansifications.Ralf Corsepius2008-08-011-54/+55
|
* Add missing prototypes.Ralf Corsepius2008-08-013-6/+6
|
* Misc. ansifications.Ralf Corsepius2008-08-011-27/+27
|
* More ansifications.Ralf Corsepius2008-08-011-23/+26
|
* Misc. ansifications.Ralf Corsepius2008-08-012-10/+10
|
* Misc. ansifications.Ralf Corsepius2008-08-011-8/+8
| | | | Add missing prototypes.
* Misc. ansifications.Ralf Corsepius2008-08-012-40/+33
|
* Fix oversight in previous patch.Ralf Corsepius2008-08-011-1/+1
|
* Eliminate __P().Ralf Corsepius2008-08-0112-59/+59
|
* 2008-03-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-03-291-0/+1
| | | | | | * librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as reported to the mailing list by Pierre Kestener (pierre.kestener@cea.fr).
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-101-1/+1
|
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-1011-11/+11
|
* Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius2007-05-101-1/+1
|
* 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-081-5/+6
| | | | | | | * librpc/src/rpc/rtime.c: Use uint32_t instead of unsigned long for return value of ntohl (POSIX requirement). Use UINT32_C macros to avoid overflows on 16bit targets. Eliminate __P.
* 2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-281-2/+2
| | | | | * librpc/src/rpc/clnt_tcp.c (clnttcp_create): Use uintptr_t for "disrupt". Remove bogus (long) cast.
* Regenerate.Ralf Corsepius2007-01-081-1/+1
|
* Add bfin.Ralf Corsepius2006-11-091-1/+2
|
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-146-21/+22
| | | | | | | * libnetworking/net/route.c, librpc/src/rpc/auth_none.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c, librpc/src/rpc/rtems_portmapper.c: Removed warnings.
* *** empty log message ***Joel Sherrill2006-09-012-19/+19
|