History log of /netbsd-src/lib/libc/rpc/xdr_float.c (Results 26 – 42 of 42)
Revision Date Author Comments
# ef015404 19-Oct-1998 matt <matt@NetBSD.org>

Change #ifdef vax to __vax__.


# 46e6c5e8 13-Feb-1998 lukem <lukem@NetBSD.org>

* 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
*

* 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

show more ...


# ce147c1c 12-Feb-1998 lukem <lukem@NetBSD.org>

revert; we can't break the existing ABI and API


# a31739bc 10-Feb-1998 lukem <lukem@NetBSD.org>

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

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()

show more ...


# 43fa6fe3 21-Jul-1997 jtc <jtc@NetBSD.org>

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

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>.

show more ...


# c63c52b2 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's
Fix gcc warnings.
Add missing prototypes


# d83d5924 29-Mar-1997 thorpej <thorpej@NetBSD.org>

PowerPC is an IEEE floating point system.


# 39f49db4 16-Feb-1996 mark <mark@NetBSD.org>

Define IEEEFP if we are compiling for the arm32.


# 63550311 05-Jun-1995 pk <pk@NetBSD.org>

Fix typo (Der mouse, PR #1115).


# 29f53fb7 14-Apr-1995 jtc <jtc@NetBSD.org>

Removed comment that explained that this code is not portable. A better
comment is already present near the top of the file.


# d1a49b5d 21-Mar-1995 jtc <jtc@NetBSD.org>

#include <machine/endian.h>.


# 9e15c989 25-Feb-1995 cgd <cgd@NetBSD.org>

save my sanity; stop using Id.


# 425d26fd 22-Dec-1994 cgd <cgd@NetBSD.org>

fix up for new compiler predefines


# 00676a51 20-Dec-1994 cgd <cgd@NetBSD.org>

type-size sanity


# 2e2a3a25 04-Dec-1994 cgd <cgd@NetBSD.org>

be much more careful with types, and add prototype everything.


# d80b7ef7 02-Mar-1994 phil <phil@NetBSD.org>

Changing the ns32000 to ns32k as used in other places.


# 63d7b677 07-Oct-1993 cgd <cgd@NetBSD.org>

move the rpc code into libc


12