| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
float/double prologue/epilogue, since the second argument is not
float/double. were never working properly (always returned inf).
actually, should help other math funcs (like pow) too, since they
use it internally
tested by kurt@; devel/boost fp regresses are working better now.
ok kurt@
|
|
|
|
|
|
| |
lint information
originally ok'ed deraadt@ right before the 4.5 tree lock
|
|
|
|
|
|
|
|
| |
overriden by md source. spotted by kurt@
actually; on amd64 scalbnf, scalbn (and therefore now frexpf) have
always been broken since second argument is not float. fix is under
reviewal / will be committed separately
ok kurt@, kettenis@, millert@. tested by kurt@
|
| |
|
|
|
|
|
|
| |
files leave.
requested by deraadt@, ok miod@
|
|
|
|
|
| |
64bit archs to accommodate the growing number of ports that put large
buffers on the stack. Supported by many with no objections.
|
|
|
|
| |
are available. spotted by theo
|
|
|
|
|
|
| |
versions; spotted by kettenis@
while here also remove unused ldexp; it lives in libc
ok kettenis@, "looks good" millert@
|
|
|
|
|
|
| |
- remove frexp in hppa64, cloned from hppa
- move generic ieee754 implementations of modf and ldexp to gen
ok kettenis@, "looks good" millert@
|
|
|
|
| |
-DSHA256_ONLY in order to save space; ok deraadt@
|
|
|
|
|
|
| |
with minor differences.
okay kettenis@ drahn@
|
|
|
|
|
|
|
| |
that don't use sys/poll.h, wont compile with gcc2. Fix this by
declaring the pollfd structure
spotted by and ok deraadt
|
|
|
|
|
|
| |
argument if the argument is deemed to be optional ('::').
feedback and ok jmc@ and millert@
|
|
|
|
| |
ok marc@, guenther@
|
|
|
|
|
|
|
|
|
|
| |
accurately, hence the tricks in libm, using machine representation
of constants. remove kludges and switch to use decimal constants,
much simplifying the code. since, the compiler converts them
accurately. generated values match on vaxfp
discussed with millert@, and miod@
testing todd@, and myself
ok millert@
|
| |
|
|
|
|
| |
MLINKS; feedback and ok jmc@
|
| |
|
|
|
|
| |
object code matches so this got to be oki
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ok millert@
|
|
|
|
| |
faster that way. tested by myself. discussed w/ & ok miod@, millert@
|
|
|
|
| |
it away. ok miod@
|
| |
|
|
|
|
| |
remove the code from libkvm that dealt with it.
|
|
|
|
|
| |
since its fp does not have distinguished values for qnans. tested
by naddy@; fixes libnova. ok theo
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
contains a matching entry, use that and refrain from accessing YP.
getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains
a matching entry before the first YP entry, use that and stay away from YP.
Taken together, this allows a solution to the following problem pointed
out by deraadt@: When YP was configured but temporarily unavailable, even
root login would block, hindering you when trying to do repairs.
To avoid this, you can now provide a static entry for root in /etc/netid.
Using suggestions from miod@ otto@ blambert@ jmc@.
"commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.
|
|
|
|
|
|
|
| |
diff proposed by an anonymous user on bugs@; tweaked by jmc@;
verified using the superb 4BSD collection at pdp-11.org.ru (thanks form@).
ok jmc@
|
|
|
|
| |
OK oga@ thib@
|
| |
|
|
|
|
| |
okay kettenis@ drahn@
|
| |
|
| |
|
|
|
|
|
|
|
| |
digits (in addition to letters) in the random file name. Instead
of looping forever, mktemp(3) will terminate when it has tried 2 *
N^62 times where N is the number of X's. This is effectively forever
for lots of X's.
|
|
|
|
| |
ok deraadt
|
|
|
|
|
|
|
| |
only if it's in the IDLE state, otherwise in some rare cases a data
chunk may be interpreted as a message, causing the connection to be
dropped.
ok deraadt
|
|
|
|
|
|
| |
finally reading the lint warnings (sigh)
ok tedu@
|
| |
|
|
|
|
|
|
|
|
| |
so in the event that two threads get the same pid in a row, as the second is dying it
will update (not add) the kevent for the previous thread with its own stack, which it
will then unmap soon after, which is bad. Doing the reaping first guarantees that there
are no kevents with the same pid as the exiting thread when it registers itself.
ok guenther kurt
|
| |
|
|
|
|
| |
are more than a couple of lines...
|
|
|
|
|
|
| |
in ``waiting state'', otherwise the ACK message will be skipped,
and the other functions not expecting ACKs might be confused by
the ACK.
|
|
|
|
|
| |
from Vadim Zhukov <persgray@gmail
ok millert
|