Dave Murphy
|
8b2b12b454
|
fix _IOC cast
|
2018-06-14 18:26:29 -04:00 |
|
Dave Murphy
|
4e4d2fe3c6
|
translate horizon errno to newlib errno
|
2018-06-14 18:25:52 -04:00 |
|
Dave Murphy
|
70cd9e017d
|
fix ioctl
|
2018-06-14 01:51:36 +02:00 |
|
jarulo
|
8b793729fc
|
Fix inet_pton4
|
2018-06-12 13:08:27 +02:00 |
|
Somebody Whoisbored
|
ad4af954c2
|
Added nifm service (#110)
* Added nifm service
* Properly implemented gethostid
* Implemented gethostname
|
2018-06-07 18:00:51 -04:00 |
|
jarulo
|
a5381e43c0
|
Fix incorrect pointer reference in socketDeserializeAddrInfo
|
2018-05-29 15:29:39 -04:00 |
|
yellows8
|
fdf0949562
|
Fixed parsing in _socketDeserializeHostent().
|
2018-05-15 02:10:13 -04:00 |
|
yellows8
|
5ebe01191e
|
Fixed hang in _socketDeserializeHostent().
|
2018-05-14 12:37:56 -04:00 |
|
yellows8
|
ce718b3ac2
|
Set h_errno and errno for the socket.c 'Unimplementable functions'.
|
2018-05-14 12:32:07 -04:00 |
|
yellows8
|
c548a76763
|
In select(), use pollinfo revents instead of events when processing poll() output.
|
2018-05-10 20:11:07 -04:00 |
|
yellows8
|
c8d68ae853
|
Fixed _socketOpen().
|
2018-05-10 12:35:55 -04:00 |
|
Dave Murphy
|
45b36774e0
|
add socket flags translation
|
2018-03-25 17:51:09 +02:00 |
|
yellows8
|
51293c7fb0
|
In socket ioctl(), properly call fcntl-F_SETFL with the new flags.
|
2018-03-20 22:49:52 -04:00 |
|
TuxSH
|
e0457c4534
|
Handle bsdInitialize failure codes properly
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
d33b26016d
|
Add documentation to bsd.h and sfdnsres.h, etc.
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
3709ee92a5
|
Fix netdb functions
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
888f7e101f
|
Fix inet_ntop6
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
472d305883
|
Move socket.c definitions around, fix bugs
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
dcf3e56300
|
Implement netdb.h functions, fix bugs, etc.
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
4b685d676b
|
Add basic IPv6 definitions as sfdnsres seems to support it...
...also fix a bug in the inet_* functions.
|
2018-02-27 19:14:44 +01:00 |
|
TuxSH
|
0b92bb76b0
|
Add newlib wrapper for sockets...
... fix several bugs, etc.
|
2018-02-27 19:14:44 +01:00 |
|