aboutsummaryrefslogtreecommitdiff
path: root/linux-user/socket.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier1-30/+32
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier1-61/+0
2018-05-25linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier1-42/+2
2018-05-25linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier1-105/+1
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier1-104/+2
2017-01-23linux-user: Add HPPA socket.h definitionsRichard Henderson1-0/+2
2014-06-29linux-user: support SO_PASSSEC setsockopt optionPaul Burton1-0/+5
2013-07-05linux-user: improve target_to_host_sock_type conversionPetar Jovanovic1-131/+250
2013-03-11linux-user: Add Alpha socket constantsDillon Amburgey1-0/+69
2007-12-10Various linux-user structures and definitions fixes for PowerPC targets.j_mayer1-0/+9
2006-06-24mips socket calls (initial patch by Raphael Rigo)bellard1-0/+138