Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
With matching support in the tty/pty server, passing the syspid of
a child process should allow for child session initialization from
within a multi-threaded parent as part of a fork-less, native process
creation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Integration of this function into the library has been delayed
since the AFD ioctl operation, while succeeding, seems to only
memset the caller's address buffer, and accordingly to never
copy the remote socket address to it. Callers of sc_getpeername()
should therefore first check the return value for success -- which
may be used as indication that the socket is connected -- and then
test the returned address buffer for validity.
|
|
|
|
|
|
|
|
|
|
|
|
unidiomatic).
|
|
|
|
+ rewrite at_store_64 for i386 as a wrapper around a 64-bit cas operation.
|
|
|
|
|