summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-082-0/+5
| | | | | | * rtems/include/rtems/rtems/clock.h: #include <sys/time.h> * librpc/include/rpc/rpcent.h: #include <rpc/types.h>. * librpc/include/rpc/xdr.h: #include <rtems/bsd/sys/cdefs.h>.
* 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
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-301-1/+3
| | | | | | * libcsupport/src/utsname.c, libnetworking/libc/res_debug.c, libnetworking/net/if_media.h, libnetworking/rtems/rtems_mii_ioctl.c, librpc/src/rpc/svc_simple.c: Remove printf format warnings.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-0/+1
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+2
|
* Remove all-local.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-2/+2
|
* CleanupsRalf Corsepius2006-01-121-3/+0
|