summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* support IP_HDRINCLderaadt1997-12-141-1/+3
|
* add GIFMETRIC and GIFMTUprovos1997-12-101-1/+7
|
* emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetderaadt1997-12-101-1/+30
|
* oh, connect() semantics are EVEN WORSEderaadt1997-11-271-4/+2
|
* If using async connect(), after select for writeable, if getpeername()deraadt1997-11-261-2/+32
| | | | | | | | | indicates connection failure, you can use getsockopt(SOL_SOCKET, SO_ERROR, ...) to find the error. But the linux people I guess didn't know about this, and changed connect() so that a 2nd connect() call on a failed socket returns the error directly. Fake this demented non-standard behaviour which Linux users are now starting to code to. Talk about dilution of the API...
* indentderaadt1997-11-261-29/+29
|
* Good fixes and changes from latest Net.mickey1996-04-171-1/+32
|
* From NetBSD:mickey1996-03-081-1/+51
| | | | linux compatibility changes.
* initial import of NetBSD treederaadt1995-10-181-0/+704