History log of /openbsd/lib/libc/rpc/xdr_float.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 696cd27b 09-Mar-2016 deraadt <deraadt@openbsd.org>

We are done providing support for the vax.
lots of agreement.


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# be9b7050 21-Jul-2014 guenther <guenther@openbsd.org>

Switch from <sys/endian.h> or <machine/endian.h> to the new,
being-standardized <endian.h>

ok deraadt@ millert@ beck@


# 016765a7 26-Jul-2011 martynas <martynas@openbsd.org>

At some point we've switched to the VFP floating-point--unlike FPA
it actually stores floats in natural-endian--therefore the existing
checks became wrong.

Take into account __VFP_FP__, effectively

At some point we've switched to the VFP floating-point--unlike FPA
it actually stores floats in natural-endian--therefore the existing
checks became wrong.

Take into account __VFP_FP__, effectively bringing back the old
behavior. This way it will work now, and in the future when some
of our platforms are switched to FPA, where it's much faster.

show more ...


# 28f095c4 26-Jul-2011 martynas <martynas@openbsd.org>

Assumptions about floating-point word order based on BYTE_ORDER are
wrong on ARM. A more elegant solution is pending, but this is good
for now. OK miod@.


# cb7760d1 01-Sep-2010 millert <millert@openbsd.org>

Oracle has re-licensed sunrpc under a three-clause BSD license.
Update our sources appropriately. OK deraadt@ jsg@


# 1eaec638 25-Jun-2008 deraadt <deraadt@openbsd.org>

Change a very long selective list of all architectures which do IEEE into
just handling the vax different (just vax for now, 'cause tahoe might even
be too legacy for Miod)
ok miod


# e7fc2a6d 10-Oct-2006 miod <miod@openbsd.org>

Teach'em about cpus in spandex


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# c8ba362d 05-Aug-2005 espie <espie@openbsd.org>

impelmentation -> implementation

yes, new typo for an old friend.


# 384ec30a 01-Apr-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ jaredy@


# 993739be 01-Feb-2004 drahn <drahn@openbsd.org>

s/arm32/arm/ with VFP bit to match netbsd.


# b54c3699 28-Jan-2004 mickey <mickey@openbsd.org>

the rest of the libs stuff; from art@ again


# 41aa8645 15-Sep-2001 deraadt <deraadt@openbsd.org>

prototype cleanup


# 18387299 30-Apr-2000 bjc <bjc@openbsd.org>

#ifdef vax -> #ifdef __vax__


# aade7f69 28-Aug-1998 mickey <mickey@openbsd.org>

hppa is ieee fp too


# 7f7ae0fd 25-Mar-1997 rahnds <rahnds@openbsd.org>

Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++
do not work.
If anyone wants to step forward and take over th

Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++
do not work.
If anyone wants to step forward and take over the mvme88k port please do.
It was dumped on me when the original developer, Nivas, left his previous
job and started a new one.

I am trying to get the port in a shape that someone could take over.

show more ...


# e8807215 21-Feb-1997 gvf <gvf@openbsd.org>

sync to __powerpc__


# 2fe84fa0 21-Dec-1996 rahnds <rahnds@openbsd.org>

Change to support the powerpc port. To bad this define isn't put in
a machine header, such as machine/endian.h so that every new
architecture would not have to modify this file.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 8f76aded 19-Mar-1996 niklas <niklas@openbsd.org>

Fix RCS Id botch in last change


# 3fbbad10 19-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree