Home | History | Annotate | Download | only in rpc
History log of /src/lib/libc/rpc/xdr_float.c
RevisionDateAuthorComments
 1.42  11-Apr-2024  christos avoid lint warning on the vax
 1.41  15-Feb-2016  martin Avoid strict alias violation for VAX
 1.40  24-Aug-2014  matt Assume anything not vax has IEEEFP.
 1.39  10-Aug-2014  matt Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only. While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.
 1.38  11-Mar-2013  tron Replace previous Sun Microsystems, Inc. license with a standard
BSD 3-clause license granted by Oracle America, Inc..
This license change was approved by Wim Coekaerts, Senior Vice President,
Linux and Virtualization at Oracle Corporation.

This fixes PR lib/45293 by Pedro Giffuni.
 1.37  25-Jun-2012  abs branches: 1.37.2;
Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)
 1.36  22-Mar-2012  christos vax-specific lint fixes.
 1.35  14-Feb-2009  lukem branches: 1.35.6; 1.35.8;
fix -Wsign-compare issues (untested)
 1.34  15-Sep-2006  cherry branches: 1.34.28;
add ia64 to the ugly IEEEFP hackaround
 1.33  05-Aug-2005  wiz espie@openbsd:
impelmentation -> implementation

yes, new typo for an old friend.
 1.32  08-Dec-2003  matt Make this compile on non-IEEE GCC3 targets (aka VAX).
 1.31  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.30  06-Jun-2002  fredette Added hppa support (some of it incomplete) to lib/csu, lib/libc,
and lib/libkvm.
 1.29  15-Dec-2001  thorpej Use __sh__ instead of __sh3__.
 1.28  19-Jun-2001  fvdl Another one of those if defined(arch) lists I forgot to commit earlier.
 1.27  21-Feb-2001  bjh21 branches: 1.27.2;
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
 1.26  18-Feb-2001  bjh21 The ARM FPA is big-endian as far as the word order in doubles is concerned.
 1.25  09-Feb-2001  bjh21 __arm26__ || __arm32__ -> __arm__
Not least because the unified NetBSD/arm compiler probably won't predefine
__arm26__ or __arm32__.
 1.24  20-Dec-2000  christos appease lint casts
 1.23  17-Jul-2000  matt fix a bug in the NOIEEE (aka VAX) case.
 1.22  14-Jul-2000  fvdl Use explicit int32 get/put macros. Needed for 64bit big-endian systems.
 1.21  09-May-2000  bjh21 branches: 1.21.4;
Initial commit of arm26 port
 1.20  22-Jan-2000  mycroft Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
 1.19  26-Nov-1999  msaitoh check __sh3__
 1.18  15-Nov-1998  christos branches: 1.18.6;
delint
 1.17  19-Oct-1998  matt Change #ifdef vax to __vax__.
 1.16  13-Feb-1998  lukem * in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT.
