summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/xdr_float.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-177/+2
| | | | lots of agreement.
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
| | | | | | being-standardized <endian.h> ok deraadt@ millert@ beck@
* At some point we've switched to the VFP floating-point--unlike FPAmartynas2011-07-261-3/+3
| | | | | | | | | 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.
* Assumptions about floating-point word order based on BYTE_ORDER aremartynas2011-07-261-3/+3
| | | | | wrong on ARM. A more elegant solution is pending, but this is good for now. OK miod@.
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* Change a very long selective list of all architectures which do IEEE intoderaadt2008-06-251-10/+6
| | | | | | just handling the vax different (just vax for now, 'cause tahoe might even be too legacy for Miod) ok miod
* Teach'em about cpus in spandexmiod2006-10-101-2/+2
|
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* impelmentation -> implementationespie2005-08-051-2/+2
| | | | yes, new typo for an old friend.
* ansify. ok deraadt@ jaredy@otto2005-04-011-7/+3
|
* s/arm32/arm/ with VFP bit to match netbsd.drahn2004-02-011-2/+2
|
* the rest of the libs stuff; from art@ againmickey2004-01-281-2/+2
|
* prototype cleanupderaadt2001-09-151-7/+7
|
* #ifdef vax -> #ifdef __vax__bjc2000-04-301-5/+5
|
* hppa is ieee fp toomickey1998-08-281-2/+3
|
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-251-2/+2
| | | | | | | | | | 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.
* sync to __powerpc__gvf1997-02-211-2/+2
|
* Change to support the powerpc port. To bad this define isn't put inrahnds1996-12-211-2/+2
| | | | | a machine header, such as machine/endian.h so that every new architecture would not have to modify this file.
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Fix RCS Id botch in last changeniklas1996-03-191-3/+2
|
* From NetBSD: merge of 960317niklas1996-03-191-3/+6
|
* initial import of NetBSD treederaadt1995-10-181-0/+315