summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Linux has SHUT_RD and SHUT_WR reversed in the ``how'' argument. Presumablymillert1998-04-251-1/+9
| | | | | they will fix this sometime, after which this change should be backed out. Pointed out by tchrist@perl.com
* recover from lint changes elsewhere, not completely testedderaadt1998-02-101-4/+4
|
* emulate linux connect() braindamage even better -- only do so on asyncderaadt1998-02-071-1/+9
| | | | sockets; pb@fasterix.freenix.org
* 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