(as recommended in Weiste Venema's portmap5_beta distribution)
* deprecate register
* use memmove instead of bcopy
* KNF includes
* use err/warn() instead of perror/fprintf(stderr,)
* fix some typos
 1.15  12-Feb-1998  lukem revert; we can't break the existing ABI and API
 1.14  10-Feb-1998  lukem major cleanup (to sync with changes made in include/rpc/*.h):
* use int32_t, size_t, in_port_t instead of long, u_int, u_short as appropriate
* use uid_t and gid_t instead of int
* KNF, fix typos and spellos
* use const as appropriate
* deprecate register
* use memmove instead of bcopy
* use err/warn()
 1.13  21-Jul-1997  jtc If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
 1.12  13-Jul-1997  christos Fix RCSID's
Fix gcc warnings.
Add missing prototypes
 1.11  29-Mar-1997  thorpej PowerPC is an IEEE floating point system.
 1.10  16-Feb-1996  mark branches: 1.10.2;
Define IEEEFP if we are compiling for the arm32.
 1.9  05-Jun-1995  pk Fix typo (Der mouse, PR #1115).
 1.8  14-Apr-1995  jtc Removed comment that explained that this code is not portable. A better
comment is already present near the top of the file.
 1.7  21-Mar-1995  jtc #include <machine/endian.h>.
 1.6  25-Feb-1995  cgd save my sanity; stop using Id.
 1.5  22-Dec-1994  cgd fix up for new compiler predefines
 1.4  20-Dec-1994  cgd type-size sanity
 1.3  04-Dec-1994  cgd be much more careful with types, and add prototype everything.
 1.2  02-Mar-1994  phil Changing the ns32000 to ns32k as used in other places.
 1.1  07-Oct-1993  cgd move the rpc code into libc
 1.10.2.1  16-Sep-1996  jtc snapshot namespace cleanup: rpc & xdr
 1.18.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.21.4.3  11-Mar-2001  he Pull up revision 1.26 (requested by bjh21):
Correct handling of XDR doubles on ARM platforms to cope with
their odd byte ordering.
 1.21.4.2  18-Jul-2000  matt Fix non-IEEEFP (int32 -> int32_t)
 1.21.4.1  14-Jul-2000  fvdl Pullup from trunk: use explicit 32 bit operations and types where
appropriate, to make things work on 64bit BE systems.
 1.27.2.3  21-Jun-2002  nathanw Catch up to -current.
 1.27.2.2  28-Jan-2002  nathanw Catch up to -current.
 1.27.2.1  08-Oct-2001  nathanw Catch up to -current.
 1.34.28.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.35.8.1  14-Mar-2013  riz Pull up following revision(s) (requested by tron in ticket #843):
lib/libc/rpc/clnt_dg.c: revision 1.28
lib/libc/rpc/xdr_sizeof.c: revision 1.5
lib/libc/rpc/pmap_getport.c: revision 1.19
lib/libc/rpc/xdr_mem.c: revision 1.19
lib/libc/rpc/svc_run.c: revision 1.22
lib/libc/rpc/bindresvport.c: revision 1.25
lib/libc/rpc/svc_raw.c: revision 1.24
lib/libc/rpc/svc_dg.c: revision 1.17
lib/libc/rpc/getnetconfig.c: revision 1.21
lib/libc/rpc/auth_unix.c: revision 1.25
lib/libc/rpc/svc_auth.c: revision 1.17
lib/libc/rpc/clnt_vc.c: revision 1.21
lib/libc/rpc/svc_auth_unix.c: revision 1.21
lib/libc/rpc/rpcb_st_xdr.c: revision 1.10
lib/libc/rpc/pmap_getmaps.c: revision 1.18
lib/libc/rpc/getnetpath.c: revision 1.17
lib/libc/rpc/clnt_simple.c: revision 1.32
lib/libc/rpc/authunix_prot.c: revision 1.16
lib/libc/rpc/svc_dg.h: revision 1.2
lib/libc/rpc/svc_generic.c: revision 1.15
lib/libc/rpc/clnt_raw.c: revision 1.32
lib/libc/rpc/xdr_array.c: revision 1.19
lib/libc/rpc/pmap_prot.c: revision 1.12
lib/libc/rpc/clnt_bcast.c: revision 1.26
lib/libc/rpc/xdr_rec.c: revision 1.35
lib/libc/rpc/svc.c: revision 1.34
lib/libc/rpc/DISCLAIMER: revision 1.3
lib/libc/rpc/clnt_generic.c: revision 1.30
lib/libc/rpc/xdr.c: revision 1.33
lib/libc/rpc/auth_none.c: revision 1.16
lib/libc/rpc/pmap_rmt.c: revision 1.34
lib/libc/rpc/rpc_callmsg.c: revision 1.20
lib/libc/rpc/clnt_perror.c: revision 1.30
lib/libc/rpc/xdr_stdio.c: revision 1.19
lib/libc/rpc/rpc_commondata.c: revision 1.9
lib/libc/rpc/pmap_prot2.c: revision 1.17
lib/libc/rpc/pmap_clnt.c: revision 1.19
lib/libc/rpc/svc_simple.c: revision 1.33
lib/libc/rpc/rpcb_clnt.c: revision 1.29
lib/libc/rpc/rpc_prot.c: revision 1.21
lib/libc/rpc/rpc_dtablesize.c: revision 1.16
lib/libc/rpc/rpc_generic.c: revision 1.28
lib/libc/rpc/xdr_reference.c: revision 1.18
lib/libc/rpc/rpc_soc.c: revision 1.18
lib/libc/rpc/svc_vc.c: revision 1.30
lib/libc/rpc/getrpcent.c: revision 1.23
lib/libc/rpc/xdr_float.c: revision 1.38
lib/libc/rpc/rpcb_prot.c: revision 1.11
lib/libc/rpc/getrpcport.c: revision 1.18
Replace previous Sun Microsystems, Inc. license with a standard
BSD 3-clause license granted by Oracle America, Inc..
This license change was approved by Wim Coekaerts, Senior Vice President,
Linux and Virtualization at Oracle Corporation.
This fixes PR lib/45293 by Pedro Giffuni.
 1.35.6.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.35.6.2  30-Oct-2012  yamt sync with head
 1.35.6.1  17-Apr-2012  yamt sync with head
 1.37.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.37.2.1  23-Jun-2013  tls resync from head

RSS XML Feed