summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socketcall.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-177/+0
|
* Prefer linux_sockaddr over osockaddr, so the latter can go away.guenther2015-01-191-6/+6
| | | | | | | | | | | sys_socket() supports SOCK_{CLOEXEC,NONBLOCK} now, so build on that. doaccept() supports the non-inheriting-of-O_NONBLOCK, so build on that. Merge compat_sys_{accept,send,recv}() into their only callers. Lie a little and use struct sockaddr in the linux socket syscall args when it's a return argument to avoid a bunch a casts. Delete many other unnecessary sockaddr casts verified with a curl Linux binary
* Unify header sentinel names.pirofti2011-04-051-4/+4
|
* do address translation for for socket syscalls that pass addresses inish2002-11-271-6/+6
| | | | | | or out - this allows linux programs that use IPv6 to work (not ipv4 mapped addresses though) - from NetBSD
* linux sendmsg/recvmsgderaadt1999-02-101-1/+15
|
* Good fixes and changes from latest Net.mickey1996-04-171-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+162