| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -177/+0 | |
| | | |||||
| * | Prefer linux_sockaddr over osockaddr, so the latter can go away. | 2015-01-19 | 1 | -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. | 2011-04-05 | 1 | -4/+4 | |
| | | |||||
| * | do address translation for for socket syscalls that pass addresses in | 2002-11-27 | 1 | -6/+6 | |
| | | | | | | | or out - this allows linux programs that use IPv6 to work (not ipv4 mapped addresses though) - from NetBSD | ||||
| * | linux sendmsg/recvmsg | 1999-02-10 | 1 | -1/+15 | |
| | | |||||
| * | Good fixes and changes from latest Net. | 1996-04-17 | 1 | -0/+1 | |
| | | |||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+162 | |
