Mike Frysinger
|
7d0af1f89e
if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto (same goes for recv/recvfrom)
|
il y a 19 ans |
Mike Frysinger
|
ffee27db22
x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ... so dont try using socketcall() unless the system call exists
|
il y a 20 ans |
Eric Andersen
|
41fd2375c8
Cleanup namespace leaks by prepending __ to global stuff to
|
il y a 22 ans |
Eric Andersen
|
ada0e0b37f
Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int*
|
il y a 22 ans |
Eric Andersen
|
d53ee523f3
Fix some silly bugs and type problems
|
il y a 22 ans |
Eric Andersen
|
b3395c6770
Fix the defines which I had backwards
|
il y a 22 ans |
Eric Andersen
|
acc78d5e94
Majorly rework to also cope with architectures which do not use
|
il y a 22 ans |
Eric Andersen
|
3ab0557e5a
A number of naming updates in preparation for adding in
|
il y a 23 ans |
Eric Andersen
|
ee185898f6
Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add
|
il y a 23 ans |
Eric Andersen
|
2512c84745
Update to accomodate the header file changes
|
il y a 23 ans |
Eric Andersen
|
0e220f4946
Silence a few warnings.
|
il y a 23 ans |
Eric Andersen
|
3540d0675c
Update networking includes.
|
il y a 24 ans |
Eric Andersen
|
5606e4d6f9
More reorg. A place for everything and everything in its place...
|
il y a 24 ans |