summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Remove libnetworkingVijay Kumar Banerjee2021-04-0752-11416/+0
| | | | Update #3850
* rpc: Use configuration header fileSebastian Huber2018-10-0438-0/+114
| | | | Update #3375.
* Use rtems_task_exit()Sebastian Huber2018-10-021-7/+7
| | | | | Update #3530. Update #3533.
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* rpc: Remove superfluous includesSebastian Huber2017-06-072-2/+0
| | | | Update #2833.
* Chase Newlib sys/types.h / sys/select.h changesNick Withers2016-01-185-1/+5
|
* rpc: misaligned pointer dereference in clnt_udp.c line 363Jeffrey Hill2015-02-231-3/+3
| | | | closes #2248
* rpc: misaligned address exception in get_myaddress.cJeffrey Hill2015-02-231-15/+38
| | | | closes #2249 see #1401
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-1/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* librpc: Use POSIX key instead of task variablesChristian Mauderer2014-03-241-15/+45
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-301-3/+11
| | | | | * librpc/src/rpc/clnt_udp.c (struct cu_data): Introduce unions _cu_inbuf, _cu_outbuf to avoid aliasing.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-272-6/+6
| | | | | | * 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-271-3/+7
| | | | * librpc/src/rpc/rtems_portmapper.c: Reflect changes to librpc.
* 2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-277-43/+47
| | | | | | | | | * 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-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-261-22/+22
| | | | * librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.
* 2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-261-36/+54
| | | | | * 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-261-10/+13
| | | | | * 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-251-10/+21
| | | | | * librpc/src/rpc/rpc_prot.c: Partial merger from freebsd (Improved 64 bit compatibility; bug fix).
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-291-2/+2
| | | | | * librpc/src/rpc/clnt_udp.c, librpc/src/xdr/xdr_mem.c: Use [u]intptr_t instead of [u_]long for better 16bit compliance.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-291-2/+2
| | | | | * librpc/src/rpc/pmap_rmt.c: Use uintptr_t for better 16bit compliance.
* Add HAVE_STRINGS_H for better POSIX compliance.Ralf Corsepius2010-03-281-0/+3
|
* Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius2010-03-2837-0/+151
|
* Add missing initializers.Ralf Corsepius2008-12-231-0/+34
|
* Stop using old-style function definitions.Ralf Corsepius2008-09-0115-87/+83
|
* Add missing prototypes.Ralf Corsepius2008-08-182-12/+16
|
* 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
|
* 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
|
* 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
|
* Eliminate __P().Ralf Corsepius2008-08-012-4/+4
|
* 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.