#
78918900 |
| 02-Jan-2019 |
Arne Jansen <jansen@webgods.de> |
add SO_REUSEPORT for UDP sockets
Add the option SO_REUSEPORT similar to the linux implementation. Packets always get distributed round-robin between all sockets. This is used to scale the dbmd to mo
add SO_REUSEPORT for UDP sockets
Add the option SO_REUSEPORT similar to the linux implementation. Packets always get distributed round-robin between all sockets. This is used to scale the dbmd to more threads.
refs #3851
(cherry picked from commit 830a3b79d1f8a0dac43005b0b5e6336ba95b187e)
show more ...
|
#
6357b94b |
| 18-Sep-2014 |
Keith M Wesolowski <wesolows@foobazco.org> |
6415 sockets created via t_open/t_bind not shown by pfiles 6432 TLI sockets aren't detected correctly by pfiles in a NGZ Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <ga
6415 sockets created via t_open/t_bind not shown by pfiles 6432 TLI sockets aren't detected correctly by pfiles in a NGZ Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Mohamed A. Khalfella <khalfella@gmail.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
show more ...
|
#
dfc0fed8 |
| 03-Apr-2013 |
Robert Mustacchi <rm@joyent.com> |
3683 pfiles shouldn't try to trace itself 3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket
3683 pfiles shouldn't try to trace itself 3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
show more ...
|
#
34bdffbf |
| 02-Nov-2012 |
Garrett D'Amore <garrett@damore.org> |
3294 pfiles postmortem support Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
|
#
0c5eac4b |
| 20-Oct-2010 |
Richard Lowe <richlowe@richlowe.net> |
350 pfiles crashes when inspecting itself Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
|
#
a154f012 |
| 06-Oct-2010 |
Alexander Stetsenko <ams@nexenta.com> |
63 pfiles should list peer processes for local IPC connections Reviewed by: a.eremin@nexenta.com, garrett@nexenta.com Approved by: garrett@nexenta.com
|
#
794f0adb |
| 08-Jul-2010 |
Roger A. Faulkner <Roger.Faulkner@Oracle.COM> |
PSARC 2010/235 POSIX 1003.1-2008 *at(2) syscalls 6910251 need support for all POSIX.1-2008 *at(2) syscalls 6964835 mknod(2) auditing omits the pathname for invalid arguments
|
#
3e95bd4a |
| 18-Jun-2010 |
Anders Persson <Anders.Persson@Sun.COM> |
PSARC/2009/590 Socket Filter Framework 6939085 Socket Filter Framework 6802067 connect_failed kernel socket callback is not triggered 6776450 time spent in tcp_close could be reduced/deferred to a wo
PSARC/2009/590 Socket Filter Framework 6939085 Socket Filter Framework 6802067 connect_failed kernel socket callback is not triggered 6776450 time spent in tcp_close could be reduced/deferred to a worker thread 6828586 assertion failed: family == 26, file: ../../common/fs/sockfs/socksyscalls.c, line: 1608 6802078 kernel socket 'newconn' callback is passing rcv queue size as an argument
show more ...
|
#
0d166b18 |
| 08-Dec-2009 |
Dan Mick <Dan.Mick@Sun.COM> |
6183481 pfiles could easily print file offset for files
|
#
1cb875ae |
| 17-Nov-2009 |
Cathy Zhou <Cathy.Zhou@Sun.COM> |
PSARC/2008/693 VRRP PSARC/2009/388 VRRP Update 6288572 RFE: VRRP implementation desired for Solaris
|
#
5d3b8cb7 |
| 03-Nov-2009 |
Bill Sommerfeld <sommerfeld@sun.com> |
PSARC/2008/252 Labeled IPsec phase 1 6886771 Labeled IPsec phase 1 6808727 Alignment error panic in tsol_can_accept_raw() 6894979 nightly -0 + -p builds then destroys SUNW0on
|
#
ca9327a6 |
| 09-May-2008 |
meem <none@none> |
PSARC/2008/265 STREAMS _I_CMD and pfiles TLI support 4960773 pfiles should show info for TLI endpoints
|
#
437220cd |
| 04-Sep-2007 |
danmcd <none@none> |
PSARC 2007/449 Detangle IPsec NAT Traversal 6481450 nattymod calls putnext() on a freed queue. 6558864 remove nattymod 6558870 Implement SA last-used time and idle actions 6582318 "mandatory" is spel
PSARC 2007/449 Detangle IPsec NAT Traversal 6481450 nattymod calls putnext() on a freed queue. 6558864 remove nattymod 6558870 Implement SA last-used time and idle actions 6582318 "mandatory" is spelled wrong in pfiles 6584011 save_assoc() gets confused w.r.t. "proto". 6588015 Missing "encap udp" must be better diagnosed by ipseckey(1M). 6595368 Need "ipsec-nat-t" in /etc/services 6595877 ipseckey(1M) can produce output it can't read back in (line-too-big)
--HG-- rename : usr/src/uts/common/inet/ip/nattymod.c => deleted_files/usr/src/uts/common/inet/ip/nattymod.c rename : usr/src/uts/intel/nattymod/Makefile => deleted_files/usr/src/uts/intel/nattymod/Makefile rename : usr/src/uts/sparc/nattymod/Makefile => deleted_files/usr/src/uts/sparc/nattymod/Makefile
show more ...
|
#
150d2c52 |
| 29-Jan-2007 |
vb160487 <none@none> |
6469597 ::pfiles and ::nfs_servinfo have byte-swapped port numbers on x86 6512145 pfiles(1) (64-bit) locking output is broken for 32-bit targets
|
#
98677c36 |
| 27-Jul-2006 |
kcpoon <none@none> |
6452895 pfiles should print out SO_EXCLBIND socket option
|
#
5d0bc3ed |
| 22-Jun-2006 |
sommerfe <none@none> |
PSARC 2006/073 PF_ROUTE: Include interface name with RTM_NEWADDR/RTM_DELADDR PSARC 2006/084 SO_ALLZONES 4963315 Should make IKE work for non-global zones 4984263 in.iked removes server entities when
PSARC 2006/073 PF_ROUTE: Include interface name with RTM_NEWADDR/RTM_DELADDR PSARC 2006/084 SO_ALLZONES 4963315 Should make IKE work for non-global zones 4984263 in.iked removes server entities when unnumbered interfaces go away 5024997 system daemons need a way to receive packets from all zones 6218993 PF_ROUTE: RTM_NEWADDR/RTM_DELADDR should include interface name via RTA_IFP 6422023 sctp doesn't need shadow copies of conn_t socket option bits 6426542 Comment about ipp_use_min_mtu got lost and wandered into conn_t 6430869 in.iked should ignore loopback addresses, not loopback interfaces 6438186 SCTP handling of getsockopt( .. SO_MAC_EXEMPT) is oddly inconsistent with TCP, UDP
show more ...
|
#
29e362da |
| 15-Mar-2006 |
priyanka <none@none> |
6386915 pfiles reports IP_NEXTHOP set when it isn't
|
#
2caf0dcd |
| 06-Mar-2006 |
rshoaib <none@none> |
4999225 Broken code in socktpi.c 6341860 sockfs warnings should be zone aware 6386372 remove unused AF_NCA code from sockfs
--HG-- rename : usr/src/uts/common/fs/sockfs/ncafs.c => deleted_files/usr/
4999225 Broken code in socktpi.c 6341860 sockfs warnings should be zone aware 6386372 remove unused AF_NCA code from sockfs
--HG-- rename : usr/src/uts/common/fs/sockfs/ncafs.c => deleted_files/usr/src/uts/common/fs/sockfs/ncafs.c
show more ...
|
#
43d18f1c |
| 13-Dec-2005 |
priyanka <none@none> |
PSARC 2005/603 IP_NEXTHOP socket option 6264845 Need Policy Based Routing support in Solaris
|
#
7c478bd9 |
| 14-Jun-2005 |
stevel@tonic-gate <none@none> |
OpenSolaris Launch
|