summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/sockfs
AgeCommit message (Expand)AuthorFilesLines
2022-07-1114768 retire ncaGarrett D'Amore16-7140/+12
2022-03-1014443 resection manual pages per IPD4Richard Lowe7-11/+9
2022-01-2714202 Need direct callbacks from socket upcalls via ksocketRobert Mustacchi3-7/+93
2022-01-0514199 sendfile compat checks shouldn't be done in so_sendmblkRobert Mustacchi1-5/+0
2021-06-2413839 sockfs should improve its inode generationJason King1-15/+29
2020-10-0113175 Add support for IP_RECVTOSAndy Fiddaman1-2/+18
2020-06-1912824 recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNCAndy Fiddaman2-19/+86
2020-03-125880 Increase IOV_MAX to at least 1024Bryan Cantrill2-28/+99
2020-02-0812276 smatch-clean sockfsDan McDonald3-28/+17
2019-10-249531 Want netstat -u to show PIDs associated with socketsAndy Fiddaman3-61/+82
2019-04-2410738 sockfs: NULL pointer errorsToomas Soome4-61/+40
2018-08-069669 Extra zeros sent by sendfile()Marcel Telka1-32/+21
2017-07-148409 Want MSG_NOSIGNAL to prevent SIGPIPESebastian Wiedenroth1-1/+4
2017-05-288279 socketpair(AF_UNIX, SOCK_DGRAM,...) broken after 7590Gordon Ross1-4/+7
2017-05-167590 sendmsg on AF_UNIX socket fails after process drops privilegesGordon Ross3-72/+187
2017-05-168064 need a static DTrace probe in VN_HOLDSebastien Roy1-4/+5
2016-04-256861 allow sendfile() on AF_UNIX socketsPatrick Mooney1-2/+16
2016-03-316827 cannot pass fd through unix domain dgram socket when receiver set SO_REC...Jerry Jelinek2-5/+26
2015-10-246353 POLLHUP not generated for disconnected Unix domain socketsBryan Cantrill1-0/+7
2015-10-165640 want epoll supportBryan Cantrill2-2/+15
2015-06-094770 soconfig(1M) needs an option to print the in-kernel socket configuration...Alexander Eremin2-0/+87
2015-06-045917 User-mode SMB serverGordon Ross1-15/+0
2015-05-085898 SO_RCVTIMEO broken for AF_UNIXGordon Ross1-2/+3
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek4-12/+10
2014-07-245026 intra-node/inter-zone networking doesn't always deliver SIGPOLLDan McDonald1-2/+15
2014-02-284627 POLLHUP not generated for disconnected socketsBryan Cantrill2-2/+43
2014-01-173105 Kernel inet_pton() implementation returns result in host byte orderYuri Pankov1-4/+3
2013-05-143769 Implement SOCK_NONBLOCK flag to socket()Keith M Wesolowski1-1/+25
2013-04-233713 Implement accept4() (fix lint)Theo Schlossnagle1-1/+1
2013-04-213713 Implement accept4()Theo Schlossnagle1-6/+38
2013-04-123666 Implement SOCK_CLOEXEC flag to socket()Theo Schlossnagle1-1/+9
2013-04-053683 pfiles shouldn't try to trace itselfRobert Mustacchi1-2/+13
2012-07-083063 many instances of unlike enum comparisonRichard Lowe1-1/+1
2010-08-116966638 shutdown() sometimes appears to shutdown the wrong channel in a full-...George Shepherd1-2/+11
2010-08-106972175 assertion failed: tcp->tcp_fin_sent, file: ../../common/inet/tcp/tcp_...Anders Persson2-10/+12
2010-08-096962670 MSG_EOR is set when a message is not completely receivedKacheong Poon3-8/+12
2010-07-286968539 sof_setsockopt_impl suffers from USE_AFTER_FREEAnil udupa2-2/+1
2010-07-156963859 ipcl_conn_create() triggers panic in snv_143 on a machine with solari...Anders Persson1-0/+1
2010-06-286878143 Assertion failure in sockfs:uri_deleteAnil udupa1-3/+3
2010-06-176939100 convert KSSL into a socket filterAnders Persson7-302/+46
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson13-541/+2958
2010-06-16PSARC 2010/144 lofi(7D) in non global zonesJohn Levon1-8/+4
2010-04-266943440 race in solookup() can cause smod_refcnt to be bumped multiple times ...Anders Persson1-5/+17
2010-04-21PSARC/2010/043 Reliable Datagram Service v3Eiji Ota1-4/+3
2010-03-296821379 Cannot ftp get in binary mode of an Samfs offline fileonnv_137Brian Utterback1-10/+40
2010-03-05PSARC/2009/354 Always on / no reboot Solaris AuditMarek Pospisil3-12/+13
2010-01-156916647 so_strioc_nread is waiting on the wrong condvarAnders Persson1-1/+1
2010-01-156886057 ksocket_sendmsg() must return the number of bytes sent even in case o...Anders Persson1-0/+1
2010-01-156638967 udp recv (think DNS) suffers from thundering herd problemAnders Persson3-17/+13
2010-01-124517853 debug.h should include macros to assert implication and equivalenceJonathan Adams1-5/+5