Searched hist:42175 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_select.cdiff 102586 Thu Aug 29 19:39:19 MDT 2002 archie Make the libc_r version of select() set the readable or writable
file descriptor bit if poll() returns POLLERR, POLLHUP, or POLLNVAL.
Othewise, it's possible for select() to return successfully but
with no bits set.

Reviewed by: deischen
MFC after: 3 days
PR: bin/42175
/freebsd-10-stable/sys/kern/
H A Dkern_sharedpage.cdiff 42175 Wed Dec 30 08:38:59 MST 1998 dfr Various changes to support OSF1 emulation:

* Move the user stack from VM_MAXUSER_ADDRESS to a place below the 32bit
boundary (needed to support 32bit OSF programs). This should also save
one pagetable per process.
* Add cvtqlsv to the set of instructions handled by the floating point
software completion code.
* Disable all floating point exceptions by default.
* A minor change to execve to allow the OSF1 image activator to support
dynamic loading.

Completed in 87 milliseconds