summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/brand/lx/syscall/lx_socket.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-06OS-4607 lxbrand recvmsg copies msg_flags to incorrect offset20150806release-20150806Patrick Mooney1-19/+33
2015-07-31OS-4586 lxbrand cannot bind to /dev/log with namelen of 0xAPatrick Mooney1-2/+4
2015-07-23OS-4533 lx brand: lx_connect() needs to initialize lenBryan Cantrill1-3/+2
2015-07-21OS-4521 lxbrand is careless with AF_UNIX socklenPatrick Mooney1-90/+103
2015-07-21OS-4511 lxbrand golang stumbles over netlinkPatrick Mooney1-19/+75
2015-07-17OS-4459 lxbrand lacks IP_PKTINFO sockopt translationPatrick Mooney1-0/+2
2015-07-16OS-4517 lxbrand convert bind to IKEPatrick Mooney1-9/+108
2015-07-13OS-4486 lxbrand support MSG_CMSG_CLOEXEC flagPatrick Mooney1-2/+49
2015-07-08OS-4445 systemd-udevd waits in epoll until systemd times it outJerry Jelinek1-50/+185
2015-06-24OS-4453 missing support for LX_MSG_DONTWAIT socket flag20150625release-20150625Jerry Jelinek1-0/+1
2015-06-23OS-4114 lxbrand convert sendmsg and recvmsg to IKEPatrick Mooney1-78/+1239
2015-06-11OS-4398 lxbrand async connect(3) should appear more successfulPatrick Mooney1-0/+491