summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/xdr/xdr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-858/+0
Update #3850
2012-06-06librpc: PR2066: Fix for short enumsSebastian Huber1-5/+3
The XDR library has a problem on architectures with short enums like the default ARM EABI. Short enums means that the size of the enum type is variable and the smallest integer type to hold all enum values will be selected. For many enums this is char. The XDR library uses int32_t for enum_t. There are several evil casts from an enum type to enum_t which leads to invalid memory accesses on short enum architectures. A workaround is to add appropriate dummy enum values.
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2008-09-01Stop using old-style function definitions.Ralf Corsepius1-79/+77
2005-05-022005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
* libfs/src/dosfs/msdos_format.c, librpc/src/xdr/xdr.c: Added initialization to remove warnings.
2005-01-082005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-88/+169
* librpc/include/rpc/auth_des.h, librpc/include/rpc/xdr.h, librpc/src/rpc/auth_des.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/rpc_prot.c, librpc/src/xdr/xdr.c: Misc. ansi-fications, misc. updates from FreeBSD.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-0/+777
2000-04-29New files added as part of librpc upgrade.Joel Sherrill1-0/+0
2000-04-28New files added on 4.5 branch.Joel Sherrill1-0/+0
1999-11-17New shell of a test for ITRON Mailbox Manager.Joel Sherrill1-0/+0
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill1-0/+0
and adding code which installed screens for itron tests.