| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
the `big' value should be 2^63, not 2^31.
Also, nuke __fixunsdfsi(), since this is never output by the sparc64 compiler.
|
|
in response to couple of PRs including 10666. sync with kame.
|
|
caller's registers!
|
|
|
|
by kjc. sync with kame.
|
|
Noted in PR 10661 by Patrick Welche <prlw1@cam.ac.uk>
|
|
|
|
|
|
a bunch of cruft and avoids using a v9a instruction.
In addition, eliminate 8 of the fmovda's, which we are not using the result of
anyway.
Net result is that this should be faster in all cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
been around since 386BSD-0.1 import; they have been present in 4.4BSD-Lite
at least, can't currently check if even in 4.3BSD
put note aboud eventual removing of compatibility formats to NOTES, it's
hardly a bug description
|
|
|
|
may fix recent rpc/nfs-related PRs, including 10579 and 10601.
|
|
|
|
u_int64_t; changed the uintptr_t to u_long.
|
|
|
|
but not in EGCS.
This version of fixunssfsi is almost exactly the arm32 version. fixunsdfsi is
mostly based on fixdfsi, but with simplifications for 64-bit integers.
Only minimal testing has been applied so far.
|
|
the code is PIC. (mmm. linker warning's about non-PIC code).
|
|
were sometimes passed by reference, creating problems on 64bit be systems.
|
|
|
|
|
|
|
|
powf (really a wrapper for pow).
|
|
|
|
|
|
Passing "char" value is wrong. Use "unsigned char" instead.
|
|
* Document tm_isdst as DST flag, not summer time.
|
|
- Document the built-in defaults.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|